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.

190 Chapter 5 THE DISCRETE FOURIER TRANSFORM<br />

Second, a smaller 2-point DFT of each column is taken.<br />

[ ] [ ][ ]<br />

x(0) x(1) 1 1 x(0) x(1)<br />

W 2 =<br />

x(2) x(3) 1 −1 x(2) x(3)<br />

[ ]<br />

x(0) + x(2) x(1) + x(3)<br />

=<br />

=<br />

x(0) − x(2) x(1) − x(3)<br />

[ ]<br />

g1 g 2<br />

h 1 h 2<br />

Then each element of the resultant matrix is multiplied by {W pq<br />

4 }, where p is<br />

the row index and q is the column index; that is, the following dot-product is<br />

performed:<br />

[ ] [ ] [ ]<br />

1 1 g1 g 2 g1 g 2<br />

·∗ =<br />

1 −j h 1 h 2 h 1 −jh 2<br />

Finally, two more smaller 2-point DFTs are taken of row vectors.<br />

[ ] [ ] [ ]<br />

g1 g 2 g1 g<br />

1 1 [ ]<br />

2<br />

g1 + g 2 g 1 − g 2<br />

W 2 =<br />

=<br />

h 1 −jh 2 h 1 −jh 2<br />

1 −1<br />

h 1 − jh 2 h 1 + jh 2<br />

[ ]<br />

X(0) X(2)<br />

=<br />

X(1) X(3)<br />

Although this interpretation seems to have more multiplications than the efficient<br />

algorithm, it does suggest a systematic approach of computing a larger<br />

DFT based on smaller DFTs.<br />

□<br />

5.6.1 DIVIDE-AND-COMBINE APPROACH<br />

To reduce the DFT computation’s quadratic dependence on N, one must<br />

choose a composite number N = LM since<br />

L 2 + M 2 ≪ N 2<br />

for large N<br />

Now divide the sequence into M smaller sequences of length L, compute<br />

M smaller L-point DFTs, and then combine these into a larger DFT<br />

using L smaller M-point DFTs. This is the essence of the divide-andcombine<br />

approach. Let N = LM, then the indices n and k in (5.46) can<br />

be written as<br />

n = l + Lm, 0 ≤ l ≤ L − 1, 0 ≤ m ≤ M − 1<br />

k = q + Mp, 0 ≤ p ≤ L − 1, 0 ≤ q ≤ M − 1<br />

(5.48)<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!