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

Locate the next maximum.

Pascal
function NextMaximum(const Src: TVec; var Offset: integer): boolean; overload;

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.

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