Maximum Peaks

Returns the desired maximal peaks of the signal S. It is only defined for signals with only one channel. A detailed description of the expected arguments can be found in the description of Peaks.

Syntax

maxpeaks(S [, mind [, minh[, th [, num]]]])

Types
 Variable NameValue TypeVariable Type
Argument:Sreal, complexsignal, xy-data
Optional:mindrealscalar
minhrealscalar
threalscalar
numrealscalar
Result:   real xy-data
Calculator Input

Use the maxpeaks button to complete the operation.

Example
IDDescriptionTypeValueExpression
S REAL SIGNAL   signal([1,2,4,6,7],[1,2,3,2,3])
mind REAL11
minh REAL00
th REAL00
num REAL44
pS Result REAL XYDATA (4 | 3) maxpeaks(S, mind, minh, th, num)