PatrickHonma
Results
2
comments of
PatrickHonma
I am using the 4th order ellip filter, which should be zero phase?
Here is what I used to filter, which I believe should match up with the Wave_clus filter: if exist('ellip','file') %Checks for the signal processing toolbox [b,a] = ellip(4,0.1,40,[300 7500].*2./fs); if...