Minimum Peaks

Returns the desired minimum 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

minpeaks(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 minipeaks button to complete the operation.

Examples
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 (6 | 2)minipeaks(S, mind, minh, th, num)