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 * |
Remarks:
Assuming that Src contains the result of a real FFT, the Src will be conjugated, flipped and appended to itself.
Declared in Dew::Signal::Units::SignalUtils · Dew.Signal/Units.SignalUtils.h · Cross-compiler
Overload 2: void ConjExtend(TVec *Src, TVec *Dst);
The result will be placed in Dst.
See Also: SignalUtils::FrequencyResponse
Declared in Dew::Signal::Units::SignalUtils · Dew.Signal/Units.SignalUtils.h · Cross-compiler