May 2010
Beginner to intermediate
264 pages
7h 26m
English
The z-transform is used for sampled signals. It is analogous to the s-transform used with continuous or analog signals. Let’s use xk and yk to represent the input and output signals to a digital filter, respectively. Rather than use differentiators, as analog filters use, we use the delay function instead. The input and output of the IIR (recursive) digital filter have the following relationship:
![]()
The first term is a sum of coefficient-weighted delayed versions of the input (this is the familiar FIR filter expression). The second term is a coefficient-weighted sum of the delayed versions of the output, which implies feedback. ...