Anway Pimpalkar

Results 2 issues of Anway Pimpalkar

Hi, I am trying to implement a bandpass filter, equivalent to a Python script of: `data = np.array(readings).astype(np.int64)` `b, a = ssig.butter(4, [20, 200], btype="bandpass", fs=fs)` `filtered_data = ssig.filtfilt(b, a,...

Hi, I am trying to implement a bandpass filter, equivalent to a Python script of: `data = np.array(readings).astype(np.int64)` `b, a = ssig.butter(4, [20, 200], btype="bandpass", fs=fs)` `filtered_data = ssig.filtfilt(b, a,...