ClMtxExpr.PhaseSpectrum Method

Overload List

#SignatureDescription
1function PhaseSpectrum(X: TOpenCLMatrix): clMatrix;Result = the phase spectrum from the complex source data
2function PhaseSpectrum(X: TOpenCLVector): clVector;Result = the phase spectrum

Overload 1: function PhaseSpectrum(X: TOpenCLMatrix): clMatrix;

Compute the phase spectrum from the complex source data.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls clMatrix.PhaseSpectrum

Overload 2: function PhaseSpectrum(X: TOpenCLVector): clVector;

Compute the phase spectrum.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls clVector.PhaseSpectrum