Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TMtx *FFT1DFromReal() const; | Forward parallel in-place 1D FFT from real to complex. |
| 2 | TMtx *FFT1DFromReal(TMtx *Mtx) const; | Forward parallel not in-place 1D real to complex FFT. The size of the destination is set automatically. |
Overload 1: TMtx *FFT1DFromReal() const;
Forward parallel in-place 1D FFT from real to complex.
Remarks:
Performs forward 1D FFT from real to complex on each row of the matrix. See Vector::FFTFromReal for more info on the forward real FFT.
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler
Overload 2: TMtx *FFT1DFromReal(TMtx *Mtx) const;
Forward parallel not in-place 1D real to complex FFT. The size of the destination is set automatically.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Mtx | TMtx * |
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler