<< Chapter < Page Chapter >> Page >
This module describes the fast Fourier Transform (FFT).

Introduction

The Fast Fourier Transform (FFT) is an efficient O(NlogN) algorithm for calculating DFTsThe FFT exploits symmetries in the W matrix to take a "divide and conquer" approach. We will first discuss deriving the actual FFTalgorithm, some of its implications for the DFT, and a speed comparison to drive home the importance of this powerful algorithm.

Deriving the fft

To derive the FFT, we assume that the signal's duration is a power of two: N 2 l . Consider what happens to the even-numbered and odd-numbered elements of the sequence in the DFT calculation.

S k s 0 s 2 2 2 k N s N 2 2 N 2 k N s 1 2 k N s 3 2 2 1 k N s N 1 2 N 2 1 k N s 0 s 2 2 k N 2 s N 2 2 N 2 1 k N 2 s 1 s 3 2 k N 2 s N 1 2 N 2 1 k N 2 2 k N

Each term in square brackets has the form of a N 2 -length DFT. The first one is a DFT of the even-numbered elements, and the second of the odd-numbered elements. Thefirst DFT is combined with the second multiplied by the complex exponential 2 k N . The half-length transforms are each evaluated at frequency indices k 0 N 1 . Normally, the number of frequency indices in a DFT calculation range between zero and the transform length minusone. The computational advantage of the FFT comes from recognizing the periodic nature of the discrete Fouriertransform. The FFT simply reuses the computations made in the half-length transforms and combines them through additions andthe multiplication by 2 k N , which is not periodic over N 2 , to rewrite the length-N DFT. [link] illustrates this decomposition. As it stands, we now compute two length- N 2 transforms (complexity 2 O N 2 4 ), multiply one of them by the complex exponential (complexity O N ), and add the results (complexity O N ). At this point, the total complexity is still dominated by the half-length DFT calculations, but the proportionalitycoefficient has been reduced.

Now for the fun. Because N 2 l , each of the half-length transforms can be reduced to two quarter-length transforms, each of these to two eighth-lengthones, etc. This decomposition continues until we are left with length-2 transforms. This transform is quite simple, involvingonly additions. Thus, the first stage of the FFT has N 2 length-2 transforms (see the bottom part of [link] ). Pairs of these transforms are combined by adding one to the other multiplied by a complexexponential. Each pair requires 4 additions and 4 multiplications, giving a total number of computations equaling 8 N 4 N 2 . This number of computations does not change from stage to stage. Because the number of stages, the number of times thelength can be divided by two, equals 2 logbase --> N , the complexity of the FFT is O N N .

Length-8 dft decomposition

The initial decomposition of a length-8 DFT into the terms using even- and odd-indexed inputs marks the first phase ofdeveloping the FFT algorithm. When these half-length transforms are successively decomposed, we are left with the diagram shownin the bottom panel that depicts the length-8 FFT computation.

Questions & Answers

what is defense mechanism
Chinaza Reply
what is defense mechanisms
Chinaza
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
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, Signals and systems. OpenStax CNX. Aug 14, 2014 Download for free at http://legacy.cnx.org/content/col10064/1.15
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Signals and systems' conversation and receive update notifications?

Ask