MtxExpr.PhaseSpectrum Method

Overload List

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

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

Compute the phase spectrum from the complex source data.

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.PhaseSpectrum

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

Compute the phase spectrum.

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.PhaseSpectrum