ClMtxExpr::PowerSpectrum Function

Overload List

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

Overload 1: clVector PowerSpectrum(TOpenCLVector *X);

Compute the power spectrum from the complex source data.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::PowerSpectrum

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

Overload 2: clMatrix PowerSpectrum(TOpenCLMatrix *X);

Compute the power spectrum from the complex source data.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::PowerSpectrum

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