Transform Definition: - Definition 2.1 Given The Causal Sequence Then Its Z-Transform Is Defined As
Transform Definition: - Definition 2.1 Given The Causal Sequence Then Its Z-Transform Is Defined As
The Z-transform
M. Sami Fadali
Professor of Electrical Engineering
UNR
Example
Z-transform Definition
Unit Impulse
1
1 a n1
a
,
a
k 0
n
a 1
-1
1
a
,
a
k 0
k
Definition 2.1:
Impulse-sampled version:
, Laplace transform
z-transform obtained using Definition 2.2
same as Definition 2.1
a 1
Sampled Exponential
1
a
2
......
......
-1
-1
Z-transform Properties
Time Delay
Example
Example
Z
Z
10
Time Advance
Z
Using proof by induction, generalize
Z
12
Example
Discrete-Time Convolution
Use the time advance property to find the ztransform of the causal sequence
Solution
Easier solution:
Write the sequence as
Use the linearity of the z-transform.
Causal Sequence
13
14
Example
Find the z-transform of the convolution of two
sampled step sequences.
Solution:
Sampled step
Causal Sequence
Change index summation index from
to
15
16
Multiplication by Exponential
Example
Find the z-transform of the exponential
sequence
Z
Proof
17
18
Proof (Cont.)
Complex Differentiation
For any
, define
Assume
Proof (Induction)
(i) Establish validity for
For
Z
.
, we have
Substitute for
Z
19
Z
20
Example
Find the z-transform of the sampled ramp sequence
multiply by .
21
Example
Long Division
(i) Using long division, expand
series
22
Inverse z-transform
Solution:
(i) Long Division
as a
24
at a
25
Example
26
Example (cont.)
27
28
Example (cont.)
Example (cont.)
(i) Partial Fraction Expansion (without
dividing by z)
Note:
The time sequence can be rewritten as
30
Example (cont.)
Partial Fraction Expansion
rad.)
Z
Z
(ii) Table Lookup (use the delay theorem)
32
Combined Form
Use
= angle of pole
Use:
33
34
Example
Find the inverse z-transform of
Example (cont.)
and
Check calculations
= 0.9(20)+19.6890.1(1.311) 1.557 0
Partial fraction expansion (multiply eqn. by )
.
35
36
Example (cont.)
Example (Cont.)
sin
19.689z
z 0 .1
1.311z[ z (0.707) cos(3 4)] 4.426 z (0.707) sin(3 4)
F ( z ) 20
0.707
0.5
cos
0.5
4.426
0.707
Z e
0.707
1.311
1.557
Z e
e sin(d ) z
sin( kd ) 2
z 2e cos(d ) z e 2
z[ z e cos(d )]
cos(kd ) 2
z 2e cos(d ) z e 2
37
Example (cont.)
38
Example (cont.)
Residue Approach
(i)
Partial Fraction Expansion
Dividing by z gives
.
39
.
40
Pole-Zero Map
Example (cont.)
1.5
20
Imaginary Axis
Convert
0.5
19.689
0.1
0.656
2.213
0.5
0.5
0.656
2.213
0.5
0.5
-0.5
-1
-1.5
-3
-2
-1
0
Real Axis
19.689 0.1
4.616 0.707
cos
1.283
as obtained earlier.
41
42
MATLAB
MATLAB Example
numerator 5
3 , denominator
0.1
0.4
>> num = 5*[1, 3]
>> den = [1, 0.1, 0.4, 0]
>> denp =conv(den1, den 2) % Multiply polynomials
Partial Fraction Coefficients
>> [r, p, k] = residue( num, den)
p = poles, r = residues , k = coefficients of the
polynomial resulting from dividing the numerator by
the denominator.
43
>> [r,p,k]=residue(num,den)
r=
0.6557 + 2.2131i
0.6557 - 2.2131i
19.6885
-20.0000
p=
-0.5000 + 0.5000i
-0.5000 - 0.5000i
0.1000
0
44
Other Form
>> A=2*real(r(1))
A=
1.3115
>> B=2*real(r(1)*p(2))
B=
1.5574
45
Example
46
Solution
(i)
.
47
48
Example (cont.)
Example (cont.)
at
yields
49
50
Lim
51
52
Example 2.17
tends to infinity
Lim
Verify the final value theorem using the ztransform of a decaying exponential sequence
and its limit as tends to infinity.
Z
Solution: z-transform pair
Limit with a > 0
Lim
Lim
Lim
53
54
Z-transform Solution of
Difference Equations
Example 2.18
Obtain the final value for the sequence whose ztransform is
Solution
(i) z-transform
Lim
55
56
is
57
58
Equating Coefficients
15
14
Equate coefficient of z2
12
10
8
6
4
2
0
59
k
60