SFTPACK
"Slow" Fourier Transforms


SFTPACK is a FORTRAN77 library which carries out some "slow" Fourier transforms, that is, Fourier transforms without the techniques that allow for very fast computation.

The intention is to make the underlying calculation clear, and to provide a simple check and comparison of timing and usage for the fast calculations.

The fast Fourier transform is a highly efficient procedure. However, the coding of the algorithm, and the conventions for indexing, ordering, and normalization, can make it quite difficult to understand what is being done, or even to see how to use the software correctly. This means that a coding error or mistaken use can be undetected.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages:

SFTPACK is available in a C version and a C++ version and a FORTRAN77 version and a FORTRAN90 version and a MATLAB version and a Python version.

Related Data and Programs:

C4LIB, a FORTRAN77 library which implements certain elementary functions for single precision complex variables;

C8LIB, a FORTRAN77 library which implements certain elementary functions for double precision complex variables;

FFT_OPENMP, a FORTRAN77 program which demonstrates the computation of a Fast Fourier Transform in parallel, using OpenMP.

FFT_SERIAL, a FORTRAN77 program which demonstrates the computation of a Fast Fourier Transform, and is intended as a starting point for implementing an OpenMP parallel version.

FFTPACK5.1, a FORTRAN77 library which implements the Fast Fourier Transform.

FFTW3, FORTRAN77 programs which illustrate the use of the FFTW3 library for Fast Fourier Transforms.

HAAR, a FORTRAN77 library which computes the Haar transform of data.

WALSH, a FORTRAN77 library which implements versions of the Walsh and Haar transforms.

WAVELET, a FORTRAN77 library which does some simple calculations with wavelet transforms;

Reference:

  1. William Briggs, Van Emden Henson,
    The DFT: An Owner's Manual for the Discrete Fourier Transform,
    SIAM, 1995,
    ISBN13: 978-0-898713-42-8,
    LC: QA403.5.B75.
  2. Ralph Hartley,
    A More Symmetrical Fourier Analysis Applied to Transmission Problems,
    Proceedings of the Institute of Radio Engineers,
    Volume 30, 1942, pages 144-150.

Source Code:

Examples and Tests:

List of Routines:

You can go up one level to the FORTRAN77 source codes.


Last revised on 22 June 2010.