Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clMatrix PhaseSpectrum(TOpenCLMatrix X) | Result = the phase spectrum from the complex source data |
| 2 | clVector PhaseSpectrum(TOpenCLVector X) | Result = the phase spectrum |
Overload 1: clMatrix PhaseSpectrum(TOpenCLMatrix X)
Compute the phase spectrum from the complex source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix | source TOpenCLMatrix |
Returns: clMatrix
Remarks:
Internally calls Dew.Math.clMatrix.PhaseSpectrum
Overload 2: clVector PhaseSpectrum(TOpenCLVector X)
Compute the phase spectrum.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector | source TOpenCLVector |
Returns: clVector
Remarks:
Internally calls Dew.Math.clVector.PhaseSpectrum