Also known as: IIR, infinite impulse response filter
An IIR (infinite impulse response) filter computes each output from both recent inputs and past outputs — it has feedback.1 That recursion achieves a sharp frequency response with far fewer coefficients than a FIR filter, at the cost of nonlinear phase and a need to watch stability.
Overview
IIR designs (often built from cascaded biquad sections) suit narrowband tasks like DC blocking and the loop filters in AGC and timing recovery, where efficiency matters more than phase linearity.
Sources
-
Infinite impulse response — Wikipedia, on the recursive, feedback-based filter and its stability trade-offs. ↩