Finite impulse response
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:
- FIR filters are inherently stable
- Require no feedback
- Can have linear phase
- Can have minimum phase
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
- Digital filter
- Electronic filter
- Filter (signal processing)
- Infinite impulse response
- Z-transform (specifically Z-transform#LCCD equation)
- Filter design
==External links==