![]() |
pl-nk v0.4.5
Plonk|Plink|Plank are a set of cross-platform C/C++ frameworks for audio software development
|
FFT Unit. More...
Static Public Member Functions | |
static UnitType | ar (UnitType const &input) throw () |
FFTs a signal. |
FFT Unit.
Takes a time domain real signal as its input and outputs frequency domain data in real/imaginary format.
Each input channel generates two output channels. The even number channel is the real data and the odd numbered channel contains the imaginary data. (The IFFTUnit expects the data in this format.)
static UnitType FFTUnit< SampleType >::ar | ( | UnitType const & | input | ) | throw () [inline, static] |
FFTs a signal.