02.10.2019 Views

UploadFile_6417

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

66 Chapter 3 THE DISCRETE-TIME FOURIER ANALYSIS<br />

15<br />

Magnitude Part<br />

10<br />

|X|<br />

5<br />

0<br />

−2 −1.5 −1 −0.5 0 0.5 1 1.5 2<br />

frequency in units of π<br />

1<br />

Angle Part<br />

radians/π<br />

0.5<br />

0<br />

−0.5<br />

−1<br />

−2 −1.5 −1 −0.5 0 0.5 1 1.5 2<br />

frequency in units of π<br />

FIGURE 3.4 Plots in Example 3.6<br />

Solution<br />

Once again we will compute and plot X(e jω ) over two periods to study its<br />

symmetry property.<br />

MATLAB script:<br />

>> n = -5:5; x = (-0.9).^n;<br />

>> k = -200:200; w = (pi/100)*k; X = x * (exp(-j*pi/100)) .^ (n’*k);<br />

>> magX = abs(X); angX =angle(X);<br />

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

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

>> title(’Magnitude Part’)<br />

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

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

>> title(’Angle Part’)<br />

From the plots in Figure 3.4 we observe that X(e jω )isnot only periodic in ω<br />

but is also conjugate-symmetric. Therefore for real sequences we will plot their<br />

Fourier transform magnitude and angle graphs from 0 to π.<br />

□<br />

3.1.3 SOME COMMON DTFT PAIRS<br />

The discrete-time Fourier transforms of the basic sequences discussed in<br />

Chapter 2 are very useful. The discrete-time Fourier transforms of some<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!