MtxExpr::PhaseSpectrum Function

Overload List

#SignatureDescription
1Vector PhaseSpectrum(TVec *X);Compute the phase spectrum.
2Matrix PhaseSpectrum(TMtx *X);Compute the phase spectrum from the complex source data.

Overload 1: Vector PhaseSpectrum(TVec *X);

Compute the phase spectrum.

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

#NameTypeDescription
1XTMtx *
Remarks:

Internally calls Matrix::PhaseSpectrum

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