pl-nk v0.4.5
Plonk|Plink|Plank are a set of cross-platform C/C++ frameworks for audio software development
Static Public Member Functions
FFTUnit< SampleType > Class Template Reference

FFT Unit. More...

List of all members.

Static Public Member Functions

static UnitType ar (UnitType const &input) throw ()
 FFTs a signal.

Detailed Description

template<class SampleType>
class FFTUnit< SampleType >

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.)

Factory functions:
  • ar (input)
Inputs:
  • input: (unit, multi) the input unit

Member Function Documentation

template<class SampleType >
static UnitType FFTUnit< SampleType >::ar ( UnitType const &  input) throw () [inline, static]

FFTs a signal.


The documentation for this class was generated from the following file:
 All Classes Functions Typedefs Enumerations Enumerator Properties