Jump back to chapter selection.
Table of Contents
9.1 Definition and Region of Convergence
9.2 Poles, Zeros, and the Unit Circle
9.3 Properties and Inverse z-Transform
9.4 LTI Systems and Difference Equations
9.5 Unilateral z-Transform
9 Z-Transform
The z-transform is the discrete-time analogue of the Laplace transform. It extends the DTFT by evaluating a sequence against complex exponentials with arbitrary radius, not only unit magnitude. This makes it the natural tool for discrete-time system functions, recursive filters, stability, causality, and difference equations.
9.1 Definition and Region of Convergence
The bilateral z-transform of a sequence
Writing
we see that the z-transform is a Fourier transform of the exponentially weighted sequence
The DTFT is obtained on the unit circle:
provided the unit circle is in the ROC.
The ROC is the set of
For example,
has
The left-sided sequence
has the same algebraic expression but ROC
9.2 Poles, Zeros, and the Unit Circle
For rational transforms,
zeros are roots of
The unit circle plays the role of the Fourier axis. If the ROC includes
The magnitude on the unit circle can be evaluated geometrically:
Zeros close to the unit circle suppress nearby frequencies. Poles close to the unit circle enhance nearby frequencies. The pole angle controls the resonant frequency; the pole radius controls the decay time.
This is why digital filters are often designed by placing poles and zeros. A notch filter places zeros on or near the unit circle at the unwanted frequency. A resonator places poles close to the unit circle at the desired frequency, while keeping them inside for stability.
9.3 Properties and Inverse z-Transform
Important z-transform properties include:
| Property | Time domain | z-domain |
|---|---|---|
| Linearity | ||
| Time shift | ||
| Exponential multiplication | ||
| Time reversal | ||
| Convolution | ||
| Multiplication by |
The inverse z-transform can be found by several methods:
- inspection against known transform pairs;
- partial-fraction expansion;
- power-series expansion in
or ; - contour integration, which is the most general but rarely the quickest for engineering calculations.
For rational transforms, partial fractions are usually the most useful. A term of the form
maps to
9.4 LTI Systems and Difference Equations
For a discrete-time LTI system,
so
The z-transform of the impulse response,
is the system function.
For rational systems:
- causality means the ROC is outside the outermost pole;
- stability means the ROC contains the unit circle;
- a causal rational system is stable if all poles lie inside the unit circle.
A linear constant-coefficient difference equation
has system function
assuming zero initial conditions. This is the standard form of an IIR digital filter.
If the denominator is
FIR systems have only zeros, except for possible poles at the origin depending on representation. IIR systems use feedback and generally have nontrivial poles.
9.5 Unilateral z-Transform
The unilateral z-transform is
It is useful for causal difference equations with initial conditions. For example,
The extra term carries the initial condition.
As with the Laplace transform, the bilateral transform is the cleaner tool for system characterisation and ROC reasoning, while the unilateral transform is convenient for solving initial-value problems.