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