FFTW

From UFRC
Revision as of 20:40, 10 August 2012 by Yingz (talk | contribs)
Jump to navigation Jump to search

Description

FFTW website  
Fastest Fourier Transform in the West, is a C library for computing the Discrete Fourier Transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data. Developed at MIT, it is by far the fastest implementation of FFT algorithm (upheld by regular benchmarks.)

Required Modules

Modules documentation

  • intel
  • fftw

Configuration

./configure --prefix=/apps/fftw/3.3.2 --enable-shared --enable-sse2