Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector Phase(TVec *X); | Compute the phase from the complex source data. |
| 2 | Matrix Phase(TMtx *X); | Compute the phase from the complex source data. |
Overload 1: Vector Phase(TVec *X);
Compute the phase from the complex source data.
| # | 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 Phase(TMtx *X);
Compute the phase 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