FIRJEW: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
Line 21: Line 21:


<math>\sum_{m=-M}^M h(mT) e^{- j 2 \pi f m T} = \sum_{m=-M}^M \frac{ sin \left ( \frac{\pi m}{2} \right) }{\pi m} e^{- j 2 \pi f m T} </math>
<math>\sum_{m=-M}^M h(mT) e^{- j 2 \pi f m T} = \sum_{m=-M}^M \frac{ sin \left ( \frac{\pi m}{2} \right) }{\pi m} e^{- j 2 \pi f m T} </math>



The frequency response plot of this particular FIR filter would look like this:

[[Image:Frequency_Response_Pict.png]]


Line 26: Line 32:




<small>Principle author: Jeffrey Wonoprabowo</small>
<small>Principle author: Jeffrey Wonoprabowo

Image of the frequency response plot taken from the FIR example page [[FIR_Filter_Example|here]].

Revision as of 14:54, 6 December 2005

Finite Impulse Response Filters

A Finite Impurse Response filter (aka FIR filter) is a type of filter often used in digital signal processing and has no feedback loop. Because there is no feedback, the response of an FIR filter to an impulse is finite.

The equation for an FIR filter would look like the following:

where the desired frequencies are in the range from to and is the desired response.

Example: Desing an FIR low pass filter to pass between and reject the rest.

The FIR filter would then be:

and the actual frequency response would then be:


The frequency response plot of this particular FIR filter would look like this:

Frequency Response Pict.png



Principle author: Jeffrey Wonoprabowo

Image of the frequency response plot taken from the FIR example page here.