<< Chapter < Page Chapter >> Page >

Other work and results

This section comes from a note describing results on efficient algorithms to calculate the discrete Fourier transform (DFT) that were collected over years.Perhaps the most interesting is the discovery that the Cooley-Tukey FFT was described by Gauss in 1805 [link] . That gives some indication of the age of research on the topic, and the fact that a1995 compiled bibliography [link] on efficient algorithms contains over 3400 entries indicates its volume. Three IEEE Pressreprint books contain papers on the FFT [link] , [link] , [link] . An excellent general purpose FFT program has been described in [link] , [link] and is used in Matlab and available over the internet.

In addition to this book there are several others [link] , [link] , [link] , [link] , [link] , [link] , [link] , [link] , [link] that give a good modern theoretical background for the FFT, one book [link] that gives the basic theory plus both FORTRAN and TMS 320 assembly language programs, and other books [link] , [link] , [link] that contain chapters on advanced FFT topics. A good up-to-date, on-line reference with both theory and programming techniques is in [link] . The history of the FFT isoutlined in [link] , [link] and excellent survey articles can be found in [link] , [link] . The foundation of much of the modern work on efficient algorithms was done by S. Winograd. These results can be found in [link] , [link] , [link] . An outline and discussion of his theorems can be found in [link] as well as [link] , [link] , [link] , [link] .

Efficient FFT algorithms for length- 2 M were described by Gauss and discovered in modern times by Cooley and Tukey [link] . These have been highly developed and good examples of FORTRAN programs canbe found in [link] . Several new algorithms have been published that require the least known amount of total arithmetic [link] , [link] , [link] , [link] , [link] , [link] . Of these, the split-radix FFT [link] , [link] , [link] , [link] seems to have the best structure for programming, and an efficient program has beenwritten [link] to implement it. A mixture of decimation-in-time and decimation-in-frequency with very goodefficiency is given in [link] , [link] and one called the Sine-Cosine FT [link] . Recently a modification to the split-radix algorithm has been described [link] that has a slightly better total arithmetic count. Theoretical bounds on the number ofmultiplications required for the FFT based on Winograd's theories are given in [link] , [link] . Schemes for calculating an in-place, in-order radix-2 FFT are given in [link] , [link] , [link] , [link] . Discussion of various forms of unscramblers is given in [link] , [link] , [link] , [link] , [link] , [link] , [link] , [link] , [link] . A discussion of the relation of the computer architecture, algorithmand compiler can be found in [link] , [link] . A modification to allow lengths of N = q 2 m for q odd is given in [link] .

The “other” FFT is the prime factor algorithm (PFA) which uses an index map originally developed by Thomas and by Good. The theory of the PFAwas derived in [link] and further developed and an efficient in-order and in-place program given in [link] , [link] . More results on the PFA are given in [link] , [link] , [link] , [link] , [link] . A method has been developed to use dynamic programming to design optimal FFT programsthat minimize the number of additions and data transfers as well as multiplications [link] . This new approach designs custom algorithms for a particular computer architecture. An efficient andpractical development of Winograd's ideas has given a design method that does not require the rather difficult Chinese remainder theorem [link] , [link] for short prime length FFT's. These ideas have been used to design modules of length 11, 13, 17, 19, and 25 [link] . Other methods for designing short DFT's can be found in [link] , [link] . A use of these ideas with distributed arithmetic and table look-up rather than multiplication is given in [link] . A program that implements the nested Winograd Fourier transform algorithm (WFTA) is given in [link] but it has not proven as fast or as versatile as the PFA [link] . An interesting use of the PFA was announced [link] in searching for large prime numbers.

These efficient algorithms can not only be used on DFT's but on other transforms with a similar structure. They have been applied to thediscrete Hartley transform [link] , [link] and the discrete cosine transform [link] , [link] , [link] .

The fast Hartley transform has been proposed as a superior method for real data analysis but that has been shown not to be the case. A well-designedreal-data FFT [link] is always as good as or better than a well-designed Hartley transform [link] , [link] , [link] , [link] , [link] . The Bruun algorithm [link] , [link] also looks promising for real data applications as does the Rader-Brenner algorithm [link] , [link] , [link] . A novel approach to calculating the inverse DFT is given in [link] .

