ClMtxExpr.PowerSpectrum Method

Overload List

#SignatureDescription
1clMatrix PowerSpectrum(TOpenCLMatrix X)Result = the power spectrum from the complex source data
2clVector PowerSpectrum(TOpenCLVector X)Result = the power spectrum from the complex source data

Overload 1: clMatrix PowerSpectrum(TOpenCLMatrix X)

Compute the power spectrum from the complex source data.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls Dew.Math.clMatrix.PowerSpectrum

Overload 2: clVector PowerSpectrum(TOpenCLVector X)

Compute the power spectrum from the complex source data.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls Dew.Math.clVector.PowerSpectrum