ClMtxExpr.Phase Method

Overload List

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

Overload 1: clMatrix Phase(TOpenCLMatrix X)

Compute the phase from the complex source data.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls Dew.Math.clMatrix.PhaseSpectrum

Overload 2: clVector Phase(TOpenCLVector X)

Compute the phase from the complex source data.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls Dew.Math.clVector.PhaseSpectrum