MtxExpr::Phase Function

Overload List

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

#NameTypeDescription
1XTVec *
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.

#NameTypeDescription
1XTMtx *
Remarks:

Internally calls Matrix::PhaseSpectrum

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler