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