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.

Properties of the Discrete Fourier Transform 179<br />

a. MATLAB Script for 5-point circular convolution:<br />

>> x1 = [1,2,2]; x2 = [1,2,3,4]; y = circonvt(x1, x2, 5)<br />

y =<br />

9 4 9 14 14<br />

Hence<br />

x 1(n) 5○ x 2(n) ={9, 4, 9, 14, 14}<br />

b. MATLAB Script for 6-point circular convolution:<br />

>> x1 = [1,2,2]; x2 = [1,2,3,4]; y = circonvt(x1, x2, 6)<br />

y =<br />

1 4 9 14 14 8<br />

Hence<br />

x 1(n) 6○ x 2(n) ={1, 4, 9, 14, 14, 8}<br />

c. A careful observation of 4-, 5-, and 6-point circular convolutions from<br />

this and the previous example indicates some unique features. Clearly, an<br />

N-point circular convolution is an N-point sequence. However, some samples<br />

in these convolutions have the same values, while other values can be<br />

obtained as a sum of samples in other convolutions. For example, the first<br />

sample in the 5-point convolution is a sum of the first and the last samples<br />

of the 6-point convolution. The linear convolution between x 1(n) and x 2(n)<br />

is given by<br />

x 1(n) ∗ x 2(n) ={1, 4, 9, 14, 14, 8}<br />

which is equivalent to the 6-point circular convolution. These and other<br />

issues are explored in the next section.<br />

□<br />

8. Multiplication: This is the dual of the circular convolution property.<br />

It is given by<br />

DFT [x 1 (n) · x 2 (n)] = 1 N X 1(k) N○ X 2 (k) (5.41)<br />

in which the circular convolution is performed in the frequency domain.<br />

The MATLAB functions developed for circular convolution can also be<br />

used here since X 1 (k) and X 2 (k) are also N-point sequences.<br />

9. Parseval’s relation: This relation computes the energy in the frequency<br />

domain.<br />

E x =<br />

N−1<br />

∑<br />

n=0<br />

|x(n)| 2 = 1 N<br />

N−1<br />

∑<br />

k=0<br />

|X(k)| 2 (5.42)<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!