fft_serial_test, an Octave code which calls fft_serial(), which demonstrates the computation of a Fast Fourier Transform.
The information on this web page is distributed under the MIT license.
fft_serial, an Octave code which demonstrates the computation of a Fast Fourier Transform (FFT), and is intended as a starting point for implementing a parallel version.