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)



Principle author: Jeffrey Wonoprabowo