FIR Filter: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
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:
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:


<center>
<center>

Revision as of 11:59, 10 December 2004

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.