Difference between revisions of "256-fall-2008/hw3/FAQ"
From CCRMA Wiki
(→Using the FFTW3 Package for computing the FFT on CCRMA Linux machines) |
|||
Line 9: | Line 9: | ||
* For Look at page 3 of the documentation: https://people.scs.fsu.edu/~burkardt/pdf/fftw3.pdf | * For Look at page 3 of the documentation: https://people.scs.fsu.edu/~burkardt/pdf/fftw3.pdf | ||
* This example can be modified for real input sequences, but not necessary | * This example can be modified for real input sequences, but not necessary | ||
+ | |||
+ | njb |
Revision as of 15:06, 20 November 2008
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
- For Look at page 3 of the documentation: https://people.scs.fsu.edu/~burkardt/pdf/fftw3.pdf
- This example can be modified for real input sequences, but not necessary
njb