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