| | Name | Description |
|---|
 | Execute(IReadOnlyListDouble) |
Find peaks inside a signal based on peak properties.
This function takes a 1-D array and finds all local maxima by simple comparison of neighboring values.
Optionally, a subset of these peaks can be selected by specifying conditions for peak properties.
For this call, the properties of this PeakFinder instance will be used (that were previously set with the Set* methods).
|
 | Execute(IReadOnlyListDouble, NullableDouble, NullableDouble, NullableDouble, NullableDouble, NullableDouble, NullableInt32, Double, NullableDouble) |
Find peaks inside a signal based on peak properties.
This function takes a 1-D array and finds all local maxima by simple comparison of neighboring values.
Optionally, a subset of these peaks can be selected by specifying conditions for peak properties.
|
 | Execute(IReadOnlyListDouble, Object, Object, NullableDouble, Object, Object, NullableInt32, Double, Object) |
Find peaks inside a signal based on peak properties.
This function takes a 1-D array and finds all local maxima by simple comparison of neighboring values.
Optionally, a subset of these peaks can be selected by specifying conditions for peak properties.
|