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