02.10.2019 Views

UploadFile_6417

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

118 Chapter 4 THE z-TRANSFORM<br />

From these calculations<br />

0.5 − j<br />

X(z) =<br />

1 − 0.8e +j π 4 z + 0.5+j<br />

, |z| > 0.8<br />

−1 1 − 0.8e −j π 4 z−1 and from Table 4.1, we have<br />

x(n) =(0.5 − j)0.8 n e +j π 4 n u(n)+(0.5+j)0.8 n e −j π 4 n u(n)<br />

=0.8 n [0.5{e +j π 4 n + e −j π 4 n }−j{e +j π 4 n − e −j π 4 n }]u(n)<br />

( ) ( )]<br />

=0.8<br />

[cos<br />

n πn πn<br />

+2sin u(n)<br />

4<br />

4<br />

MATLAB verification:<br />

>> [delta, n] = impseq(0,0,6);<br />

x = filter(b,a,delta) % check sequence<br />

x =<br />

Columns 1 through 4<br />

1.00000000000000 1.69705627484771 1.28000000000000 0.36203867196751<br />

Columns 5 through 8<br />

-0.40960000000000 -0.69511425017762 -0.52428800000000 -0.14829104003789<br />

>> x = ((0.8).^n).*(cos(pi*n/4)+2*sin(pi*n/4))<br />

x =<br />

Columns 1 through 4<br />

1.00000000000000 1.69705627484771 1.28000000000000 0.36203867196751<br />

Columns 5 through 8<br />

-0.40960000000000 -0.69511425017762 -0.52428800000000 -0.14829104003789 □<br />

4.4 SYSTEM REPRESENTATION IN THE z-DOMAIN<br />

Similar to the frequency response function H(e jω ), we can define the<br />

z-domain function, H(z), called the system function. However, unlike<br />

H(e jω ), H(z) exists for systems that may not be BIBO stable.<br />

DEFINITION 1<br />

[The System Function] The system function H(z) isgiven by<br />

∞∑<br />

H(z) = △ Z [h(n)] = h(n)z −n ; R h− < |z|

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!