Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Recursive filter
Type of filter reusing an output as an input

In signal processing, a recursive filter is a type of filter which reuses one or more of its outputs as an input. This feedback typically results in an unending impulse response (commonly referred to as infinite impulse response (IIR)), characterised by either exponentially growing, decaying, or sinusoidal signal output components.

However, a recursive filter does not always have an infinite impulse response. Some implementations of moving average filter are recursive filters but with a finite impulse response.

Non-recursive Filter Example: y[n] = 0.5x[n − 1] + 0.5x[n].

Recursive Filter Example: y[n] = 0.5y[n − 1] + 0.5x[n].

We don't have any images related to Recursive filter yet.
We don't have any YouTube videos related to Recursive filter yet.
We don't have any PDF documents related to Recursive filter yet.
We don't have any Books related to Recursive filter yet.
We don't have any archived web articles related to Recursive filter yet.

Examples of recursive filters