Vector FFT(TVec *X, bool ConjugateExtend = false);
Returns the discrete fourier transform of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec * | |
| 2 | ConjugateExtend = false | bool |
Remarks:
Internally calls Vector::FFT
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler