Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function ConjExtend(const Src: TVec): TVec; | Conjugate extend a frequency spectrum. |
| 2 | procedure ConjExtend(const Src: TVec; const Dst: TVec); | The result will be placed in Dst. |
Overload 1: function ConjExtend(const Src: TVec): TVec;
Conjugate extend a frequency spectrum.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | 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: procedure ConjExtend(const Src: TVec; const Dst: TVec);
The result will be placed in Dst.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVec | |
| 2 | Dst | TVec |
Result: stored in self (calling object)
See Also: SignalUtils.FrequencyResponse