COMPUTER PROGRAMS

 

Besides those programs that allow us to train various specialized pattern recognition algorithms, there are specialized tools that are often important. Many of those are so well known as to need no remarks here. One, however, seem worthy of note because it is useful, surprising (in that it improves on what was once considered to be the best possible program for finding a Fourier transform – the FFT or fast Fourier Transform. I quote from its web page(http://www.fftw.org/ )

 

 

FFTW is a C subroutine library for computing the Discrete Fourier Transform (DFT) in one or more dimensions, of both real and complex data, and of arbitrary input size. We believe that FFTW, which is free software, should become the FFT library of choice for most applications. Our benchmarks, performed on on a variety of platforms, show that FFTW's performance is typically superior to that of other publicly available FFT software. Moreover, FFTW's performance is portable: the program will perform well on most architectures without modification.

 

It is difficult to summarize in a few words all the complexities that arise when testing many programs, and there is no "best" or "fastest" program. However, FFTW appears to be the fastest program most of the time for in-order transforms, especially in the multi-dimensional and real-complex cases (Kasparov is the best chess player in the world even though he loses some games). Hence the name, "FFTW," which stands for the somewhat whimsical title of "Fastest Fourier Transform in the West." Please visit the benchFFT home page for a more extensive survey of the results.