Click or drag to resize

PeakFinderSetThreshold Method

Overload List
 NameDescription
Public methodSetThreshold(Double) Sets the minimal threshold value required for all peaks. Threshold is defined as minimum difference value between the peak height and its immediate neightbouring points.
Public methodSetThreshold(Double) Sets the minimal threshold value required for each peak. Threshold is defined as minimum difference value between the peak height and its immediate neightbouring points.
Public methodSetThreshold(ValueTupleDouble, Double) Sets the minimal and maximal threshold value required for all peaks. Threshold is defined as minimum difference value between the peak height and its immediate neightbouring points.
Public methodSetThreshold(ValueTupleDouble, Double) Sets the minimal and maximal threshold value required for each peak. Threshold is defined as minimum difference value between the peak height and its immediate neightbouring points.
Top
See Also