This document discusses the z-transform, which is a mathematical tool used to analyze discrete-time control systems. The z-transform plays a similar role for discrete systems as the Laplace transform does for continuous systems. The document covers the definition of the z-transform, its region of convergence in the z-plane, methods for taking the inverse z-transform, properties of the z-transform, and how to use MATLAB for z-transforms.
CONTENTS:
1. Z-Transform
2. Commandsin MATLAB
3. Convergence Region of Z-transform
4. The Inverse Z-Transform
5. Methods of finding Inverse Z-transform
6. Z-transform pairs
7. Properties of the z-Transform
8. z-Transform Using MATLAB
5.
Z-Transform
The ztransform is a mathematical tool commonly used
for the analysis and synthesis of discrete-time control
systems.
For discrete-time systems, z-transforms play the same
role as Laplace transforms do in continuous-time
systems
Convergence
Region of Z-
transform
Regionof convergence (ROC)
Since the z-transform can be interpreted as the Fourier
transform of the product of the original sequence x[n]
and the exponential sequence r-n, it is possible for the z-
transform to converge even if the Fourier transform does
not.
Because
X(z) is convergent (i.e. bounded) i.e., Σx[n]r-n <∞, if x[n]
is absolutely summable.
n
n
n
n
znxznxzX
12.
Continue..
Eg., x[n]= u[n] is absolutely summable if r>1. This
means that the z-transform for the unit step exists with
ROC |z|>1.
In fact, convergence of the power series X(z) depends
only on |z|.
If some value of z, say z = z1, is in the ROC, then all
values of z on the circle defined by |z|=| z1| will also be
in the ROC.
Thus the ROC will consist of a ring in the z-plane.
n
n
znx
The Inverse Z-
Transform
Inverse z-transform is opposite of z-transform.
For discrete-time systems, Inverse z-transforms play the
same role as Inverse Laplace transforms do in
continuous-time systems.
Methods of
finding Inverse
Z-transform
There are generally three methods of inverse z-
transform
I. Synthetic division method
II. Partial fraction expansion
III. Power series expansion
Advantages of
z-transform
Stabilityof LTI system can be determined using z-
transform.
By calculating z-transform of a given signal, Discrete
Fourier Transform (DFT) and Fourier Transform (FT)
can be determined.
The solution of differential equations can be simplified
using z-transform.