ClMtxExpr.Phase Method

Overload List

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

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

Compute the phase from the complex source data.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls clMatrix.PhaseSpectrum

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

Compute the phase from the complex source data.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls clVector.PhaseSpectrum