Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Matrix Phase(TMtx X) | Result = the phase from the complex source data |
| 2 | Vector Phase(TVec X) | Result = the phase from the complex source data |
Overload 1: Matrix Phase(TMtx X)
Compute the phase from the complex source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx | source TMtx |
Returns: Matrix
Remarks:
Internally calls Dew.Math.Matrix.PhaseSpectrum
Overload 2: Vector Phase(TVec X)
Compute the phase from the complex source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec | source TVec |
Returns: Vector
Remarks:
Internally calls Dew.Math.Vector.PhaseSpectrum