C library for computing Fast Fourier Transform (FFT) operations
C routines to compute the Discrete Fourier Transform
fftw-wisdom
$ fftw-wisdom -o ~/.fftw_wisdom
$ fftw-wisdom -x 1024 -c
$ gcc -o my_fft my_fft.c -lfftw3 -lm