Hacker News
- The faster-than-fast Fourier transform http://web.mit.edu/newsoffice/2012/faster-fourier-transforms-0118.html 31 comments
- Understanding Fast Fourier Transforms https://vanhunteradams.com/FFT/FFT.html 2 comments
- Fast Fourier transform in x86 assembly https://www.nayuki.io/page/fast-fourier-transform-in-x86-assembly 92 comments
- The Fast Fourier Transform http://jeremykun.wordpress.com/2012/07/18/the-fast-fourier-transform/ 11 comments
- Convolutions, Fast Fourier Transform and polynomials (2022) https://www.alvarorevuelta.com/posts/fft-polynomials 57 comments
- Fast Fourier Transform in Rust https://github.com/QuState/PhastFT 10 comments
- VkFFT: Vulkan/CUDA/Hip/OpenCL/Level Zero/Metal Fast Fourier Transform Library https://github.com/DTolm/VkFFT 39 comments
- VkFFT – Vulkan Fast Fourier Transform library https://github.com/dtolm/VkFFT 50 comments
- Quantum circuit for the fast Fourier transform https://link.springer.com/article/10.1007/s11128-020-02776-5 12 comments
- VkFFT – Vulkan Fast Fourier Transform Library https://github.com/DTolm/VkFFT 127 comments
- History and Derivation of the Fast Fourier Transform http://michaeljflynn.net/2017/03/20/history-and-derivation-of-the-fast-fourier-transform/ 28 comments
- Notes on Fast Fourier Transforms for Implementers https://fgiesen.wordpress.com/2023/03/19/notes-on-ffts-for-implementers/ 5 comments
- I over-engineered a Fast Fourier Transform for Arduino https://klafyvel.me/blog/articles/fft-arduino/ 84 comments
- A speed-up in Fast Fourier Transforms could change the modern world http://www.fastcompany.com/1810522/mits-math-breakthrough-could-transform-your-phone-tablet-pc-tv-mri-scans 2 comments
Lobsters
- Fast Fourier transform in x86 assembly https://www.nayuki.io/page/fast-fourier-transform-in-x86-assembly 6 comments assembly
- The Fast Fourier Transform (FFT): Most Ingenious Algorithm Ever? (2020) https://www.youtube.com/watch?v=h7apO7q16V0 3 comments compsci , video
- Fast-Fourier Transforms https://www.reddit.com/r/matlab/comments/isprl5/fastfourier_transforms/ 11 comments matlab
- Fast Fourier Transforms -- Vitalik Buterin [vitalik.ca] https://vitalik.ca/general/2019/05/12/fft.html 14 comments ethereum
- Fast Fourier transform in x86 assembly https://www.nayuki.io/page/fast-fourier-transform-in-x86-assembly 9 comments programming
- The Fast Fourier Transform http://jeremykun.com/2012/07/18/the-fast-fourier-transform/ 3 comments programming
- The Fast Fourier Transform http://jeremykun.wordpress.com/2012/07/18/the-fast-fourier-transform/ 20 comments math
- Fast Fourier Transforms http://fsharpnews.blogspot.com/2007/03/fast-fourier-transforms.html 6 comments programming
- Fast Fourier Transform Convolution in Rust https://github.com/rhysnewell/fftconvolve 4 comments rust
- Dominant Frequency Detecting using Fast Fourier Transform https://create.arduino.cc/projecthub/mircemk/diy-fft-audio-spectrum-analyzer-ca2926 5 comments arduino
- Fast Fourier transform (FFT) https://www.reddit.com/r/matlab/comments/n3vxqi/fast_fourier_transform_fft/ 7 comments matlab
- Significance of the fast discrete Fourier transform https://www.reddit.com/r/compsci/comments/juxqx4/significance_of_the_fast_discrete_fourier/ 5 comments compsci
- History and Derivation of the Fast Fourier Transform http://michaeljflynn.net/2017/03/20/history-and-derivation-of-the-fast-fourier-transform/ 11 comments programming
- pfft, a fast fourier transform written in D https://github.com/jerro/pfft/ 14 comments programming
- Multiplying polynomials with Fast Fourier Transform https://eng-blog.o1labs.org/posts/multiplying-polynomials/ 3 comments crypto
- VkFFT can now perform Fast Fourier Transforms of arbitrary length https://github.com/DTolm/VkFFT 19 comments compsci
- VkFFT can now perform Fast Fourier Transforms of arbitrary length https://github.com/DTolm/VkFFT 6 comments programming
- microfft: Embedded-friendly Fast Fourier Transforms https://gitlab.com/ra_kete/microfft-rs 20 comments rust
- OpenGL Copute Shader Fast Fourier Transform http://in2gpu.com/2013/11/01/compute-shader-fft-of-size-32/ 6 comments opengl
- Fast Fourier Transforms (x-post /r/math) http://jeremykun.wordpress.com/2012/07/18/the-fast-fourier-transform/ 108 comments programming
- Fast Fourier Transforms & Fast Hartley Transforms on an Arduino Nano https://youtu.be/3NELxUeDcQM 9 comments arduino
- Purely Functional Data Structures with Qi : Fast Fourier Transform http://jng.imagine27.com/articles/2011-07-06-164206_purely_functional_fast_fourier_transform_in_qi.html 9 comments programming
- Introducing Fourier: the fastest fast Fourier transform (FFT) in Rust ...and a request for help! https://crates.io/crates/fourier 79 comments rust
- Squeezing out numerical code performance in C++: compile time optimization of Fast Fourier Transform using template metaprogramming http://www.ddj.com/cpp/199500857 3 comments programming
- Scientists design a novel quantum circuit that calculates the fast Fourier transform, an indispensable tool in engineering. A notable advantage of the algorithm is that no "garbage bits" are generated; the calculation process does not waste any qubits, the basic unit of quantum information. https://www.tus.ac.jp/en/mediarelations/archive/20201014_0900.html 3 comments science
- Slow Fourier Transform: I promised to examine the Raspberry Pi as a digital signal processing platform. The challenge is that the Pi isn't exactly a super fast computer. http://www.drdobbs.com/embedded-systems/slow-fourier-transform/240159088 6 comments raspberry_pi