[SciPy-User] Difference equation to frequency response?

Matti Viljamaa mviljamaa at kapsi.fi
Tue Aug 30 05:35:36 EDT 2016


What’s a simple way to get the frequency response of a filter that’s expressed as difference equation using SciPy?

Such as this lowpass filter:

https://kiritchatterjee.wordpress.com/2014/11/10/a-simple-digital-low-pass-filter-in-c/ <https://kiritchatterjee.wordpress.com/2014/11/10/a-simple-digital-low-pass-filter-in-c/>

y[i] = b * x[i] + (1-b) * y[i-1]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20160830/da34e745/attachment.html>


More information about the SciPy-User mailing list