0% found this document useful (0 votes)
199 views13 pages

Unit 2 - Digital Signal Processing - WWW - Rgpvnotes.in

The document summarizes key concepts about the z-transform: 1) The z-transform represents a discrete signal as a power series with complex variable z. It is used to analyze linear time-invariant systems in the z-domain. 2) A signal's region of convergence defines the values of z where its z-transform is finite. Poles cannot be inside the ROC. 3) Properties of the z-transform like linearity and time shifting allow relating transforms of different signals. The z-transform facilitates analysis of digital signals and systems.

Uploaded by

Rohit kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
199 views13 pages

Unit 2 - Digital Signal Processing - WWW - Rgpvnotes.in

The document summarizes key concepts about the z-transform: 1) The z-transform represents a discrete signal as a power series with complex variable z. It is used to analyze linear time-invariant systems in the z-domain. 2) A signal's region of convergence defines the values of z where its z-transform is finite. Poles cannot be inside the ROC. 3) Properties of the z-transform like linearity and time shifting allow relating transforms of different signals. The z-transform facilitates analysis of digital signals and systems.

Uploaded by

Rohit kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

Program : B.

Tech
Subject Name: Digital Signal Processing
Subject Code: EC-601
Semester: 6th
Downloaded from www.rgpvnotes.in

UNIT-II
Z-TRANSFORM
The Z-Transform
The direct z-transform, properties of the z-transform, rational z-transforms, inversion of the z transform,
analysis of linear time-invariant systems in the z- domain, block diagrams and signal flow graph
representation of digital network, matrix representation.
2.1 DEFINITION OF Z TRANSFORMS:
The z-transform of a discrete signal x (n) is defined as the power series,

𝑍[𝑥(𝑛)] = 𝑋(𝑧) = ∑ 𝑥(𝑛) 𝑧 −n


𝑛=−∞
Where z is a complex variable. This is generally referred to as two sided z-transform.
If x (n) is a causal sequence, x (n) = 0, for n < 0, then its z-transform is

𝑋(𝑧) = ∑ 𝑥(𝑛) 𝑧 −n
𝑛=0
This expression is called a one sided z-transform.
This causal sequence produces negative powers of z in X (z). Generally we assume that x (n) is a causal
sequence, unless it is otherwise stated.
If x (n) is non-causal sequence, x(n)=0 for 0 ≤ n, then its z-transform is
−1

𝑋(𝑧) = ∑ 𝑥(𝑛) 𝑧 −n
𝑛=−∞
This expression is also called a one sided z-transform. This non causal sequence produces positive powers of z
in X (z).

2.2 REGION OF CONVERGENCE:


The values of z for which X (z) is finite and lie within the region called as “region of convergence (ROC).
Therefore, the condition for X (z) to be finite is │z│ > 1. In other words, the ROC for X (z) is the area outside the
unit circle in the z plane.
The ROC of a rational z transform is bounded by the location of its pole. For Example, the z transform of the
z
unit step response u(n) is X(z) = which has a zero at z = 0 and a pole at z = 1 and the ROC is │z│ > 1 and
z−1
extending all the way to ∞, as shown in figure 1

Im z Unit circle

Z plane

Re z

ROC Pole at z =1

Zero at z = 0

Figure 1: Pole Zero plot and ROC of Unit Step Response

Page no: 1 Get real-time updates from RGPV


Downloaded from www.rgpvnotes.in

PROPERTIES OF ROC OF Z-TRANSFORMS:


 X (z) converges uniformly if and only if the ROC of the z transform X (z) of the sequence includes the
unit circle. The ROC of X (z) consists of a ring in the z plane centered about the origin. That is the ROC
of z transform of x (n) has values of z for which x(n) r-n is absolutely summable.

𝑋(𝑧) = ∑ │𝑥(𝑛) 𝑟 −n │
𝑛=0
 ROC does not contain any poles.
 If x (n) is a finite duration causal sequence or right sided sequence, then the ROC is entire z-plane
except at z = 0.
 If x(n) is a finite duration anti-causal sequence or left sided sequence, then the ROC is entire z-plane
except at z = ∞.
 If x (n) is an infinite duration causal sequence, ROC is exterior of the circle with radius a. i.e. |z| > a.
 If x (n) is an infinite duration anti-causal sequence, ROC is interior of the circle with radius a. i.e. |z| < a.
 If x (n) is a finite duration two sided sequence, then the ROC is entire z-plane except at z = 0 & z = ∞.

EXAMPLE (A): Determine the z transform of the following finite duration signals.
(a) x (n) = { 1, 2, 5, 4, 0, 1}
(b) x (n) = δ(n)
(c) x (n) = δ(n-k)
(d) Determine the z transform of n 0≤n a ,
x(n) =
0, n<0

SOLUTION:
(a) x (n) = { 1, 2, 5, 4, 0, 1}
Taking z transform, we get
X(z) = 1 + 2z-1 + 5z-2 + 5z-3 + 4z-4 + z-6
(b) x (n) = δ(n)
X(z) = 1
(c) x (n) = δ(n-k)
x (n) = δ(n-k), k > 0
hence X(z) = zk
ROC: Entire z plane except z = 0
d) an, 0 ≤ n
x(n) =
0, n<0

The z transform of the given x(n) is



n n −n
𝑋(𝑧) = 𝑍[𝑎 ] = ∑ 𝑎 𝑧 = ∑ 𝑎n 𝑧 −n
𝑛=0
𝑛=−∞

Page no: 2 Get real-time updates from RGPV


Downloaded from www.rgpvnotes.in

1
We know that, ∑ 𝑎n = for a < 1
1−𝑎
Hence,
1
𝑋(𝑧) =
1 − 𝑎𝑧 −1

This converges when │az-1│ < 1 or │z│ > │a│. Values for z for which X (z) = 0 are called of X (z), and values of z
for which X (z) tends to infinity are called poles of X (z).

2.3 PROPERTIES OF Z TRANSFORM:

1) LINEARITY
The linearity property states that if
z
z
x2(n) X2(z)
x1(n) X1(z) and

Then
z
a1 x1(n) + a2 x2(n) a1 X1(z) + a2 X2(z)

Where a1 and a2 are arbitrary constants. It implies that the z- transform of a linear combination of signals is the
same linear combination of z transforms.

EXAMPLE (B): Determine the z transform of the signal


x (n) = δ(n+1) + 3 δ(n) + 6 δ(n-3) - δ(n-4)
SOLUTION:
From the linearity property, we have
X (z) = Z [δ (n+1)] + 3 Z [δ (n)] + 6 Z [δ (n-3)] – Z [δ (n-4)]
Using z transform pair, we obtain
x (n) = { 1, 3, 6, 0, 0, -1}

2) TIME REVERSAL
The Time reversal property states that if
z
x(n) X(z) : ROC r1 < │z│< r2

Then
z
x (-n) X (z-1) : ROC 1/ r1 < │z│< 1/ r2

EXAMPLE (C): Find the z transform of the signal x (n) = u (-n)


SOLUTION:

Page no: 3 Get real-time updates from RGPV


Downloaded from www.rgpvnotes.in

We know that
𝑧
𝑍[𝑢(𝑛)] =
𝑧−1
ROC: │z│>1
By using time reversal property, we obtain
𝑧 −1
𝑍[𝑢(𝑛)] = ROC: │z│<1
𝑧 −1 −1

3) TIME SHIFTING
The Time shifting property states that if
z z
x (n) X (z) Then x(n-k) X (z) z–k

The ROC of z–k X (z) is the same as that of X(z) except for z = 0 if k > 0 and z = ∞ if k < 0.

EXAMPLE (D): Find the inverse z transform of the signal X(z)= z-1 /(1-3z-1)

SOLUTION: X(z)= z-1 /(1-3z-1) = z-1 x1(z)


