Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Cooley–Tukey FFT algorithm
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Fast Fourier Transform algorithm}} {{Use American English|date = March 2019}} The '''Cooley–Tukey algorithm''', named after [[James Cooley|J. W. Cooley]] and [[John Tukey]], is the most common [[fast Fourier transform]] (FFT) algorithm. It re-expresses the [[discrete Fourier transform]] (DFT) of an arbitrary [[composite number|composite]] size <math>N = N_1N_2</math> in terms of ''N''<sub>1</sub> smaller DFTs of sizes ''N''<sub>2</sub>, [[recursion|recursively]], to reduce the computation time to O(''N'' log ''N'') for highly composite ''N'' ([[smooth number]]s). Because of the algorithm's importance, specific variants and implementation styles have become known by their own names, as described below. Because the Cooley–Tukey algorithm breaks the DFT into smaller DFTs, it can be combined arbitrarily with any other algorithm for the DFT. For example, [[Rader's FFT algorithm|Rader's]] or [[Bluestein's FFT algorithm|Bluestein's]] algorithm can be used to handle large prime factors that cannot be decomposed by Cooley–Tukey, or the [[prime-factor FFT algorithm|prime-factor algorithm]] can be exploited for greater efficiency in separating out [[relatively prime]] factors. The algorithm, along with its recursive application, was invented by [[Carl Friedrich Gauss]]. Cooley and Tukey independently rediscovered and popularized it 160 years later.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)