MtxExpr.Phase Method

Overload List

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

Overload 1: function Phase(const X: TMtx): Matrix;

Compute the phase from the complex source data.

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.PhaseSpectrum

Overload 2: function Phase(const X: TVec): Vector;

Compute the phase from the complex source data.

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.PhaseSpectrum