FIRJEW

From Class Wiki
Jump to navigation Jump to search

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:

h(mT)=TvvH^(f)ej2πfmtdf

where the desired frequencies are in the range from v to v and H^(f) is the desired response.

Example: Desing an FIR low pass filter to pass between 14T<f<14T and reject the rest.

H^(f)={1,|f|14T0,else

The FIR filter would then be:

h(mT)=T14T14T1ej2πfmtdf=Tej2π14TmTej2π14TmTj2πmT

=ej2π14TmTej2π14TmTj2πm=(12)sin(πm2)(πm2)

and the actual frequency response would then be:

m=MMh(mT)ej2πfmT=m=MMsin(πm2)πmej2πfmT


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



Principle author: Jeffrey Wonoprabowo

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