FFT Laboratory

FFT Laboratory is a C# program that lets you explore and test different FFT algorithms, comparing your results against a reference DFT, using either complex numbers or pure-integer arithmetic.
The goal isn't performance, but understanding: this tool is designed to experiment with algorithms and data flows for didactic purposes.

[Preview] Screenshot at runtime

[Preview] Screenshot of the source code