BORES logo

Introduction to DSP

IIR filters: The z transform

The equation for the filter's frequency response can be simplified by substituting a new variable, z :

Note that z is a complex number.

Complex numbers can be drawn using an Argand diagram. This is a plot where the horizontal axis represents the real part, and the vertical axis the imaginary part, of the number.

The complex variable z is shown as a vector on the Argand diagram.

The z transform is defined as a sum of signal values x[n] multiplied by powers of z:

Which has the curious property of letting us generate an earlier signal value from a present one, because the z transform of x[n-1] is just the z transform of x[n] multiplied by (1/z):

So the z transform of the last signal value can be obtained by multiplying the z transform of the current value by (1/z). This is why, in the filter diagram, the delay elements are represented formally using the 1/z notation.

go back to start of module go back to previous page go to next page go to next module

Copyrite:Bores Signal Processing