FIRJEW

From Class Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Related Pages

Adaptive FIR Filters


Principle author: Jeffrey Wonoprabowo

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