ClMtxExpr.PowerSpectrum Method

Overload List

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

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

Compute the power spectrum from the complex source data.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls clMatrix.PowerSpectrum

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

Compute the power spectrum from the complex source data.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls clVector.PowerSpectrum