SignalUtils.ConjExtend Method

Overload List

#SignatureDescription
1function ConjExtend(const Src: TVec): TVec;Conjugate extend a frequency spectrum.
2procedure 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.

#NameTypeDescription
1SrcTVec

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.

#NameTypeDescription
1SrcTVec
2DstTVec

Result: stored in self (calling object)

See Also: SignalUtils.FrequencyResponse