We denote this relationship as: \[
x[n] \stackrel{\mathcal{Z}}{\longleftrightarrow} X(z)
\]
It’s a generalization of the Discrete-Time Fourier Transform (DTFT).
It converts a discrete-time sequence \(x[n]\) into a function \(X(z)\) in the complex \(z\)-plane.
10.1 What is the Z-Transform?
Connection to DTFT
Express \(z\) in polar form: \(z = r e^{j \omega}\)
Substituting into the definition: \[
X\left(r e^{j \omega}\right)=\sum_{n=-\infty}^{+\infty}\left\{x[n] r^{-n}\right\} e^{-j \omega n}
\]
This implies: \[
X\left(r e^{j \omega}\right)=\mathfrak{F}\left\{x[n] r^{-n}\right\}
\]
Crucially, when \(r=1\) (i.e., \(|z|=1\)): \[
\left.X(z)\right|_{z=e^{j \omega}}=X\left(e^{j \omega}\right)=\mathfrak{F}\{x[n]\}
\]
The Z-Plane and Unit Circle
Complex \(z\)-plane
The variable \(z\) is complex, \(z = r e^{j \omega}\).
The real part of \(z\) is \(r \cos(\omega)\).
The imaginary part of \(z\) is \(r \sin(\omega)\).
The \(z\)-plane has a real axis and an imaginary axis.
Important
Unit Circle:
The Z-transform reduces to the Fourier transform when the magnitude of \(z\) is unity (\(|z|=1\)). This corresponds to a circle with radius 1 in the \(z\)-plane, known as the unit circle.
Note
Analogy to Laplace Transform:
For continuous-time signals, the Laplace transform reduces to the Fourier transform on the imaginary axis (where \(\text{Re}(s)=0\)). For discrete-time, the Z-transform reduces to the Fourier transform on the unit circle (where \(|z|=1\)).
Figure 10.1 Complex z-plane.
Region of Convergence (ROC)
Convergence Condition
For the Z-transform \(X(z) = \sum_{n=-\infty}^{+\infty} x[n] z^{-n}\) to converge, the sum must be finite.
This means that the Fourier transform of the sequence \(x[n] r^{-n}\) must converge.
The set of all \(z\) values for which \(X(z)\) converges is called the Region of Convergence (ROC).
Importance of ROC
Uniqueness: The Z-transform and its ROC uniquely define a signal \(x[n]\). Different signals can have the same algebraic expression for \(X(z)\) but different ROCs.
Fourier Transform Existence: If the ROC includes the unit circle, then the Discrete-Time Fourier Transform (DTFT) of \(x[n]\) converges.
System Properties: The ROC provides insights into system causality and stability.
Warning
Always specify the ROC when defining a Z-transform!
Example 10.1: Right-Sided Exponential
Signal:\(x[n] = a^n u[n]\)
Where \(u[n]\) is the unit step function.
Derivation:\[
X(z)=\sum_{n=-\infty}^{+\infty} a^{n} u[n] z^{-n}
\] Since \(u[n]\) is 0 for \(n<0\): \[
X(z)=\sum_{n=0}^{\infty} (a z^{-1})^{n}
\] This is a geometric series. For convergence, we require \(|a z^{-1}| < 1\), which means \(|z| > |a|\).
Thus, the sum converges to: \[
X(z)=\frac{1}{1-a z^{-1}} = \frac{z}{z-a}, \quad |z|>|a|
\]
Example 10.1: Right-Sided Exponential
Pole-Zero Plot and ROC
Zero:\(z=0\) (from numerator \(z\))
Pole:\(z=a\) (from denominator \(z-a\))
The ROC is the region outside the circle of radius \(|a|\).
Figure 10.2 Pole-zero plot and region of convergence for Example 10.1 for \(0<a<1\).
Interactive: Visualizing ROC for \(a^n u[n]\)
Let’s explore how the pole location affects the ROC. Adjust the value of ‘a’ below.
viewof a_val = Inputs.range([0.1,1.5], {value:0.5,step:0.1,label:"Magnitude of 'a'"});
Example 10.2: Left-Sided Exponential
Signal:\(x[n] = -a^n u[-n-1]\)
This is a left-sided exponential, extending to negative infinity.
Derivation:\[
X(z)=-\sum_{n=-\infty}^{+\infty} a^{n} u[-n-1] z^{-n}
\] Since \(u[-n-1]\) is 1 for \(n \le -1\): \[
X(z)=-\sum_{n=-\infty}^{-1} a^{n} z^{-n}
\] Let \(m = -n\). As \(n\) goes from \(-\infty\) to \(-1\), \(m\) goes from \(\infty\) to \(1\). \[
X(z)=-\sum_{m=1}^{\infty} a^{-m} z^{m} = -\sum_{m=1}^{\infty} (a^{-1} z)^{m}
\] This is a geometric series. For convergence, we require \(|a^{-1} z| < 1\), which means \(|z| < |a|\).
Example 10.2: Left-Sided Exponential
Thus, the sum converges to: \[
X(z)=-( \frac{a^{-1}z}{1-a^{-1}z} ) = \frac{-z}{a-z} = \frac{z}{z-a}, \quad |z|<|a|
\]
Pole-Zero Plot and ROC
Zero:\(z=0\)
Pole:\(z=a\)
The ROC is the region inside the circle of radius \(|a|\).
Figure 10.3 Pole-zero plot and region of convergence for Example 10.2 for \(0<a<1\).
ROC Differences: Right-Sided vs. Left-Sided
Right-Sided Signal: \(x[n] = a^n u[n]\)
\(X(z) = \frac{z}{z-a}\)
ROC:\(|z| > |a|\) (exterior region)
Pole at \(z=a\).
ROC is outside the outermost pole.
Left-Sided Signal: \(x[n] = -a^n u[-n-1]\)
\(X(z) = \frac{z}{z-a}\)
ROC:\(|z| < |a|\) (interior region)
Pole at \(z=a\).
ROC is inside the innermost pole.
Caution
The algebraic expression for \(X(z)\) alone is insufficient to uniquely determine the discrete-time signal \(x[n]\). The Region of Convergence (ROC) is essential!
Linearity Property
Statement:
If \(x_1[n] \stackrel{\mathcal{Z}}{\longleftrightarrow} X_1(z)\) with ROC \(R_1\), and \(x_2[n] \stackrel{\mathcal{Z}}{\longleftrightarrow} X_2(z)\) with ROC \(R_2\),
Then for constants \(A\) and \(B\): \[
A x_1[n] + B x_2[n] \stackrel{\mathcal{Z}}{\longleftrightarrow} A X_1(z) + B X_2(z)
\]
ROC of the combined signal: The ROC for \(A X_1(z) + B X_2(z)\) will be at least the intersection of \(R_1\) and \(R_2\).
\[
R_{new} \supseteq R_1 \cap R_2
\]
Why “at least”?
Sometimes, pole-zero cancellations can occur when summing transforms, potentially expanding the ROC.
For example, if a pole from \(X_1(z)\) is cancelled by a zero from \(X_2(z)\), the overall system might converge in a larger region than the intersection.
Tip
Linearity is extremely useful for finding the Z-transform of complex signals by breaking them down into simpler components.