Update creating_vector.py

Esse commit está contido em:
Gaurav Kumar Raghav
2019-02-14 20:27:36 +05:30
commit de GitHub
commit 3452cf6b51
+1 -1
Ver Arquivo
@@ -20,7 +20,7 @@ with open("features_raw.csv") as f:
for i in chan:
x = np.array(columns[i]).astype(np.float)
coeffs = pywt.wavedec(x, 'db4', level=6)
cA2, cD1, cD2,cD3,cD4,cD5,cD6 = coeffs
cA4, cD1, cD2,cD3,cD4,cD5,cD6 = coeffs
cD5 = np.std(cD5)
cD4 = np.std(cD4)
cD3 = np.std(cD3)