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.

Properties of the Discrete Fourier Transform 171<br />

50<br />

Real{DFT[x(n)]}<br />

20<br />

Imag{DFT[x(n)]}<br />

40<br />

30<br />

20<br />

10<br />

0<br />

10<br />

−10<br />

0<br />

0 5 10<br />

k<br />

−20<br />

0 5 10<br />

k<br />

50<br />

DFT[xec(n)]<br />

20<br />

DFT[xoc(n)]<br />

40<br />

30<br />

20<br />

10<br />

0<br />

10<br />

−10<br />

0<br />

0 5 10<br />

−20<br />

0 5 10<br />

k<br />

k<br />

FIGURE 5.15 Plots of DFT symmetry properties in Example 5.10b<br />

b. MATLAB script:<br />

>> X = dft(x,11); Xec = dft(xec,11); Xoc = dft(xoc,11);<br />

>> subplot(2,2,1); stem(n,real(X)); axis([-0.5,10.5,-5,50])<br />

>> title(’Real{DFT[x(n)]}’); xlabel(’k’);<br />

>> subplot(2,2,2); stem(n,imag(X)); axis([-0.5,10.5,-20,20])<br />

>> title(’Imag{DFT[x(n)]}’); xlabel(’k’);<br />

>> subplot(2,2,3); stem(n,real(Xec)); axis([-0.5,10.5,-5,50])<br />

>> title(’DFT[xec(n)]’); xlabel(’k’);<br />

>> subplot(2,2,4); stem(n,imag(Xoc)); axis([-0.5,10.5,-20,20])<br />

>> title(’DFT[xoc(n)]’); xlabel(’k’);<br />

From the plots in Figure 5.15 we observe that the DFT of x ec(n) isthe same as<br />

the real part of X(k) and that the DFT of x oc(n) isthe same as the imaginary<br />

part of X(k).<br />

□<br />

A similar property for complex-valued sequences is explored in Problem<br />

P5.18.<br />

5. Circular shift of a sequence: If an N-point sequence is shifted in<br />

either direction, then the result is no longer between 0 ≤ n ≤ N − 1.<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!