13 #ifndef __Pd____rIFFT__ 
   14 #define __Pd____rIFFT__ 
   37     double *signal = 
nullptr;
 
   47     double perform(
double *input);
 
   49     const std::string pdName = 
"rifft~";
 
The Pd++ namespace. 
Definition: BandPass.cpp:14
 
A super class inherited by all Pd++ objects. 
Definition: PdMaster.h:62
 
realIFFT()
Definition: rIFFT.cpp:32
 
An FFT superclass. Adapted from the Pd version of FFT. 
Definition: fft.h:125
 
Real Inverse Fast Fourier Transform. 
Definition: rIFFT.h:33