MtxExpr.Phase Method

Overload List

#SignatureDescription
1Matrix Phase(TMtx X)Result = the phase from the complex source data
2Vector Phase(TVec X)Result = the phase from the complex source data

Overload 1: Matrix Phase(TMtx X)

Compute the phase from the complex source data.

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.PhaseSpectrum

Overload 2: Vector Phase(TVec X)

Compute the phase from the complex source data.

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.PhaseSpectrum