10.7 Analysis and Characterization of LTI Systems Using Z-Transforms
The System Function \(H(z)\)
Core Relationship:
For an LTI system, the output \(Y(z)\) is the product of the input \(X(z)\) and the system function \(H(z)\): \[
Y(z) = H(z)X(z)
\]
\(H(z)\) is the Z-transform of the system’s impulse response \(h[n]\).
It’s also known as the transfer function.
Connection to Frequency Response:
If the ROC of \(H(z)\) includes the unit circle, then the frequency response \(H(e^{j\omega})\) is obtained by evaluating \(H(z)\) at \(z=e^{j\omega}\).
This means \(H(z)\) contains all information about the system’s frequency response.
The System Function \(H(z)\)
Eigenfunctions:
Complex exponentials \(z^n\) are eigenfunctions of LTI systems.
If \(x[n]=z^n\), then \(y[n]=H(z)z^n\).
Key Aspects of \(H(z)\):
Algebraic Expression: The form of \(H(z)\) (e.g., rational function, poles, zeros).
Region of Convergence (ROC): Crucial for determining causality and stability.
Pole-Zero Plot of \(H(z)\):
The locations of poles and zeros in the \(z\)-plane provide a visual representation of the system’s characteristics.
Combined with the ROC, this plot is a complete characterization of an LTI system in the Z-domain.
10.7.1 Causality
Definition:
A discrete-time LTI system is causal if its impulse response \(h[n]\) is zero for \(n<0\).
This means \(h[n]\) is a right-sided sequence.
Z-Domain Condition for Causality:
An LTI system is causal if and only if the ROC of its system function \(H(z)\) is the exterior of a circle, including infinity.
For Rational \(H(z)\):
A causal LTI system with rational \(H(z)\) has two conditions:
The ROC is the exterior of a circle outside the outermost pole.
When \(H(z)\) is expressed as a ratio of polynomials in \(z\), the order of the numerator cannot be greater than the order of the denominator. (This ensures that \(H(z)\) is finite at \(z=\infty\)).
Goal: Determine \(H(z)\), value of \(a\), and system properties.
Steps:
Find \(X_1(z)\) and \(Y_1(z)\).
From \(Y_1(z) = H(z)X_1(z)\), express \(H(z)\) algebraically in terms of \(a\).
Use property that for \(x_2[n]=(-1)^n\), \(y_2[n]=H(-1)x_2[n]\).
Solve for \(a\) using \(H(-1) = 7/4\).
Once \(a\) is found, determine the full \(H(z)\) and its ROC from \(X_1(z)\) and \(Y_1(z)\) ROCs.
Infer causality and stability.
Result:
\(a=-9\), and \(H(z)=\frac{1-\frac{13}{6} z^{-1}+\frac{1}{3} z^{-2}}{1-\frac{5}{6} z^{-1}+\frac{1}{6} z^{-2}}\) ROC is \(|z|>1/2\).
Causal (numerator/denominator order is 2, ROC outside outermost pole).
Stable (poles at \(z=1/2, z=1/3\) are inside unit circle, ROC includes unit circle).
10.7.4 Examples Relating System Behavior to the System Function
Example 10.27: Property Deduction
Given: Stable and causal system, rational \(H(z)\), pole at \(z=1/2\), zero on unit circle.
Statements:
\(\mathcal{F}\left\{(1/2)^{n} h[n]\right\}\) converges. TRUE. (Corresponds to \(H(2)\), and \(z=2\) is in ROC).
\(H\left(e^{j \omega}\right)=0\) for some \(\omega\). TRUE. (Zero on unit circle means \(H(e^{j\omega})=0\) at that \(\omega\)).
\(h[n]\) has finite duration. FALSE. (Pole at \(z=1/2\) implies infinite duration).
\(h[n]\) is real. INSUFFICIENT INFO. (Complex poles/zeros must appear in conjugate pairs for real \(h[n]\), but we don’t know other poles/zeros).
\(g[n]=n[h[n] * h[n]]\) is the impulse response of a stable system. TRUE.
\(H(z)\) has poles inside unit circle.
\(H_{conv}(z) = H(z)H(z)\) also has poles inside unit circle.
\(G(z) = -z \frac{d}{dz} H_{conv}(z)\) has poles at same locations as \(H_{conv}(z)\) (except possibly origin).
Thus, \(G(z)\) has poles inside unit circle, implying stability.
Conclusion: LTI System Analysis
Key Concepts:
System Function \(H(z)\): The Z-transform of the impulse response, linking input and output in the Z-domain (\(Y(z)=H(z)X(z)\)).
Causality: ROC is an exterior region, including infinity (for rational \(H(z)\), numerator order \(\le\) denominator order).
Stability: ROC includes the unit circle (for causal rational \(H(z)\), all poles inside unit circle).
Difference Equations: Easily transformed into rational \(H(z)\) using Z-transform properties.
Practical Importance in ECE:
Filter Design: Design digital filters by specifying pole and zero locations to achieve desired frequency responses while maintaining causality and stability.
Control Systems: Analyze the stability and transient response of discrete-time control loops.
System Modeling: Model and simulate complex systems using difference equations and their Z-transforms.
Digital Signal Processing (DSP): Fundamental for understanding and implementing algorithms in audio, image, and communication processing.
Important
The Z-transform provides a comprehensive and elegant framework for analyzing, designing, and understanding discrete-time LTI systems, making it an indispensable tool for ECE engineers.