Definition of Z-transform
The Z-transform converts a discrete-time signal into a function of the complex variable , defined as:
This is the discrete-time counterpart to the Laplace transform. Where the Laplace transform handles continuous-time signals, the Z-transform handles sequences. It gives you a way to analyze stability, causality, and frequency response of discrete-time systems entirely through algebraic manipulation rather than working directly with sequences and convolution sums.
Region of convergence
The region of convergence (ROC) is the set of values of in the complex plane for which the Z-transform summation actually converges to a finite value. The ROC matters because:
- Two different signals can produce the same algebraic expression for but differ in their ROC. The ROC is what makes the transform unique.
- The ROC takes the form of a ring (or annular region) in the z-plane: , where the boundaries are set by the poles of .
- Knowing the ROC tells you directly whether the system is stable and/or causal.
Relationship to Laplace transform
The Z-transform can be derived from the Laplace transform through the substitution:
where is the sampling period and is the Laplace variable. This mapping wraps the imaginary axis of the s-plane onto the unit circle in the z-plane. Because of this relationship, many Laplace-domain techniques (partial fractions, pole-zero analysis) carry over directly to the Z-domain, just with different convergence geometry.
Unilateral vs bilateral Z-transform
- The bilateral Z-transform sums over all time indices () and can represent both causal and non-causal signals. It requires careful specification of the ROC to ensure uniqueness.
- The unilateral Z-transform sums only for :
The unilateral form is far more common in practice because most systems of interest are causal, and it naturally incorporates initial conditions when solving difference equations.
Properties of Z-transform
These properties let you manipulate signals in the Z-domain without transforming back to the time domain. They're essential for simplifying system analysis and designing digital filters.
Linearity
The Z-transform is linear, satisfying both additivity and homogeneity:
- , where is a constant
The ROC of the sum is at least the intersection of the individual ROCs.
Time shifting
A delay or advance in the time domain corresponds to multiplication by a power of :
- Right shift (delay): for the bilateral case
- Left shift (advance), unilateral:
This property is why the Z-transform is so useful for difference equations: each unit delay simply becomes a factor of .
Scaling in Z-domain
Multiplying a signal by an exponential scales the z-variable:
The ROC scales accordingly: if the original ROC is , the new ROC is .
Time reversal
Reversing a signal in time inverts :
The ROC inverts as well. If the original ROC was , the reversed signal's ROC is .
Differentiation in Z-domain
Multiplying by in the time domain corresponds to differentiation with respect to :
Note: the original guide listed the first-difference property here. The first difference transforms as , which is really just an application of linearity and time shifting. The differentiation-in-z property above is the more fundamental result that carries the name "differentiation in the Z-domain."
Convolution in Z-domain
Convolution in time becomes multiplication in the Z-domain:
This is arguably the most powerful property for system analysis. Instead of computing a convolution sum directly, you multiply two Z-transforms and invert the result.
Correlation in Z-domain
The cross-correlation of two signals transforms as:
where . For autocorrelation, this becomes .
Parseval's relation
Parseval's relation equates total signal energy in the time domain to a contour integral in the Z-domain:
where is a closed contour within the ROC encircling the origin. For real-valued signals, , simplifying the expression.

Initial and final value theorems
These let you extract time-domain boundary values directly from without performing a full inverse transform.
- Initial value theorem: , valid when is causal ( for ).
- Final value theorem: , valid only if the limit exists and all poles of are strictly inside the unit circle.
A common mistake: the initial value theorem does not require . It requires causality. The final value theorem is the one with the strict convergence condition.
Z-transform of common signals
These transform pairs are the building blocks you'll use repeatedly. Memorizing them (or at least knowing where to find them quickly) saves significant time.
Unit impulse
, with ROC: all (the entire z-plane).
Unit step
, with ROC:
Exponential
, with ROC:
This is the most frequently used pair. The unit step is just the special case where .
Sinusoidal
For causal sinusoids (multiplied by ):
, with ROC:
, with ROC:
Both have a pair of complex conjugate poles on the unit circle at .
Damped sinusoidal
or , where for a decaying signal.
, with ROC:
, with ROC:
These generalize the sinusoidal pairs. The poles move inside the unit circle (at radius ), which is why the signal decays.
System analysis using Z-transform
Representing a discrete-time LTI system in the Z-domain turns convolution into multiplication and difference equations into algebraic equations. This section covers how to extract system properties from the Z-domain representation.
Transfer function
The transfer function is defined as:
assuming zero initial conditions. For an LTI system described by the difference equation:
the transfer function becomes:
completely characterizes the system's input-output behavior. It's also the Z-transform of the impulse response .
Poles and zeros
- Zeros are values of where (numerator roots).
- Poles are values of where (denominator roots).
Plotting poles (marked with ) and zeros (marked with ) on the z-plane gives you a quick visual summary of system behavior. Poles near the unit circle produce strong resonances at the corresponding frequency. Zeros near the unit circle suppress those frequencies.
Stability
A discrete-time LTI system is BIBO stable (bounded input produces bounded output) if and only if:
- All poles of lie strictly inside the unit circle ( for every pole ).
- Equivalently, the ROC of includes the unit circle.
A pole exactly on the unit circle means the system is marginally stable. A pole outside the unit circle means the impulse response grows without bound.
Causality
A system is causal if for , meaning the output depends only on current and past inputs. In terms of the Z-transform:
- The ROC of a causal system is the exterior of a circle: , where is the outermost pole.
- For a system to be both causal and stable, all poles must be inside the unit circle (so the ROC automatically includes ).

