Click or drag to resize

PeakFinderExecute Method

Overload List
 NameDescription
Public methodExecute(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).
Public methodExecute(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.
Public methodExecute(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.
Top
See Also