Check out my first novel, midnight's simulacra!

Cooley-Tukey Algorithm: Difference between revisions

From dankwiki
(Created page with "This most well-known of FFT algorithms recursively breaks the DFT of N<sub>1</sub>N<sub>2</sub> into DFTs of N<sub>1</sub> and N<sub>2</sub>, approaching O(NlogN) for smooth (...")
(No difference)

Revision as of 13:04, 13 March 2013

This most well-known of FFT algorithms recursively breaks the DFT of N1N2 into DFTs of N1 and N2, approaching O(NlogN) for smooth (highly composite) numbers.