Command line FFT Home
A simple command line utility to produce an FFT/IFFT of ASCII data
Brought to you by:
jonolafur
Small utility to generate FFTs and IFFTs directly from the command line. You read the data from an ASCII file or directly from the standard in. The output is written to a specified file or to standard out.
Features:
You can download a 32-bit Linux x86 binary. Its statically linked so there should be no dependencies on other libraries. On the download page there is also a 64 bit version.
A 32 bit Windows binary is also available. However, it is dynamically linked and the fftw dll is shipped with it.