Difference between revisions of "Infinite Impulse Response Filter"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Infinite impulse response filters are like finite impulse response filters ([[FIR filter]]), the difference lies in the fact that IIR filters use ''feedback'', for example '''y(n)=0.5y(n-1))''', which results in an infinite impulse response.
+
'''Infinite impulse response''' ('''IIR''') '''filters''' are like finite impulse response filters ([[Finite Impulse Response Filter|FIR filter]]), the difference lies in the fact that IIR filters use ''feedback'', for example <math>y(n)=0.5y(n-1))</math> which results in an infinite impulse response.
  
IIR filters can be very powerful, but it can also be more difficult to design them properly (IIR filters are prone to instability for example, because they are recursive filters).
+
IIR filters can be very powerful, but they can also be more difficult to design them properly (IIR filters are prone to instability for example, because they are recursive filters).
  
  
 
[[Category:Signal Processing]]
 
[[Category:Signal Processing]]

Latest revision as of 18:05, 14 June 2007

Infinite impulse response (IIR) filters are like finite impulse response filters (FIR filter), the difference lies in the fact that IIR filters use feedback, for example y(n)=0.5y(n-1)) which results in an infinite impulse response.

IIR filters can be very powerful, but they can also be more difficult to design them properly (IIR filters are prone to instability for example, because they are recursive filters).