Click or drag to resize

PeakFinderRuleBasedRules Enumeration

Rules to filter peaks.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum Rules
Members
Member nameValueDescription
MinHeight0 Remove peaks below a minimun height.
Threshold1 Remove peaks which are separated from neightboring data points by less than Threshold. This rule eliminated small noisy peaks.
See Also