14 #ifndef __Pd____cFFT__ 
   15 #define __Pd____cFFT__ 
   36     double *imagFFT = 
nullptr;
 
   37     double *output = 
nullptr;
 
   45     double *
perform(
double real, 
double imaginary);
 
   47     const std::string pdName = 
"fft~";
 
The Pd++ namespace. 
Definition: BandPass.cpp:14
 
A super class inherited by all Pd++ objects. 
Definition: PdMaster.h:62
 
An FFT superclass. Adapted from the Pd version of FFT. 
Definition: fft.h:125
 
complexFFT()
Definition: cFFT.cpp:26
 
double * perform(double real, double imaginary)
Definition: cFFT.cpp:78
 
Real Fast Fourier Transform. 
Definition: rFFT.h:28
 
Complex Fast Fourier Transform. 
Definition: cFFT.h:31