256-fall-2008/hw3/FAQ

From CCRMA Wiki
Revision as of 16:05, 20 November 2008 by Njb (Talk | contribs)

Jump to: navigation, search

Using the FFTW3 Package for computing the FFT on CCRMA Linux machines

TO COMPILE

  • FFTW3 is already installed on the CCRMA Linux machines
  • In your .cpp file: #include <fftw3.h>
  • In your makefile include the library: -lfftw3

TO USE