Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function PowerSpectrum(X: TOpenCLMatrix): clMatrix; | Result = the power spectrum from the complex source data |
| 2 | function 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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix | source TOpenCLMatrix |
Returns: clMatrix
Remarks:
Internally calls clMatrix.PowerSpectrum
Overload 2: function PowerSpectrum(X: TOpenCLVector): clVector;
Compute the power spectrum from the complex source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector | source TOpenCLVector |
Returns: clVector
Remarks:
Internally calls clVector.PowerSpectrum