Where X1(z)= 1 /(1-3z-1)
Here, from the time shifting property we have k=1 and x(n) = (3)n u(n)
Hence x(n) (3)n-1 u(n-1)
EXAMPLE(E) Find x(n) If
1
1+ 𝑧 −1
2
X(z)= 1
1− 𝑧 −1
2

1 1 −1
1+ 𝑧 −1 1 𝑧
2 2
Sol. 1 = 1 + 1
1− 𝑧 −1 1− 𝑧 −1 1− 𝑧 −1
2 2 2
Therefore
1 −1
1 𝑧
−1
X(n)=𝑧 [ 1 + 2
1 ]
1− 𝑧 −1 1− 𝑧 −1
2 2
1 𝑛 1 1 𝑛−1
=( ) u(n)+2 (2) u(n-1)
2
4) SCALING
z
x(n) X (z) : ROC r1 < │z│< r2

Then
z
X (a-1z) : ROC │a│ r1 < │z│< │a│ r2
anx(n)
where a is arbitrary constant, which can be real or complex.

EXAMPLE (E): Find the z-transform of x(n)=2nu(n-2)

SOLUTION: x(n)=2nu(n-2)

Z[u(n)] = 1/(1-z-1)

Page no: 4 Get real-time updates from RGPV


Downloaded from www.rgpvnotes.in

Z[u(n-2)] = z-2/(1-z-1)

Z[2nu(n-2)] = z-2/(1-z-1) limit z-1 -->2z-1

Z[2nu(n-2)] = (2z-1)2/(1-2z-1) = (4z-2)/(1-2z-1)

5) DIFFERENTIATION
z
x1(n X(z)
Then

z
n x(n) -z dX (z)/dz
EXAMPLE (F): Find the z-transform of x (n) =n2 u(n)

SOLUTION: X (z) = Z [n2 u (n)] = Z [n (n u (n)]


𝑑
X (z) =z-1 [ Z (nu(n))]
𝑑𝑧 −1

𝑑 z−1
X (z) = z-1
𝑑z−1 (1−z−1 )2

(1−z−1 )2 −z−1 [2(1−z−1 )(−1)


X (z) =z-1[ ]
(1−z−1 )4

X (z) = (1-z-1) (1-z-1+2z-1) / (1-z-1)4

(1+z−1 )
X (z) = z −1
(1−z−1 )3

6) CONVOLUTION
If
z
z
x2(n) X2(z)
x1(n) X1(z) and

Then z
x1(n) * x2(n) X1(z) . X2(z)

EXAMPLE (G): Compute the convolution of the signals

x1 (n) = { 4, -2, 1 }
an, 0≤n
x2 (n) =
0, n<0

SOLUTION: The z transform of the given signals are written as


X1(z) = 4 – 2 z-1 + z-2

Page no: 5 Get real-time updates from RGPV


Downloaded from www.rgpvnotes.in

X2(z) = 1 + z-1 + z-2 + z-3 + z-4 + z-5


Therefore X (z) = X1(z). X2(z) = 4 + 2 z-1 + 3z-2+ 3z-3 + 3z-4 + 3z-5 - z-6 + z-7
Taking inverse z transform, we obtain
x (n) = { 4, 2, 3, 3, 3, 3, -1, 1}

7) CORRELATION PROPERTY
The Correlation of two sequences states that if
z
z
x2(n) X2(z)
x1(n) X1(z) and

Then
∞ z
∑ x1 (l) x2(-l) X1(z) X2(z-1)
n=-∞
8) INITIAL VALUE THEOREM
If x(n) is a causal sequence with z transform X(z), the initial value can be determined by using the expression,

z
x (n) X(z)

Then

x (0) lim x(n) lim X(z)


n0 z∞

9) FINAL VALUE THEOREM


If X (z) = Z [x (n)] and the poles of X (z) are all inside the unit circle, then the final value of the sequence, x(∞),
can be determined by using the expression,

x(∞) = lim x(n) = lim (z-1) X(z)


n∞ z1

EXAMPLE (H): If X(z) = 2 + 3z-1 + 4z-2, find the initial value and final value of the corresponding sequence, x(n).

SOLUTION:
x(0) lim [ 2 + 3z-1 + 4z-2 ] = 2
z∞

x(∞) = lim [2 + z-1 + z-2 -4z-3] = 2 + 1 + 1 – 4 = 0


z1

2.4 EVALUATION OF INVERSE Z TRANSFORM

The three basic methods of performing the inverse z transform, viz.

Page no: 6 Get real-time updates from RGPV


Downloaded from www.rgpvnotes.in

1. Partial fraction expansion Method


2. Power series expansion Method

1. PARTIAL FRACTION EXPANSION METHOD


In this method X (z) is first expanded into sum of simple partial fraction.
a0 zm+ a1 zm-1+ …….+ am
X (z) = for m ≤ n
b0 zn + b1 znn-1+ …….+ bn

First find the roots of the denominator polynomial


a0 zm+ a1 zm-1+ …….+ am
X (z) =
(z- p1 ) (z- p2 )…… (z- pn )
Q.1
Find the inverse z transform of X(z) = z / 3𝑧 2 − 4𝑧 + 1 . If the region of convergence are
1 1
a) |𝑧| > 1 b) |𝑧| < c) < |𝑧| > 1
3 3
Sol. Partial fraction expansion of X(z) yields
1
F(z)=X(z) = z / 3𝑧 2 − 4𝑧 + 1 = 1 / 3𝑧 2 − 4𝑧 + 1 =1 / 3(𝑧 − 1)(𝑧 − )
3

𝐴1 𝐴2
= + 1
(𝑧−1) (𝑧− )
3
𝐴1 = F(z)(z-1) at z=1

2. POWER-SERIES EXPANSION METHOD


The z transform of a discrete time signal x (n) is given as


X(z) = ∑ x (n) z –n
n=-∞

Expanding the above terms we have


x(z) = ….. + x(-2) Z2 + x(-1) Z + x(0) + x(1) Z-1 + x(2) Z2 + …..
This is the expansion of z transform in power series form. Thus sequence x(n) is given as
x(n) = { ….. , x(-2), x(-1), x(0), x(1), x(2),…………..}.
Power series can be obtained directly or by long division method.

2.5 ANALYSIS OF LINEAR TIME-INVARIANT SYSTEMS IN THE Z- DOMAIN

The z transform, plays an important role in the analysis and representation of discrete time LTI systems.
The convolution property of z transform states that,
y(n) = h(n) x(n)
y (n) = h(n) x(n) Y(z) = H(z).X(z)

Page no: 7 Get real-time updates from RGPV


Downloaded from www.rgpvnotes.in

Where Y (z), H (z) and X (z) are the z transforms of system input, output and impulse response respectively.
H (z) is known as the transfer function of discrete time LTI systems. Sometimes, it is also called system
function.

Important properties of the system:


1) Causality of discrete time LTI system:
The condition for causality of discrete time LTI system is that the impulse response of a causal discrete time
LTI system is given as
h (n) = 0 for n < 0
This means that h (n) is right sided.
Also transfer function H (z) is the z transform of h (n). The ROC of H (z) of a causal discrete time system will be
unity i.e., H (z) = 1
A discrete time LTI system is causal if and only if the ROC of its transfer function is the exterior of a circle,
including infinity.
A discrete time LTI system which has a rational transfer function H (z) will be causal if and only if,
i) The ROC is exterior of a circle outside the outermost pole, and
ii) With H (z) expressed as a ratio of polynomials in z, the order of the numerator should be smaller
than order of denominator.

3. Stability Criteria for a Discrete time LTI systems:


The stability of a discrete time LTI system is equivalent to its impulse response h (n) being absolutely
summable, i.e.,

∑ │h (k)│ < ∞
−∞
A discrete time LTI system is stable if and only if the ROC of its transfer function H (z) includes the unit circle z
= 1.

2.6 BLOCK DIAGRAM REPRESENTATION FOR DISCRETE TIME LTI SYSTEM

To analyze discrete time block diagrams such as series or cascade, parallel and feedback interconnections, the
transfer function algebra if exactly the same as that for corresponding continuous time LTI system.
1. Series or Cascade inter connection:
The series connection of two discrete time LTI system is shown below:

Input h1(n) h2(n) Output


signal signal
x (n) H1(z) H2(z) y (n)

Input h (n) = h1(n) h2(n) Output


signal signal
x (n) H (z) = H1(z) H2(z) y (n)

Page no: 8 Get real-time updates from RGPV


Downloaded from www.rgpvnotes.in

The overall impulse response of series connection of two discrete time systems can be determined by taking
convolution sum between h1(n) and h2(n).Here, h1(n) and h2(n) are the impulse responses of two discrete time
LTI systems.

2. Parallel interconnection:

The parallel connection of two discrete time LTI system is shown below:

h1(n)

H1(z)
Output
Input
signal
signal
h2(n) y (n)
x (n)
H2(z)

The overall impulse response of parallel connection of two discrete time systems can be determined by
addition of individual impulse responses of two discrete time LTI systems.

CASCADE FORM STRUCTURE FOR IIR SYSTEMS


In cascade form, stages is cascaded (connected) in series. The output of one system is input to another. Thus
total K number of stages is cascaded. The total system function 'H' is given by

H= H1 (z) . H2 (z)……………………. Hk (z)


H= Y1(z)/X1(z). Y2(z)/X2(z). ……………Yk (z)/Xk (z) 2 Marks

H (z)=π Hk(z)

k=1

x(n)=x1(n) y1(n)=x2(n) y2(n)=x3(n) yk(n)=y(n)


H1(z) H2(z) Hk(z)

FIG - CASCADE FORM REALIZATION OF IIR SYSTEM

Each H1 (z), H2 (z)… etc is a second order section and it is realized by the direct form as shown in below figure.
System function for IIR systems
M N
H(z) = ∑ bk z / 1+ ∑ ak z–k
–k

Page no: 9 Get real-time updates from RGPV


Downloaded from www.rgpvnotes.in

K=0 k=1

Expanding the above terms we have

H(z)= H1(z) . H2(z)……………………. Hk(z)

Where HK(z) = bk0 + bk1 z-1 + bk2 z-2 / 1 + ak1 z-1 + ak2 z-2
Thus direct form of second order IIR system is shown as

X(n) bk0
+ + y(n)

Z-1

-ak1 bk1
+ +
Z-1

+ +
-ak2 bk2

System function for IIR systems is given as


M N
H(z) = ∑ bk z / 1+ ∑ ak z–k
–k

K=0 k=1

= b0 + b1 z-1 + b2 z-2 + ……..+ bM z-M / 1 + a1 z-1 + a2 z-2 +……+ aN z-N

The above system function can be expanded in partial fraction as follows

H(z) = C + H1(z) + H2(z)…………………….+ Hk(z)

Where C is constant and Hk (z) is given as

Hk(z) = bk0 + bk1 z-1 / 1 + ak1 z-1 + ak2 z-2

Page no: 10 Get real-time updates from RGPV


Downloaded from www.rgpvnotes.in

H1(z) +

H2(z) +

X (n) k1(z) + y(n)

FIG - PARALLEL FORM REALIZATION OF IIR SYSTEM

Thus direct form of second order IIR system is shown as

X(n) bk0
+ + y(n)

Z-1

-ak1 bk1
+
+
Z-1

+
-ak2

FIG - DIRECT FORM REALIZATION OF IIR SECOND ORDER SYSTEM (PARALLEL)

Page no: 11 Get real-time updates from RGPV


We hope you find these notes useful.
You can get previous year question papers at
https://qp.rgpvnotes.in .

If you have any queries or you want to submit your


study notes please write us at
rgpvnotes.in@gmail.com

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy