- #1
ADDA
- 67
- 2
Hi,
I'm attempting to understand and visualize the Fast Fourier Transform algorithm. Specifically:
https://en.wikipedia.org/wiki/Butterfly_diagram
I've made a few slow FT examples:
I could go to three dimensions, and display a log2(frame_size) series of layers, yet I do not find that appropriate. How does the bit reversal portion of the FFT algorithm actually produce the correct value? I am able to implement an FFT, yet would like to further my understanding of the process.
I'm attempting to understand and visualize the Fast Fourier Transform algorithm. Specifically:
https://en.wikipedia.org/wiki/Butterfly_diagram
I've made a few slow FT examples:
I could go to three dimensions, and display a log2(frame_size) series of layers, yet I do not find that appropriate. How does the bit reversal portion of the FFT algorithm actually produce the correct value? I am able to implement an FFT, yet would like to further my understanding of the process.