The faster-than-fast Fourier transform
web.mit.edu
The faster-than-fast Fourier transform
1–10 of 33 posts
Re: The faster-than-fast Fourier transform
#2Re: The faster-than-fast Fourier transform
#3The FFT algorithm was rediscovered in the 60's. Gauss discovered it in the early 19th century while studying the phase of the moon, before Fourier described his transform. He published it in latin, and the text was lost until 1984.
Re: The faster-than-fast Fourier transform
#4Re: The faster-than-fast Fourier transform
#5Still, very cool stuff.
Re: The faster-than-fast Fourier transform
#6It starts by dividing the spectrum into frequency bins, and assumes that there is usually 0 or 1 non-zero coefficients in each bin. It wasn't clear to me what happens when a large number of non-zero coefficients are clustered together in one bin. Can O(k log n) still be achieved when most frequencies are clustered?
Re: The faster-than-fast Fourier transform
#7Today's pedantic minute is sponsored by Carl Friedrich Gauss. The FFT algorithm was re discovered in the 60's. Gauss discovered it in the early 19th century while studying the phase of the moon, before Fourier described his transform. He published it in latin, and the text was lost until 1984.
[1] http://www.springerlink.com/content/j30x8k122v828w87
[2] http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=1162...
Re: The faster-than-fast Fourier transform
#8Today's pedantic minute is sponsored by Carl Friedrich Gauss. The FFT algorithm was re discovered in the 60's. Gauss discovered it in the early 19th century while studying the phase of the moon, before Fourier described his transform. He published it in latin, and the text was lost until 1984.
Re: The faster-than-fast Fourier transform
#9Hopefully this new algorithm can be added to their toolbox in the future.