FIR Filter

From Class Wiki
Revision as of 11:59, 10 December 2004 by Barnsa (talk | contribs)
Jump to navigation Jump to search

A FIR filter is a type of digital interpolating filter. We will be looking at its use to both distort and interpolate a digital signal as in a CD Player. Mathematically this this is done by the following convolution:

.

So how do we do an infinite sum in a computer? Well we can't because we can't fit an infinite amount of data in a computer, so we have to trim it down.