A Simple Recursive (IIR) Filter

Using FIR filters to reproduce a desired frequency response often requires a very high-order filter, i.e., a greater number of coefficients and more computation.

It is often possible to reduce the number of feedforward coefficients by introducing feedback coefficients.

A simple first-order recursive low-pass filter is given by

$\displaystyle y(n) = x(n) + .9y(n-1)
$


Figure 6: The spectral magnitude of the first-order FIR and IIR (recursive) lowpass filters.
\scalebox{0.55}{\includegraphics{eps/simpiir.eps}}


``Music 206: Introduction to Delay and Filters II'' by Tamara Smyth, Computing Science, Simon Fraser University.
Download PDF version (filtersDelayII.pdf)
Download compressed PostScript version (filtersDelayII.ps.gz)
Download PDF `4 up' version (filtersDelayII_4up.pdf)
Download compressed PostScript `4 up' version (filtersDelayII_4up.ps.gz)

Copyright © 2019-04-18 by Tamara Smyth.
Please email errata, comments, and suggestions to Tamara Smyth<trsmyth@ucsd.edu>