You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi sir,
I am working on Time frequency decomposition methods and tried to implement your paper, But during execution i am getting an error: 'ZipFile' object is not callable.......kindly help me sir
for kk,ind in zip(f,range(len(f))):
f[kk] = f[kk] - np.mean(f[kk])
b, a = signal.butter(4, paramsData[dBase]["LPcutoff"] / (0.5 * Fs), btype='low', analog=False)
f[kk] = signal.filtfilt(b, a, f[kk])
The text was updated successfully, but these errors were encountered:
Hi sir,
I am working on Time frequency decomposition methods and tried to implement your paper, But during execution i am getting an error: 'ZipFile' object is not callable.......kindly help me sir
for kk,ind in zip(f,range(len(f))):
f[kk] = f[kk] - np.mean(f[kk])
b, a = signal.butter(4, paramsData[dBase]["LPcutoff"] / (0.5 * Fs), btype='low', analog=False)
f[kk] = signal.filtfilt(b, a, f[kk])
The text was updated successfully, but these errors were encountered: