Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TVec ConjExtend(TVec Src) | Conjugate extend a frequency spectrum. |
| 2 | void ConjExtend(TVec Src, TVec Dst) | The result will be placed in Dst. |
Overload 1: TVec ConjExtend(TVec Src)
Conjugate extend a frequency spectrum.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVec | source TVec |
Returns: TVec
Remarks:
Assuming that Src contains the result of a real FFT, the Src will be conjugated, flipped and appended to itself.
Overload 2: void ConjExtend(TVec Src, TVec Dst)
The result will be placed in Dst.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVec | source TVec |
| 2 | Dst | TVec | source TVec |
Result: stored in self (calling object)
See Also: SignalUtils.FrequencyResponse