SignalUtils.SortConj Method

procedure SortConj(const Vec: TVec; Tol: Double);

Conjugate sort complex values.

#NameTypeDescription
1VecTVec
2TolDoublescalar

Result: stored in self (calling object)

Remarks:

Sort complex values in Vec with tolerance Tol. Conjugate sort will group conjugated complex numbers together. This routine is usefull for processing complex zeros/poles.

Indexed: procedure SortConj(const Vec: TVec; Index: Integer; Len: Integer; Tol: Double);

Conjugate sort complex Vec values from Index to Index+Len.

#NameTypeDescription
1VecTVec
2IndexIntegerstart index
3LenIntegerelement count
4TolDoublescalar

Result: stored in self (calling object)