17
Review on Z-Transforms How to do Z-Transforms How to do inverse Z-Transforms How to infer properties of a signal from its Z-transform Transfer Functions How to obtain Transfer Functions How to infer properties of a system from its Transfer Function

Examples OfzTransform

Embed Size (px)

Citation preview

Page 1: Examples OfzTransform

Review on Z-Transforms

How to do Z-TransformsHow to do inverse Z-TransformsHow to infer properties of a signal from its Z-transform

Transfer FunctionsHow to obtain Transfer FunctionsHow to infer properties of a system from its Transfer Function

Page 2: Examples OfzTransform

0 2 4 6 8 10 120

2

4

6

8

10

12

14

16

18

raw readings from a noisy temperature sensor- Input Signal

smooth temperature values after filtering- Output Signal

FilterY[n]=1/2x[n]+1/2y[n-1]

0 2 4 6 8 10 120

2

4

6

8

10

12

14

16

18

Page 3: Examples OfzTransform

Z-Transform of a Signal not a Filter

X[n]Z-1

x(0)x(1)x(2)x(3)x(4)…

X(z)Z

x(0) · z0 +x(1) · z-1 +x(2) · z-2 +x(3) · z-3 +x(4) · z-4 …

X(Z)=Σ x(k) . Z-k

k=0

2-137-5…

2· z0 -1 · z-1 3 · z-2 7 · z-3 -5· z-4 …

Page 4: Examples OfzTransform

Z Transform of Unit Impulse Signal (z)

(k) (z)ZZ-1

(0) = 1(1) = 0(2) = 0(3) = 0(4) = 0…

1 · z0 +0 · z-1 +0 · z-2 +0 · z-3 +0 · z-4 …

-1 0 1 2 3 4 5 6 7 8 90

0.5

1

(z)=1

Page 5: Examples OfzTransform

Z-Transform of Unit Step Signal

ustep(k) Ustep(z)ZZ-1

u(0) = 1u(1) = 1u(2) = 1u(3) = 1u(4) = 1…

1 · z0 +1 · z-1 +1 · z-2 +1 · z-3 +1 · z-4 …

...zzz1(z)U 321step

-1 0 1 2 3 4 5 6 7 8 90

0.5

1

Page 6: Examples OfzTransform

Unit Step Signal - continued

,n 1,|a|

a1a1

a1)a...aaa)(1(1a...aa1

1n

n2n2

A little bit more math …

assuming

a11

a1a1

a1)a...aaa)(1(1...aa1

1n

n22

n

n

lim

lim

1-321

step z-11...zzz1(z)U

Page 7: Examples OfzTransform

Z-Transform of Exponential Signal

uexp(k) Uexp(z)ZZ-1

u(0) = 1u(1) = au(2) = a2

u(3) = a3

u(4) = a4

1 · z0 +a · z-1 +a2 · z-2 +a3 · z-3 +a4 · z-4 …

1-

33221exp

az-11

...zazaaz1(z)U

-1 0 1 2 3 4 5 6 7 8 90

1

2

3

4

5

6

a=1.2

Remember this!

This result is from last slide where a->az-1

Page 8: Examples OfzTransform

Important Theorem : Convolution in time doamin is the same as simple multiplication in z- domain

u(k) *(convolution)

v(k) = y(k)

U(z) V(z) Y(z)=·(multiplication)

Z Z-1 Z Z-1 Z Z-1

Time Domain

Z Domain

Page 9: Examples OfzTransform

Z-Transform/Inverse Z-TransformConvolution in time is parallel to multiply in Z domain

yimpuse(k)=0.3k-1u (k)=0.7k y (k)?

0 5 10 150

0.1

0.2

0.3

0.4

0.5

0.6

0.7

0.8

0.9

1 *(convolution)

10.7z11

Z

=

·(multiplication)

= )0.7z)(10.3z(1z

11

1

0 5 10 150

0.1

0.2

0.3

0.4

0.5

0.6

0.7

0.8

0.9

1

Z-1

1

-1

0.3z1z

Z Transfer Function

0 2 4 6 8 10 12 14 16 180

0.1

0.2

0.3

0.4

0.5

0.6

0.7

0.8

0.9

1

Page 10: Examples OfzTransform

Delay the Unit Step Signal

-1 0 1 2 3 40

0.5

1

ustep (k) (k-1) u(k-1)*(convolution)

=

1z11

Z Transfer Function

·(multiplication)

Zz-1 =

-1 0 1 2 3 4 5 6 7 8 90

0.5

1

-1 0 1 2 3 4 5 6 7 8 90

0.5

1

1

-1

z1z

Z

(k-1)u (k) y (k)

convolution

Page 11: Examples OfzTransform

Delayed Unit Step Signal – Cont’d

u(k-1) Udstep(z)ZZ-1

u(0) = 0u(1) = 1u(2) = 1u(3) = 1u(4) = 1…

0 · z0 +1 · z-1 +1 · z-2 +1 · z-3 +1 · z-4 …

1z1

z-1z

...zzz(z)U

1-

1-

321dstep

-1 0 1 2 3 4 5 6 7 8 90

0.5

1

Remember this!

Page 12: Examples OfzTransform

Transfer Function

Transfer function provides a much more intuitive way to understand the input-output relationship, or system characteristics of an LTI systemStabilityAccuracySettling timeOvershoot…

Page 13: Examples OfzTransform

properties of Z-Transform

Linearity means scaling and superposition

Time Domain Z-Transform

y(k)=au(k)

y(k)=u(k)+v(k)

Y(z)=aU(z)

Y(z)=U(z)+V(z)

Scaling

Superposition

Page 14: Examples OfzTransform

sin? cos?

Page 15: Examples OfzTransform

Use Exponential to get Trigonometric function’s z transform

isincose i

isincos)isin()cos(e

1-

33221exp

az-11

...zazaaz1(z)U

?

Euler Formula:

Z[cos(kθ)]?Z[sin(kθ)]?

2eecos

ii

2ieesin

ii

Page 16: Examples OfzTransform

Z-Transform of sin/cos

ikeu(k) 1-i ze-11U(z)

2ee)cos(ku(k)

ikik

Time Domain Z-Transform

2iee)sin(ku(k)

ikik

-ikeu(k)1-i- ze-1

1U(z)

21

1

2121

1

1111

1i1-i

zz2cos1zcos1

)z(sin)zcos(1zcos1

)/2zisinzcos11

zisinzcos11(

)/2ze11

ze-11(U(z)

21-

-1

zz2cos-1zsinU(z)

Page 17: Examples OfzTransform

Exponentially Modulated sin/cos

2)(ae)(ae)cos(ka(k)ukiki

kexpcos

2i)(ae)(ae)sin(ka(k)ukiki

kexpsin

221-

-1

zazcos2a-1zsinaU(z)

0 2 4 6 8 10 12 14 16 18-1

-0.8

-0.6

-0.4

-0.2

0

0.2

0.4

0.6

0.8

1

u(k)=c os(k*pi/6)*0.9k

221-

-1

zazcos2a-1zsinaU(z)

A damped oscillating signal – a typical output of a second order system