13 #ifndef __Pd____cIFFT__
14 #define __Pd____cIFFT__
38 double *imagIFFT =
nullptr;
39 double *output =
new double[2];
52 const std::string pdName =
"ifft~";
The Pd++ namespace.
Definition: BandPass.cpp:14
Complex Inverse Fast Fourier Transform.
Definition: cIFFT.h:33
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
Real Inverse Fast Fourier Transform.
Definition: rIFFT.h:33
complexIFFT()
Definition: cIFFT.cpp:32
double * perform(double *input)
Definition: cIFFT.cpp:53