DSPRelated.com

Python scipy.signal IIR Filtering: An Example

Christopher Felton

Introduction In the last posts I reviewed how to use the Python scipy.signal package to design digital infinite impulse response (IIR) filters, specifically, using the iirdesign function (IIR design I and IIR design...