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:

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:



Principle author: Jeffrey Wonoprabowo