| Name | Description |
---|
| SetThreshold(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.
|
| SetThreshold(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.
|
| SetThreshold(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.
|
| SetThreshold(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.
|