13 #ifndef __Pd____rFFT__
14 #define __Pd____rFFT__
32 double *signal =
nullptr;
43 const std::string pdName =
"rfft~";
The Pd++ namespace.
Definition: BandPass.cpp:14
realFFT()
Definition: rFFT.cpp:26
A super class inherited by all Pd++ objects.
Definition: PdMaster.h:62
double * perform(double input)
Definition: rFFT.cpp:56
An FFT superclass. Adapted from the Pd version of FFT.
Definition: fft.h:125
Real Fast Fourier Transform.
Definition: rFFT.h:28