You are here: Symbol Reference > SignalUtils Namespace > Functions > SignalUtils.SortConj Function
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalUtils.SortConj Function

Conjugate sort complex values.

Pascal
procedure SortConj(const Vec: TVec; Tol: double = 1E-4); overload;

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.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!