MtxExpr.FFT Method

function FFT(const X: TVec; ConjugateExtend: Boolean): Vector;

Returns the discrete fourier transform of the source data.

#NameTypeDescription
1XTVec
2ConjugateExtendBoolean

Returns: Vector

Remarks:

Internally calls Vector.FFT