<< Chapter < Page Chapter >> Page >

Reference [link] should be consulted for the details of these conditions and examples. Two classes of index maps are definedfrom these conditions.

Type-one index map:

The map of [link] is called a type-one map when integers a and b exist such that

K 1 = a N 2 and K 2 = b N 1

Type-two index map:

The map of [link] is called a type-two map when when integers a and b exist such that

K 1 = a N 2 or K 2 = b N 1 , but not both.

The type-one can be used only if the factors of N are relatively prime, but the type-two can be used whether they are relatively prime ornot. Good [link] , Thomas, and Winograd [link] all used the type-one map in their DFT algorithms. Cooley and Tukey [link] used the type-two in their algorithms, both for a fixed radix ( N = R M ) and a mixed radix [link] .

The frequency index is defined by a map similar to [link] as

k = ( ( K 3 k 1 + K 4 k 2 ) ) N

where the same conditions, [link] and [link] , are used for determining the uniqueness of this map in terms of the integers K 3 and K 4 .

Two-dimensional arrays for the input data and its DFT are defined using these index maps to give

x ^ ( n 1 , n 2 ) = x ( ( K 1 n 1 + K 2 n 2 ) ) N
X ^ ( k 1 , k 2 ) = X ( ( K 3 k 1 + K 4 k 2 ) ) N

In some of the following equations, the residue reduction notation will be omitted for clarity. These changes of variablesapplied to the definition of the DFT given in [link] give

C ( k ) = n 2 = 0 N 2 - 1 n 1 = 0 N 1 - 1 x ( n ) W N K 1 K 3 n 1 k 1 W N K 1 K 4 n 1 k 2 W N K 2 K 3 n 2 k 1 W N K 2 K 4 n 2 k 2

where all of the exponents are evaluated modulo N .

The amount of arithmetic required to calculate [link] is the same asin the direct calculation of [link] . However, because of the special nature of the DFT, the integer constants K i can be chosen in such a way that the calculations are “uncoupled" andthe arithmetic is reduced. The requirements for this are

( ( K 1 K 4 ) ) N = 0 and/or ( ( K 2 K 3 ) ) N = 0

When this condition and those for uniqueness in [link] are applied, it is found that the K i may always be chosen such that one of the terms in [link] is zero. If the N i are relatively prime, it is always possible to make both terms zero. If the N i are not relatively prime, only one of the terms can be set to zero. When they are relatively prime, there is a choice, itis possible to either set one or both to zero. This in turn causes one or both of the center two W terms in [link] to become unity.

An example of the Cooley-Tukey radix-4 FFT for a length-16 DFT uses the type-two map with K 1 = 4 , K 2 = 1 , K 3 = 1 , K 4 = 4 giving

n = 4 n 1 + n 2
k = k 1 + 4 k 2

The residue reduction in [link] is not needed here since n does not exceed N as n 1 and n 2 take on their values. Since, in this example, the factors of N have a common factor, only one of the conditions in [link] can hold and, therefore, [link] becomes

C ^ ( k 1 , k 2 ) = C ( k ) = n 2 = 0 3 n 1 = 0 3 x ( n ) W 4 n 1 k 1 W 16 n 2 k 1 W 4 n 2 k 2

Note the definition of W N in [link] allows the simple form of W 16 K 1 K 3 = W 4

This has the form of a two-dimensional DFT with an extra term W 16 , called a “twiddle factor". The inner sum over n 1 represents four length-4 DFTs, the W 16 term represents 16 complex multiplications, and the outer sum over n 2 represents another four length-4 DFTs. This choice of the K i “uncouples" the calculations since the first sum over n 1 for n 2 = 0 calculates the DFT of the first row of the data array x ^ ( n 1 , n 2 ) , and those data values are never needed in the succeeding row calculations. The row calculations are independent,and examination of the outer sum shows that the column calculations are likewise independent. This is illustrated in [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