Recursive (IIR) Filters

Using FIR filters to reproduce a desired frequency response often requires using a high order filter.

A high order filter means a long impulse response, 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)
$


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

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