You are on page 1of 40

Addis Ababa Science and Technology University

College of Electrical & Mechanical Engineering


Electromechanical Engineering Department

Signals and Systems Analysis (EEEg-3105)

Chapter Five
Z-Transform and Its Inverse
Z-transform and Its Inverse

Outline
 The Z-transform
 Properties of the Z-transform
 Transfer function of Discrete-time LTI Systems
 Transform Domain Analysis using the Z-transform

Semester-I, 2016/17 2
The Z-transform

 The Z-transform of a discrete-time signal x(n), denoted by X(z),


is defined as:

X ( z)   x (
n  
n ) z n

 The Z-transform is a mapping (transformation) from a sequence


to a power series.
 We say that x(n) and X(z) are Z-transform pairs and denote this
relationship as:
x(n) 
Z
X ( z ) (with certain ROC )
Semester-I, 2016/17 3
The Z-Plane

 The variable z is complex and can be viewed in the z-plane.

 The Z-transform of a discrete-time signal x(n) is a function X(z)


defined on the z-plane.

Semester-I, 2016/17 4
Region of Convergence (ROC)

 The region of convergence (ROC) is defined as the set of all


values of z for which X(z) has a finite values.
 Every time we cite a Z-transform, we should indicate its ROC.

Example:

Semester-I, 2016/17 5
Region of Convergence (ROC)……

Exercise:

1. Find the Z-transform of the following discrete-time signals and


state the ROC.
a. x(n)   (n) d . x(n)   a nu ( n  1)

b. x(n)  u (n) e. x(n)  a nu ( n  1)

c. x(n)  a nu (n)

Semester-I, 2016/17 6
Region of Convergence (ROC)……

2. Find the Z-transform of the following discrete-time signals and


state the ROC.

a. x(n)  2 n u (n) d . x(n)  2 n u (n)  3n u (n  1)

b. x(n)  (2) n u (n) e. x(n)  2 n u (n  1)  3n u (n)

c. x(n)  3n u (n  1)

Semester-I, 2016/17 7
Properties of the ROC

Semester-I, 2016/17 8
Properties of the ROC……

Semester-I, 2016/17 9
Properties of the ROC……

Semester-I, 2016/17 10
Properties of the ROC……

 In general, the ROC has the following properties.

i. The ROC can not contain any poles inside it.

ii. If x(n) is left-sided signal, then:

ROC : z  r1 , r1 : is the innermost pole

iii.If x(n) is right-sided signal, then:

ROC : z  r2 , r2 : is the outermost pole

Semester-I, 2016/17 11
Properties of the ROC……

iv. If x(n) is two-sided signal, then:

ROC : r2  z  r1

v. If x(n) is a finite length signal, then ROC is the entire z-plane

except possibly at z  0 or z  .

vi. The DTFT of x(n) exists if and only if the ROC of x(n)

includes the unit circle.

Semester-I, 2016/17 12
Properties of the ROC……
Exercise:

The Z-transform of a discrete-time signal x(n) is given by:

1
X ( z) 
3 1 1  2
1 z  z
Determine: 4 8
a. all the possible ROCs

b. the corresponding discrete-time signal x(n) for each of the above ROCs

Semester-I, 2016/17 13
Summary of the ROC

April 2015 Prepared by: WelelawY. 14


Summary of the ROC……..

April 2015 Prepared by: WelelawY. 15


Summary of the ROC……..

April 2015 Prepared by: WelelawY. 16


Some Common Z-transform Pairs

Semester-I, 2016/17 17
Some Common Z-transform Pairs……

Semester-I, 2016/17 18
Some Common Z-transform Pairs……

Semester-I, 2016/17 19
Rational Z-transforms

 The most important and most commonly used Z-transforms are


those for which X(z) is a rational function of the form:
M

N ( z) k
b z k
b0  b1 z 1  .....  bM z  M
X ( z)   k 0

D( z ) N
a0  a1 z 1  .....  aM z  N
 k
a
k 0
z k

 The roots of the numerator N(z) are known as the zeros of X(z).

 The roots of the denominator D(z) are known as the poles of


X(z).

Semester-I, 2016/17 20
Rational Z-transforms……

 The above rational Z-transform contains:

 M zeros at z1, z2, ……, zM

 N poles at p1, p2, ……, pM

 If M<N, then there are N-M additional zeros at the origin z=0.

 If M>N, then there are M-N additional poles at the origin z=0.

 If M=N, then X(z) has exactly the same number of poles and
zeros.

Semester-I, 2016/17 21
Rational Z-transforms……

Exercise:
Find the Z-transform and sketch the pole-zero plots of the
following discrete-time signals.

a. x(n)  0.5n u (n)

b. x(n)  0.5n u (n  1)

c. x(n)  (0.5) n u (n)  (1.5) n u (n  1)

Semester-I, 2016/17 22
Rational Z-transforms……

Semester-I, 2016/17 23
Rational Z-transforms……

Semester-I, 2016/17 24
Properties of Z-Transform

April 2015 Prepared by: Welelaw Y. 25


Inverse Z-transform

Inverting by Inspection:
 The simplest inversion method is by inspection, or by
comparing with the table of common Z-transform pairs.

Exercise:

Find the inverse of the following Z-transforms by inspection.


1
a. X ( z )  1
, ROC : z  0.5
1  0.5 z

1
b. X ( z )  1
, ROC : z  0.5
1  0 .5 z
Semester-I, 2016/17 26
Inverse Z-transform……

Inverting by Partial Fractional Expansion:


 This is a method of writing complex rational Z-transforms as a
sum of simple terms.
 After expressing the complex rational Z-transform as a sum of
simple terms, each term can be inverted by inspection.

Exercise:

Find the inverse Z-transform by partial fractional expansion


method. 1
X ( z)  , ROC : z  0.5
1  0.25z 1  0.5z 
1 1

Semester-I, 2016/17 27
Transfer Function of Discrete-time LTI Systems
 The Z-transform of the impulse response h(n) is known as the
transfer function of the system.
 Mathematically:

H ( z)   h (
n  
n ) z n

 We say that h(n) and H(z) are Z-transform pairs and denote this
relationship as:

h(n) 
Z
H ( z)

Semester-I, 2016/17 28
Transfer Function of Discrete-time LTI Systems……

 The output y(n) of a discrete-time LTI system equals the


convolution of the input x(n) with the impulse response h(n),
i.e.,
y ( n)  x ( n) * h( n)

 Taking the Z-transform of both sides of the above equation by


applying the convolution property, we obtain:
Y ( z)
Y ( z)  X ( z)H ( z)  H ( z) 
X ( z)

Semester-I, 2016/17 29
Transfer Function of Discrete-time LTI Systems……
i. Causal LTI Systems
 A discrete-time LTI system is causal if h(n)=0, n<0. In other
words, h(n) is right-sided signal.
 Therefore, ROC of H(z) is an exterior region starting from the
outermost pole.

Semester-I, 2016/17 30
Transfer Function of Discrete-time LTI Systems……
ii. Anti-causal LTI Systems
 A discrete-time LTI system is anti-causal if h(n)=0, n>0. In
other words, h(n) is left-sided signal.
 Therefore, ROC of H(z) is an interior region starting from the
innermost pole.

Semester-I, 2016/17 31
Transfer Function of Discrete-time LTI Systems……

iii. BIBO Stable LTI Systems


 A discrete-time LTI system is BIBO stable if h(n) is
absolutely summable, i.e. ,

 h( n)  
n  

 Therefore, ROC of H(z) always contains the unit circle.

Semester-I, 2016/17 32
Transfer Function of Discrete-time LTI Systems……

Semester-I, 2016/17 33
Transfer Function of Discrete-time LTI Systems……
iv. Causal & BIBO stable LTI Systems
 The ROC of H(z) must be an exterior region starting from the
outermost pole and contains the unit circle.
 In other words, all poles must be inside the unit circle.

Semester-I, 2016/17 34
Transfer Function of Discrete-time LTI Systems……

Exercise:
1. The transfer function of a discrete-time LTI system is given by:

3  3 z 1
H ( z) 
1  2.5 z 1  z  2
a. Find the poles and zeros of H(z).
b. Sketch the pole-zero plot.
c. Find the impulse response h(n) if the system is known to be:
i. causal iii. BIBO stable
ii. anti-causal
Semester-I, 2016/17 35
Transfer Function of Discrete-time LTI Systems……
2. Plot the ROC of H(z) for discrete-time LTI systems that are:
a. causal & BIBO stable
b. causal & unstable
c. anti-causal & BIBO stable
d. anti-causal & unstable

Semester-I, 2016/17 36
Transform Domain Analysis using the Z-transform

 The procedure for evaluating the output y(n) of a discrete-time

LTI system using the Z-transform consists of the following four

steps.

1. Calculate the Z-transform X(z) of the input signal x(n).

2. Calculate the Z-transform H(z) of the impulse response h(n) of

the discrete-time LTI system.

Semester-I, 2016/17 37
Transform Domain Analysis using the Z-transform….

3. Based on the convolution property, the Z-transform of the

output y(n) is given by Y(z) = H(z)X(z).

4. The output y(n) in the time domain is obtained by calculating

the inverse Z-transform of Y(z) obtained in step (3).

Semester-I, 2016/17 38
Exercise

1. Find the Z-transform of the following discrete-time signals.


n n
1  1
a. x(n)    u (n)     u (n)
2  3

n n
 1 1
b. x(n)     u (n)    u (n  1)
 3 2

2. Find the inverse Z-transform of:


1 1
X ( z)  , ROC : z 
 1 1  1 1  2
1  z 1  z 
 4  2 

Semester-I, 2016/17 39
Exercise……

3. The input to a causal discrete-time LTI system is given by:


n
1
x(n)  u ( n  1)    u (n)
2
The Z-transform of the output of this system is:
1 1
 z
Y ( z)  2
 1 1 
 1  z  
1  z 1

 2 
a. Determine the impulse response h(n) of the system.
b. Find the output y(n) of the system.
Semester-I, 2016/17 40

You might also like