Ztransform
Ztransform
Introduction
A linear system can be represented in the complex frequency domain (s-domain where s = + j) using the
LaPlace Transform.
and
y n = y (n * Ts ) = y (t ) t =n*T
s
Analyzing this equivalent system using standard analog tools will establish the z-Transform.
Sampling
Substituting the Sampled version of x(t) into the definition of the LaPlace Transform we get
Lx(t , Ts ) = X T (s ) = x(t , Ts ) − st dt
t =0
But
x(t , Ts ) = x(t ) * p (t − n * Ts )
n=0 (For x(t) = 0 when t < 0 )
Therefore
X T (s ) = x(n * Ts ) * (t − n * Ts ) − st dt
t =0
n =0
Now interchanging the order of integration and summation and using the sifting property of -functions
X T (s ) = x(n * Ts ) (t − n * Ts ) − st dt
t =0
n=0
X T (s ) = x(n * Ts ) − nTs s
n=0 (We are assuming that the first sample occurs at t = 0+)
if we now adjust our nomenclature by letting:
X ( z ) = X T (s ) z = sT
z = sT , x(n*Ts) = xn , and
X ( z ) = xn z − n
n =0
c X ( z )z
1
2j
n −1
xn = dz
(This is a contour integral in the complex z-plane)
(The use of this integral can be avoided as tables can be used to invert the transform.)
To prove that these form a transform pair we can substitute one into the other.
1 − n k −1
xk = c xn z z dz
2j n = 0
Now interchanging the order of summation and integration (valid if the contour followed stays in the region
of convergence):
1
xk =
2j n = 0
xn c z k − n −1dz
If “C” encloses the origin (that’s where the pole is), the Cauchy Integral theorem says:
z k − n −1dz = o for n k
c 2j for n = k
An Example
Find the z-transform of
n − k = io if n k
if n = k This is the “Unit Pulse” at n = k (assume k > 0)
(z ) = n − k z − n
n=0
z * z − cos(T )
|z| > 1
z − 2 z * cos(T ) + 1
cos(t) 2
where C is a closed contour
that includes z=0
Signal z-Transform
Superposition
Time Shifting
Time
inversion
Time (convolution)
Convolution
Frequency
Differentiation
Summation
You should familiarize yourself with these as they will be used, along with the table of transforms to move
between time series and the z-domain.
F (z ) =
2z
Example: (z − 2)(z − 1)2 , determine fn
A. By Infinite Series
F (z ) =
2z
z − 4 z 2 + 5z − 2
3
Now divide (long division) with the polynomials written in descending powers of z
2z-2+8z-3+22z-4+52z-5+114z-6+…
Z3-4z2+5z-2|2z
2z-8+10z-1-4z-2
8-10z-1+04z-2
8-32z-1+40z-2-16z-3
22z-1-36z-2+016z-3
22z-1-88z-2+110z-3-44z-4
52z-2-094z-3+044z-4
52z-2-208z-3+260z-4-104z-5
114z-3-216z-4+104z-5
F ( z ) = f n z − n = 2z - 2 + 8z -3 + 22z - 4 + 52z -5 + 114z - 6 +
n=0
Note that this method does NOT give a closed form for the answer, but it is a good method for finding the
first few sample values or to check out that the closed form given by another method at least starts out
correctly.
F (z ) =
2z kz kz kz
= 1 + 2 + 3 2
(z − 2)(z − 1) z − 2 z − 1 (z − 1)
2
To find k1 multiply both sides of the equation by (z-2), divide by z, and let z→2
2z k z ( z − 2 ) k3 z ( z − 2 )
= k1 z + 2 +
(z − 1)2
z −1 (z − 1)2
2 k ( z − 2 ) k3 ( z − 2 )
= k1 + 2 +
(z − 1)2
z −1 (z − 1)2
2 k2 ( z − 2 ) k (z − 2)
= k1 + + 3
(z − 1)2 z =2
z − 1 z = 2 (z − 1)2 z = 2
or
k1 = 2
Similarly to find k3 multiply both sides by (z-1)2, divide by z, and let z→1
k (z − 1)
2
+ k2 (z − 1) + k3 z
2
= 1
(z − 2) z − 2 Equation A
And
k3 = -2
Finding k2 requires going back to Equation A above and taking the derivative of both sides
k (z − 1)
2
+ k2 (z − 1) + k3 z
2
= 1
(z − 2) z − 2
2 2( z − 1) 2(z − 1)2
− = − +k
(z − 2)2 1 z − 2 (z − 2)2 2
k
F (z ) =
2z 2z 2z
− −
z − 2 z − 1 (z − 1)2
We can check the answer by putting the three terms over the common denominator
F (z ) = 2 z
(z − 1)2 − (z − 1)(z − 2) − (z − 2)
(z − 1)(z − 2)2
z 2 − 2 z + 1 − z 2 + 3z − 2 − z + 2
F (z ) = 2 z
(z − 1)(z − 2)2
F (z ) = 2 z
1
(z − 1)(z − 2)2 It checks out!