ClMtxExpr::PhaseSpectrum Function

Overload List

#SignatureDescription
1clVector PhaseSpectrum(TOpenCLVector *X);Compute the phase spectrum.
2clMatrix PhaseSpectrum(TOpenCLMatrix *X);Compute the phase spectrum from the complex source data.

Overload 1: clVector PhaseSpectrum(TOpenCLVector *X);

Compute the phase spectrum.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::PhaseSpectrum

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler

Overload 2: clMatrix PhaseSpectrum(TOpenCLMatrix *X);

Compute the phase spectrum from the complex source data.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::PhaseSpectrum

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler