<< Chapter < Page Chapter >> Page >

The concept of using an index map can also be applied to convolution to convert a length N = N 1 N 2 one-dimensional cyclic convolution into a N 1 by N 2 two-dimensional cyclic convolution [link] , [link] . There is no savings of arithmetic from the mapping alone as there is with the DFT, but savings can beobtained by using special short algorithms along each dimension. This is discussed in Algorithms for Data with Restrictions .

In-place calculation of the dft and scrambling

Because use of both the type-one and two index maps uncouples the calculations of the rows and columns of the dataarray, the results of each short length N i DFT can be written back over the data as it will not be needed again after thatparticular row or column is transformed. This is easily seen from Figures [link] , [link] , and [link] where the DFT of the first row of x ( n 1 , n 2 ) can be put back over the data rather written into a new array. After all thecalculations are finished, the total DFT is in the array of the original data. This gives a significant memory savings over using aseparate array for the output.

Unfortunately, the use of in-place calculations results in the order of the DFT values being permuted or scrambled. This is becausethe data is indexed according to the input map [link] and the results are put into the same locations rather than the locationsdictated by the output map [link] . For example with a length-8 radix-2 FFT, the input index map is

n = 4 n 1 + 2 n 2 + n 3

which to satisfy [link] requires an output map of

k = k 1 + 2 k 2 + 4 k 3

The in-place calculations will place the DFT results in the locations of the input map and these should be reordered orunscrambled into the locations given by the output map. Examination of these two maps shows the scrambled output to be ina “bit reversed" order.

For certain applications, this scrambled output order is not important, but for many applications, the order must be unscrambledbefore the DFT can be considered complete. Because the radix of the radix-2 FFT is the same as the base of the binary numberrepresentation, the correct address for any term is found by reversing the binary bits of the address. The part of most FFT programs that doesthis reordering is called a bit-reversed counter. Examples of various unscramblers are found in [link] , [link] and in the appendices.

The development here uses the input map and the resulting algorithm is called “decimation-in-frequency". If the output ratherthan the input map is used to derive the FFT algorithm so the correct output order is obtained, the input order must be scrambledso that its values are in locations specified by the output map rather than the input map. This algorithm is called“decimation-in-time". The scrambling is the same bit-reverse counting as before, but it precedes the FFT algorithm in this case.The same process of a post-unscrambler or pre-scrambler occurs for the in-place calculations with the type-one maps. Details can befound in [link] , [link] . It is possible to do the unscrambling while calculating the FFT and to avoid a separate unscrambler. Thisis done for the Cooley-Tukey FFT in [link] and for the PFA in [link] , [link] , [link] .

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