DocumentCode
1407303
Title
Fast computation of the discrete Fourier transform of real data
Author
Sundararajan, Duraisamy ; Ahmad, M. Omair ; Swamy, M.N.S.
Author_Institution
Dept. of Electr. & Comput. Eng., Concordia Univ., Montreal, Que., Canada
Volume
45
Issue
8
fYear
1997
fDate
8/1/1997 12:00:00 AM
Firstpage
2010
Lastpage
2022
Abstract
Fast algorithms for the computation of the discrete Fourier transform (DFT) of real signals are important since the signals in practical situations are mostly real. The more efficient algorithms for real data are those that are derived from the algorithms for complex data. So far, all such algorithms use a real array to store the data. However, as the data values are real and their transform values are mostly complex, two possible data structures can be used for these algorithms: real or complex. DFT algorithms for real data that use a complex array for storing both the real data and their transform values are derived from the Cooley-Tukey radix-2 algorithm for complex data. This approach reduces the number of bit-reversal and array-index updating operations, eliminates independent data-swapping operations, and yields a computational structure that is almost as regular as that of the algorithms for complex data. Detailed derivations of the proposed algorithms for the computation of both the DFT of real data and the inverse DFT of the transform of real data, as well as their computational complexities, are presented. A C-language program of one of the proposed algorithms is given, illustrating the use of all the features of the new approach in software implementation. Comparison results are included to show that the proposed algorithms are faster and simpler than the real-valued split-radix and other algorithms
Keywords
computational complexity; data structures; digital arithmetic; discrete Fourier transforms; inverse problems; signal processing; C-language program; Cooley-Tukey radix-2 algorithm; DFT algorithms; array-index updating; bit-reversal; complex array; complex data; computational complexity; data structures; discrete Fourier transform; fast algorithms; fast computation; inverse DFT; real array; real data; real signals; real-valued split-radix; signal processing; software implementation; Algorithm design and analysis; Arithmetic; Computational complexity; Councils; Data structures; Discrete Fourier transforms; Fourier transforms; Signal processing algorithms; Software algorithms;
fLanguage
English
Journal_Title
Signal Processing, IEEE Transactions on
Publisher
ieee
ISSN
1053-587X
Type
jour
DOI
10.1109/78.611197
Filename
611197
Link To Document