SignalUtils.NextMaximum Method

function NextMaximum(const Src: TVec; var Offset: Integer): Boolean;

Locate the next maximum.

#NameTypeDescription
1SrcTVec
2OffsetInteger

Returns: Boolean

Remarks:

Return the next Maximum found in Src looking from offset to the right. Offset is modified to reflect the position of the found maximum. If a true maximum is not found the function returns false.