Chapter - 3
Chapter - 3
CHAPTER THREE
THE Z-TRANSFORM AND ANALYSIS OF
DISCRETE-TIME LTI SYSTEMS
3.1 INTRODUCTION
The Z-Transform for discrete-time signals is the counter part of the Laplace-
Transform for Continuous-time signals and they each have a similar relation to the
corresponding Fourier Transform.
The Z-Transform is a powerful mathematical tool for the analysis of Linear-Time
Invariant discrete-time systems in the frequency domain.
The Z-Transform converts difference equations into algebraic equations, there by
simplifying the analysis of discrete-time systems.
--------- (1)
The correspondence between a sequence and its Z-Transform is indicated by the notation
--------------- (2)
------------------- (3)
ELECTRONICS & COMMUNICATION ENGINEERING Page 1
DIGITAL SIGNAL PROCESSING ECEg-3205
NOTE: It is possible for the Z-Transform to converge even if the Fourier Transform does not.
Example Problem 1
Solution:-
Example Problem 2
(b)
ROC :
(c) Consider the signal 𝑥[𝑛] = 𝑎𝑛 𝑢[𝑛]
Then
ROC :
NOTE: The ROC of an infinite duration, causal sequence is the exterior of a circle of radius
r2 while the ROC of an infinite duration anti-causal sequence is the interior of a circle of
some radius r1 .
EXAMPLE: Find the Z-Transform of sum of two exponential sequences and sketch the
ROC. (use above property)
Solution: - we know
2. TIME SHIFTING
𝑧
If 𝑥[𝑛] ↔ 𝑋 ( 𝑧) 𝑅𝑂𝐶 = 𝑅
𝑧
then 𝑥[𝑛 − 𝑘] ↔ 𝑧 −𝑘 𝑋(𝑧) 𝑅𝑂𝐶 = 𝑅 ∩ {0 < |𝑧| < ∞}
𝑙𝑒𝑡 𝑛 − 𝑘 = 𝑚, 𝑛 = 𝑚 + 𝑘 𝑎𝑛𝑑 𝑚 = −∞ 𝑡𝑜 ∞
∞
= ∑ 𝑥[𝑚]𝑧 −𝑚 𝑧 −𝑘 = 𝑧 −𝑘 𝑋(𝑧)
𝑚=−∞
ROC is same as X(z) except for z = 0 if k ˃ 0, z =∞ if k ˂ 0.
Example: Determine the Z-Transform of the given sequence and sketch ROC.
𝑥[𝑛] = 𝛿[𝑛 − 3] (use above property)
Sol:- 𝑍 {𝛿[𝑛 − 3]} = 𝑧 −3 . 1 = 𝑧 −3
4. TIME REVERSAL
𝑧
If 𝑥[𝑛] ↔ 𝑋 (𝑍) 𝑅𝑂𝐶 = 𝑅
𝑧 1
then 𝑥[−𝑛] ↔ 𝑋 (𝑍 −1 ) 𝑅𝑂𝐶 = 𝑅
Proof:
∞
𝑍 {𝑥[−𝑛]} = ∑ 𝑥[−𝑛]𝑧 −𝑛
𝑛=−∞
𝑙𝑒𝑡 − 𝑛 = 𝑚, 𝑡ℎ𝑒𝑛
∞
= ∑ 𝑥[𝑚](𝑧 −1 )−𝑚 = 𝑋 (𝑧 −1 )
𝑚=−∞
ELECTRONICS & COMMUNICATION ENGINEERING Page 9
DIGITAL SIGNAL PROCESSING ECEg-3205
5. DIFFERENTIATION IN Z-DOMAIN
𝑧
If 𝑥[𝑛] ↔ 𝑋(𝑧)
𝑧 𝑑
then 𝑛𝑥[𝑛] ↔ −𝑧 𝑋(𝑧)
𝑑𝑧
Proof: let
∞
𝑋(𝑧) = ∑ 𝑥[𝑛]𝑧 −𝑛
𝑛=−∞
Differentiate with respect to Z on both sides, then
∞
𝑑 𝑑
𝑋 (𝑍) = [ ∑ 𝑥[𝑛]𝑧 −𝑛 ]
𝑑𝑧 𝑑𝑧
𝑛=−∞
Interchange the order of summation and integration, then
∞
𝑑 𝑑
𝑋 (𝑍) = ∑ 𝑥[𝑛] 𝑧 −𝑛
𝑑𝑧 𝑑𝑧
𝑛=−∞
∞
𝑑
−𝑧 𝑋(𝑍) = ∑ 𝑛𝑥 (𝑛)𝑧 −𝑛
𝑑𝑧
𝑛=−∞
then
6. ACCUMULATION:
𝑧
If 𝑥[𝑛] ↔ 𝑋 (𝑍) 𝑅𝑂𝐶 = 𝑅
Then
𝑛
𝑧 1
∑ 𝑥[𝑘] ↔ 𝑋 (𝑧) 𝑅𝑂𝐶 = 𝑅 ∩ { |𝑧| < 1}
1 − 𝑧 −1
𝑘=−∞
Note that ∑𝑛𝑘 =−∞ 𝑥 [𝑘] is the discrete-time counterpart to integration in the time domain
and is called the accumulation.
7. CONVOLUTION
It is the most important Z-Transform property.
It states that the convolution in time-domain is mapped into multiplication in the frequency
domain.
If
𝑧
𝑥 1 [𝑛] ↔ 𝑋1 (𝑍) ; 𝑅𝑂𝐶 = 𝑅1
𝑧
𝑥 2 [𝑛] ↔ 𝑋2 (𝑍) ; 𝑅𝑂𝐶 = 𝑅2
𝑧
𝑡ℎ𝑒𝑛 𝑥1 [𝑛] ∗ 𝑥 2 [𝑛] ↔ 𝑋1 (𝑍). 𝑋2 (𝑍) ; 𝑅𝑂𝐶 ⊃ 𝑅1 ∩ 𝑅2
Proof:
∞ ∞
𝐿𝑒𝑡 𝑍{𝑥 1 [𝑛]} = 𝑋1 (𝑍) = ∑ 𝑥 1 [𝑛]𝑧−𝑛 𝑎𝑛𝑑 𝑍{𝑥 2 [𝑛]} = 𝑋2 (𝑍) = ∑ 𝑥 2 [𝑛]𝑧−𝑛
𝑛=−∞ 𝑛=−∞
∞
1. Inspection Method
The inspection method consists simply of becoming familiar with or recognizing “by
inspection”, certain Z-T pairs. For this, we have to know Z-T of some common sequences
and their ROCs.
Example Problems
Find the Inverse Z-Transform of the following functions
𝟏 𝟏 𝟏 𝒏
1. 𝑿(𝒁) = 𝟏 , |𝒛| > 𝟐 𝒔𝒐𝒍𝒖𝒕𝒊𝒐𝒏 , 𝒙[𝒏] = (− 𝟐) 𝒖(𝒏)
𝟏+ 𝒛 −𝟏
𝟐
𝟏 𝟏 𝟏 𝒏
2. 𝑿(𝒁) = 𝟏 , |𝒛| < 𝟐 𝒔𝒐𝒍𝒖𝒕𝒊𝒐𝒏, 𝒙[𝒏] = − (− 𝟐) 𝒖(−𝒏 − 𝟏)
𝟏+ 𝒛 −𝟏
𝟐
𝟐 𝒛 −𝟏
4. 𝑿(𝒁) = 𝟐 , |𝒛| > 2 𝒔𝒐𝒍𝒖𝒕𝒊𝒐𝒏, 𝒙[𝒏] = 𝒏(𝟐)𝒏 𝒖(𝒏)
(𝟏−𝟐𝒛−𝟏 )
𝟐𝒛
5. 𝑿(𝒁) = (𝒛−𝟐)𝟐 , |𝒛| < 2 𝒔𝒐𝒍𝒖𝒕𝒊𝒐𝒏 , 𝒙 [𝒏] = − 𝒏(𝟐)𝒏 𝒖(−𝒏 − 𝟏)
We can determine any particular value of the sequence by finding the coefficient of the
appropriate power of 𝑧 −1 .
This approach is also very useful for finite length sequences where X(Z) may have no
simpler form than a polynomial in 𝑧 −1 .
Example Problem
1
Find the inverse Z-T 𝑋 (𝑧) = 𝑧 2 (1 − 2 𝑧 −1 )(1 + 𝑧 −1 )(1 − 𝑧 −1 ) .
Sol:- However by multiplying the factors, we can express
Example Problem
𝟏
Find the inverse Z-T if 𝑿(𝒁) = , |𝒛| > |𝑎|
𝟏−𝒂𝒛 −𝟏
Sol:-
Since the ROC is the exterior of a circle, the sequence is causal.
Example Problem
Find the inverse Z-T by partial fraction method if
; |𝒛| > 1
𝒛 𝒛
And 𝑿(𝒛) = 𝟐 (𝒛−𝟏) − ( 𝒛−𝟎.𝟓 )
𝒃𝒚 𝒊𝒏𝒔𝒑𝒆𝒄𝒕𝒊𝒐𝒏, 𝒙(𝒏) = 𝟐(𝟏)𝒏 𝒖(𝒏) − (𝟎. 𝟓)𝒏 𝒖(𝒏)
(b) Multiple Order Poles: If X(z) has a pole of multiplicity 𝑙 , i.e it contains in its
denominator by the factor (𝑧 − 𝑃𝑘 )𝑙 then the expansion is no longer true. In this case a
different expansion is needed.
Example Problem
Find the inverse Z-T for the given function
Sol:-
But in Z-T , by using the convolution property the above equation may also be
expressed as
--------------------- (1)
Where H(Z), the Z-T of h(n), is the system function of the LTI system.
The system function is very useful in the description and analysis of LTI systems.
The system function H(z) is the Z-T of the unit sample response;
-------------- (2)
From equation 1, the system function is given by
-------------------- (3)
The relation in eqn. (1) is particularly useful in obtaining H(Z) when the system is
described by a LCC Difference Equation of the form
----------- (4)
We can determine system function H(z), from above equation by computing Z-T of
both sides and applying time-shifting property.
Then
----------------- (5)
or equivalently
------------------------- (6)
---------------------- (8)
In this case H(Z) consists of N poles, whose values are determined by the system parameters
{ak },and N th order zero at the origin z=0.
Consequently the system function in eqn.(8) contains only non-trivial poles and the
corresponding system is called an all-pole system. Due to the presence of poles, the impulse
response of such a system is infinite in duration, and hence it is an IIR system.
Example Problem
Example Problem