Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Infinite impulse response
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Transfer function derivation == Digital filters are often described and implemented in terms of the [[difference equation]] that defines how the output signal is related to the input signal: :<math> \begin{align} y[n] {} = & b_0 x[n] + b_1 x[n-1] + \cdots + b_P x[n-P] \\ & {} + a_1 y[n-1] + a_2 y[n-2] + \cdots + a_Q y[n-Q] \end{align} </math> where: *<math>\ P</math> is the feedforward filter order *<math>\ b_i</math> are the feedforward filter coefficients *<math>\ Q</math> is the feedback filter order *<math>\ a_i</math> are the feedback filter coefficients *<math>\ x[n]</math> is the input signal *<math>\ y[n]</math> is the output signal. A more condensed form of the difference equation is: :<math>\ y[n] = \sum_{i=0}^P b_{i}x[n-i] + \sum_{i=1}^Q a_i y[n-i]</math> To find the [[transfer function]] of the filter, we first take the [[Z-transform]] of each side of the above equation to obtain: :<math>\ Y(z) = X(z)\sum_{i=0}^P b_i z^{-i} + Y(z)\sum_{i=1}^Q a_i z^{-i}</math> After rearranging: :<math>\ Y(z) \left[1-\sum_{i=1}^Q a_i z^{-i}\right] = X(z)\sum_{i=0}^P b_i z^{-i}</math> We then define the transfer function to be: :<math> H(z) = \frac{Y(z)}{X(z)} = \frac{\sum_{i=0}^P b_i z^{-i}}{1-\sum_{i=1}^Q a_i z^{-i}} </math> [[Image:IIRFilter2.svg|thumb|250px|alt=Simple IIR filter block diagram|An example of a block diagram of an IIR filter. The <math>z^{-1}</math> block is a unit delay.]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)