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.

188 Chapter 5 THE DISCRETE FOURIER TRANSFORM<br />

and the symmetry property<br />

W kn+N/2<br />

N<br />

= −W kn<br />

N<br />

of the factor { }<br />

WN<br />

nk .<br />

One algorithm that considers only the periodicity of WN<br />

nk is the<br />

Goertzel algorithm. This algorithm still requires C N = o(N 2 ) multiplications,<br />

but it has certain advantages. This algorithm is described in<br />

Chapter 12. We first begin with an example to illustrate the advantages of<br />

the symmetry and periodicity properties in reducing the number of computations.<br />

We then describe and analyze two specific FFT algorithms that<br />

require C N = o(N log N) operations. They are the decimation-in-time<br />

(DIT-FFT) and decimation-in-frequency (DIF-FFT) algorithms.<br />

□ EXAMPLE 5.20 Let us discuss the computations of a 4-point DFT and develop an efficient<br />

algorithm for its computation.<br />

X(k) =<br />

3∑<br />

n=0<br />

x(n)W nk<br />

4 , 0 ≤ k ≤ 3; W 4 = e −j2π/4 = −j<br />

Solution<br />

These computations can be done in the matrix form<br />

⎡ ⎤ ⎡<br />

X(0) W4 0 W4 0 W4 0 W 0 ⎤ ⎡ ⎤<br />

4 x(0)<br />

X(1)<br />

⎢ ⎥<br />

⎣X(2)<br />

⎦ = W4 ⎢<br />

0 W4 1 W4 2 W4<br />

3 x(1)<br />

⎥ ⎢ ⎥<br />

⎣W 4 0 W4 2 W4 4 W4<br />

6 ⎦ ⎣x(2)<br />

⎦<br />

X(3) W4 0 W4 3 W4 6 W4<br />

9 x(3)<br />

which requires 16 complex multiplications.<br />

Efficient Approach<br />

Using periodicity,<br />

W4 0 = W4 4 =1 ; W4 1 = W4 9 = −j<br />

W4 2 = W4 6 = −1 ;W4 3 = j<br />

and substituting in the above matrix form, we get<br />

⎡ ⎤ ⎡<br />

⎤ ⎡ ⎤<br />

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

X(1)<br />

⎢ ⎥<br />

⎣X(2)<br />

⎦ = 1 −j −1 j<br />

x(1)<br />

⎢<br />

⎥ ⎢ ⎥<br />

⎣1 −1 1 −1⎦<br />

⎣x(2)<br />

⎦<br />

X(3) 1 j −1 −j x(3)<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!