Linear phase
A system has linear phase if its frequency response satisfies:
where is a constant delay and is a constant offset. This means all frequency components experience the same delay (constant group delay), so the signal shape is preserved.
Linear phase requires the impulse response to have either symmetry () or antisymmetry (). FIR filters can achieve exact linear phase; IIR filters generally cannot.
Inverse Z-transform
The inverse Z-transform recovers from . In practice, you'll almost always use one of the first three methods below rather than the general contour integral.
Partial fraction expansion
This is the most common method for rational . The steps:
- Express (or ) as a ratio of polynomials in .
- Factor the denominator to find the poles.
- Decompose into partial fractions, one term per pole.
- Identify each term with a known Z-transform pair (typically the exponential pair ).
- Use the ROC to determine whether each term corresponds to a causal (right-sided) or anti-causal (left-sided) sequence.
This method works cleanly for distinct poles. For repeated poles, the algebra gets more involved but follows the same principle.
Residue method
Based on the Cauchy residue theorem, this computes as:
where the sum is over all poles inside the chosen contour. For a simple pole at :
For a pole of order :
This handles both distinct and repeated poles systematically.
Power series expansion
Also called long division. You expand as a power series in :
The coefficient of directly gives you . To find the coefficients:
- Arrange the numerator and denominator as polynomials in .
- Perform polynomial long division.
- Read off the coefficients.
This is especially useful for finding the first several samples of without needing a closed-form expression, or for non-rational transforms.
Inversion integral
The formal definition of the inverse Z-transform:
where is any closed contour within the ROC that encircles the origin counterclockwise. This is the most general method and works for any , but it requires contour integration from complex analysis. In practice, the residue method is the computational realization of this integral.
Applications of Z-transform
Discrete-time system analysis
The Z-transform provides a complete framework for characterizing LTI systems. Given a transfer function , you can determine stability (pole locations), frequency response (evaluate on the unit circle, ), and transient behavior (inverse transform of the output). This is the standard approach for analyzing any discrete-time system.
Digital filter design
FIR and IIR filters are designed by specifying a desired frequency response and then determining the filter coefficients, which correspond to the numerator and denominator polynomial coefficients of . The Z-transform connects the time-domain difference equation to the frequency-domain specification, making it possible to go back and forth between filter coefficients and frequency response.
Difference equations
The Z-transform converts a linear constant-coefficient difference equation into an algebraic equation in . The procedure:
- Take the Z-transform of both sides of the difference equation.
- Use the time-shifting property to express delayed terms as powers of .
- Solve for algebraically.
- Apply the inverse Z-transform to get .
For the unilateral transform, initial conditions appear naturally in step 2, which is why it's preferred for initial-value problems.
Discrete Fourier transform
The DFT is obtained by evaluating the Z-transform at equally spaced points on the unit circle:
This connection means that properties of the Z-transform (convolution, linearity, etc.) carry over to the DFT. The FFT is an efficient algorithm for computing the DFT, compared to the direct computation.
Sampling and reconstruction
When a continuous-time signal is sampled at period , the Z-transform of the resulting sequence relates to the Laplace transform of through . The Z-transform framework helps you analyze:
- Aliasing: frequency components above the Nyquist rate () fold back into the baseband.
- Reconstruction: the conditions under which can be perfectly recovered from (Shannon-Nyquist theorem).
- Anti-aliasing filter design: specifying the cutoff to prevent aliasing before sampling occurs.