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.

The Properties of the DTFT 73<br />

2<br />

Real part of X<br />

10<br />

Imaginary part of X<br />

1<br />

5<br />

Re(X)<br />

0<br />

Im(X)<br />

0<br />

–1<br />

–5<br />

–2<br />

–1 –0.5 0 0.5 1<br />

frequency in π units<br />

2<br />

Transform of even part<br />

–10<br />

–1 –0.5 0 0.5 1<br />

frequency in π units<br />

10<br />

Transform of odd part<br />

1<br />

5<br />

XE<br />

0<br />

XO<br />

0<br />

–1<br />

–5<br />

–2<br />

–1 –0.5 0 0.5 1<br />

frequency in π units<br />

–10<br />

–1 –0.5 0 0.5 1<br />

frequency in π units<br />

FIGURE 3.6 Plots in Example 3.12<br />

>> error2 = max(abs(XO-j*XI)) % Difference<br />

error2 =<br />

1.8033e-019<br />

% graphical verification<br />

>> subplot(2,2,1); plot(w/pi,XR); grid; axis([-1,1,-2,2])<br />

>> xlabel(’frequency in pi units’); ylabel(’Re(X)’);<br />

>> title(’Real part of X’)<br />

>> subplot(2,2,2); plot(w/pi,XI); grid; axis([-1,1,-10,10])<br />

>> xlabel(’frequency in pi units’); ylabel(’Im(X)’);<br />

>> title(’Imaginary part of X’)<br />

>> subplot(2,2,3); plot(w/pi,real(XE)); grid; axis([-1,1,-2,2])<br />

>> xlabel(’frequency in pi units’); ylabel(’XE’);<br />

>> title(’Transform of even part’)<br />

>> subplot(2,2,4); plot(w/pi,imag(XO)); grid; axis([-1,1,-10,10])<br />

>> xlabel(’frequency in pi units’); ylabel(’XO’);<br />

>> title(’Transform of odd part’)<br />

From the plots in Figure 3.6 we observe that the real part of X(e jω ) [or the<br />

imaginary part of X(e jω )] is equal to the discrete-time Fourier transform of<br />

x e(n) [or x o(n)].<br />

□<br />

Copyright 2010 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).<br />

Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.

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

Saved successfully!

Ooh no, something went wrong!