FFTW: Difference between revisions

From UFRC
Jump to navigation Jump to search
Hpc (talk | contribs)
Hpc (talk | contribs)
Line 1: Line 1:
==Description==
==Description==
From the FFTW website:
From the [http://www.fftw.org/index.html FFTW website]:
<blockquote>
<blockquote>
FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST). We believe that FFTW, which is free software, should become the FFT library of choice for most applications.
FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST). We believe that FFTW, which is free software, should become the FFT library of choice for most applications.

Revision as of 18:31, 27 June 2007

Description

From the FFTW website:

FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST). We believe that FFTW, which is free software, should become the FFT library of choice for most applications.

2.1.5

Compiled with: Intel compilers Options: --enable-threads Location: /opt/intel/fftw/2.1.5/lib