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