Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector PhaseSpectrum(TVec *X); | Compute the phase spectrum. |
| 2 | Matrix PhaseSpectrum(TMtx *X); | Compute the phase spectrum from the complex source data. |
Overload 1: Vector PhaseSpectrum(TVec *X);
Compute the phase spectrum.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec * |
Remarks:
Internally calls Vector::PhaseSpectrum
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 2: Matrix PhaseSpectrum(TMtx *X);
Compute the phase spectrum from the complex source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx * |
Remarks:
Internally calls Matrix::PhaseSpectrum
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler