Jump to content

Finite impulse response

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Ronny vanden bempt (talk | contribs) at 19:48, 27 November 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

You must add a |reason= parameter to this Cleanup template – replace it with {{Cleanup|November 2005|reason=<Fill reason here>}}, or remove the Cleanup template.


A finite impulse response (FIR) filter is a type of a digital filter. It is 'finite' because it's response to an impulse ultimately settles to zero. This is in contrast to infinite impulse response filters which have internal feedback & may continue responding indefinitely. The transfer function of an FIR filter has zeros and has N poles at the origin: The transfer function is . FIR filters are also known as moving average filters (MA). The difference equation is The impulse response is

Properties

A FIR filter has a number of useful properties which sometimes make it preferable to an infinite impulse response filter:

Filter design

You can design FIR filters by optimization (Weighted Least Squares Design, Minimax Design) or in practice ('Windows',Equiripple design, Software like Matlab)

See also


==External links==

http://www.dspguru.com/info/faqs/fir/basics.htm