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
I worded that a bit confusingly. I didn't mean an analog filter, but a digital filter (poles and zeros are always analog!?). I know, analog filters are not supported in NWaves. b, a = ellip(13, 0.009, 80, 0.05, output='ba')
This results in different values in a and b
The analog poles and zeros of the elliptic filter are different from scipy. Is this a bug or there are different elliptic prototype design?
https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.ellip.html#scipy.signal.ellip
The text was updated successfully, but these errors were encountered: