You are on page 1of 6

Control Laboratory

Fourth Year

Experiment no.2

z-transform and Inverse z-transform


Student's Name:

Student's No.:

Type of Studying:

Prepared by:
Dr Ammar A. Aldair
Dr Mofeed T. Rashid

Control Lab – Fourth Year Page 1


1. z-transform MATLAB instructions:

Example 1:

Given that e(k) = 1 for all k, find E(z).

This same E(z) can be obtained using MATLAB as shown below. We also include the
sampling interval T to illustrate that it has no impact on the result.

Example 2:

Given that e(k) = e-akT, find E(z).

Note that, in this example, {e(k)} may be generated by sampling the function e(t) = e-at.
Again, this same E(z) can be obtained using MATLAB as follows:

Control Lab – Fourth Year Page 2


Problem 1:

Find the z-transform of x(kT)= kT eakT

Problem 2:

Find the z-transform of x(kT)= ak cos (bk)

Control Lab – Fourth Year Page 3


Example 3:

Find the z-transform of

T=0.1;

num=[1 4 3];

Note that the MATLAB ztrans function may also be used for this example by first
finding e(t) and then finding E(z):

Control Lab – Fourth Year Page 4


Problem 3:

Find the z-transform of

2. Inverse z-transform MATLAB instructions:

Example 4:

Consider the function E(z) given by:

Control Lab – Fourth Year Page 5


Problem 4:

Consider next the function , find e1(kT)

Consider next the function

Control Lab – Fourth Year Page 6

You might also like