Jump to content

256-fall-2008/hw3/FAQ

From CCRMA Wiki
Revision as of 23:04, 20 November 2008 by Njb (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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