General length algorithms include [link] , [link] , [link] . For lengths that are not highly composite or prime, the chirp z-transform in agood candidate [link] , [link] for longer lengths and an efficient order- N 2 algorithm called the QFT [link] , [link] , [link] for shorter lengths. A method which automatically generates near-optimal prime lengthWinograd based programs has been given in [link] , [link] , [link] , [link] , [link] . This gives the same efficiency for shorter lengths (i.e. N 19 ) and new algorithms for much longer lengths and with well-structuredalgorithms. Another approach is given in [link] . Special methods are available for very long lengths [link] , [link] . A very interesting general length FFT systemcalled the FFTW has been developed by Frigo and Johnson at MIT. It uses a library of efficient “codelets" which are composed for a very efficientcalculation of the DFT on a wide variety of computers [link] , [link] , [link] . For most lengths and on most computers, this is the fastest FFT today.Surprisingly, it uses a recursive program structure. The FFTW won the 1999 Wilkinson Prize for Numerical Software.

The use of the FFT to calculate discrete convolution was one of its earliest uses. Although the more direct rectangular transform [link] would seem to be more efficient, use of the FFT or PFA is still probably the fastest method on a general purpose computer or DSPchip [link] , [link] , [link] , [link] . On special purpose hardware or special architectures, the use of distributedarithmetic [link] or number theoretic transforms [link] may be even faster. Special algorithms for use with the short-time Fourier transform [link] and for the calculation of a few DFT values [link] , [link] , [link] and for recursive implementation [link] , [link] have also been developed. An excellent analysis of efficient programming the FFT on DSP microprocessors is given in [link] , [link] . Formulations of the DFT in terms of tensor or Kronecker products lookpromising for developing algorithms for parallel and vector computer architectures [link] , [link] , [link] , [link] , [link] , [link] , [link] .

Various approaches to calculating approximate DFTs have been based on cordic methods, short word lengths, or some form of pruning. A new methodthat uses the characteristics of the signals being transformed has combined the discrete wavelet transform (DWT) combined with the DFT togive an approximate FFT with O ( N ) multiplications [link] , [link] , [link] for certain signal classes. A similar approach has been developed using filter banks [link] , [link] .

The study of efficient algorithms not only has a long history and large bibliography, it is still an exciting research field where new resultsare used in practical applications.

More information can be found on the Rice DSP Group's web page

Questions & Answers

I'm interested in biological psychology and cognitive psychology
Tanya Reply
what does preconceived mean
sammie Reply
physiological Psychology
Nwosu Reply
How can I develope my cognitive domain
Amanyire Reply
why is communication effective
Dakolo Reply
Communication is effective because it allows individuals to share ideas, thoughts, and information with others.
effective communication can lead to improved outcomes in various settings, including personal relationships, business environments, and educational settings. By communicating effectively, individuals can negotiate effectively, solve problems collaboratively, and work towards common goals.
it starts up serve and return practice/assessments.it helps find voice talking therapy also assessments through relaxed conversation.
miss
Every time someone flushes a toilet in the apartment building, the person begins to jumb back automatically after hearing the flush, before the water temperature changes. Identify the types of learning, if it is classical conditioning identify the NS, UCS, CS and CR. If it is operant conditioning, identify the type of consequence positive reinforcement, negative reinforcement or punishment
Wekolamo Reply
please i need answer
Wekolamo
because it helps many people around the world to understand how to interact with other people and understand them well, for example at work (job).
Manix Reply
Agreed 👍 There are many parts of our brains and behaviors, we really need to get to know. Blessings for everyone and happy Sunday!
ARC
A child is a member of community not society elucidate ?
JESSY Reply
Isn't practices worldwide, be it psychology, be it science. isn't much just a false belief of control over something the mind cannot truly comprehend?
Simon Reply
compare and contrast skinner's perspective on personality development on freud
namakula Reply
Skinner skipped the whole unconscious phenomenon and rather emphasized on classical conditioning
war
explain how nature and nurture affect the development and later the productivity of an individual.
Amesalu Reply
nature is an hereditary factor while nurture is an environmental factor which constitute an individual personality. so if an individual's parent has a deviant behavior and was also brought up in an deviant environment, observation of the behavior and the inborn trait we make the individual deviant.
Samuel
I am taking this course because I am hoping that I could somehow learn more about my chosen field of interest and due to the fact that being a PsyD really ignites my passion as an individual the more I hope to learn about developing and literally explore the complexity of my critical thinking skills
Zyryn Reply
good👍
Jonathan
and having a good philosophy of the world is like a sandwich and a peanut butter 👍
Jonathan
generally amnesi how long yrs memory loss
Kelu Reply
interpersonal relationships
Abdulfatai Reply
What would be the best educational aid(s) for gifted kids/savants?
Heidi Reply
treat them normal, if they want help then give them. that will make everyone happy
Saurabh
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Fast fourier transforms. OpenStax CNX. Nov 18, 2012 Download for free at http://cnx.org/content/col10550/1.22
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Fast fourier transforms' conversation and receive update notifications?

Ask