Recursive filter
From HandWiki
In signal processing, a recursive filter is a type of filter which re-uses 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].
Examples of recursive filters
This article does not cite any external source. HandWiki requires at least one external source. See citing external sources. (2021) (Learn how and when to remove this template message) |
Original source: https://en.wikipedia.org/wiki/Recursive filter.
Read more |