FIR Filter

From Class Wiki
Revision as of 11:58, 10 December 2004 by Barnsa (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 convolving the following functions:

.

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.