An article on how to implement the FFT algorithm in C, C++ or C#. Download source - 26.9 Kb Introduction Basically, this article describes one way to implement the 1D version of the FFT algorithm for an array of complex samples. The intention of this article is to show an efficient and fast FFT algorithm that can easily be modified according to the needs of the user. I've studied the FFT algorithm