dplug.fft.pfft

Undocumented in source.

Members

Structs

Fft
struct Fft(T)

A class for calculating discrete fourier transform. The methods of this class use split format for complex data. This means that a complex data set is represented as two arrays - one for the real part and one for the imaginary part. An instance of this class can only be used for transforms of one particular size. The template parameter is the floating point type that the methods of the class will operate on.

Rfft
struct Rfft(T)

A class for calculating real discrete fourier transform. The methods of this class use split format for complex data. This means that complex data set is represented as two arrays - one for the real part and one for the imaginary part. An instance of this class can only be used for transforms of one particular size. The template parameter is the floating point type that the methods of the class will operate on.

Templates

Import
template Import(TT)
Undocumented in source.
st
template st(alias a)
Undocumented in source.

Meta