MtxExpr::FFT Function

Vector FFT(TVec *X, bool ConjugateExtend = false);

Returns the discrete fourier transform of the source data.

#NameTypeDescription
1XTVec *
2ConjugateExtend = falsebool
Remarks:

Internally calls Vector::FFT

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler