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.

The Discrete-time Fourier Transform (DTFT) 65<br />

8<br />

Magnitude Part<br />

6<br />

|X|<br />

4<br />

2<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.3 Plots in Example 3.5<br />

MATLAB script:<br />

>> n = 0:10; x = (0.9*exp(j*pi/3)).^n;<br />

>> k = -200:200; w = (pi/100)*k;<br />

>> 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<br />

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

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

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

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

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

From the plots in Figure 3.3 we observe that X(e jω )isperiodic in ω but is not<br />

conjugate-symmetric.<br />

□<br />

□ EXAMPLE 3.6 Let x(n) =(0.9) n , −10 ≤ n ≤ 10. Investigate the conjugate-symmetry property<br />

of its discrete-time Fourier transform.<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!