Click or drag to resize

PeakSearchingByTopology Class

Executes area normalization : y' = (y-min)/(mean), in which min and mean are the minimal and the mean values of the array.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.Spectroscopy.PeakSearchingPeakSearchingByTopology

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class PeakSearchingByTopology : IPeakSearching, 
	IEquatable<PeakSearchingByTopology>

The PeakSearchingByTopology type exposes the following members.

Constructors
 NameDescription
Public methodPeakSearchingByTopologyInitializes a new instance of the PeakSearchingByTopology class
Top
Properties
 NameDescription
Public propertyMaximalNumberOfPeaks If a value is set, this limits the number of peaks included in the result to this number of peaks with the highest amplitude.
Public propertyMinimalProminence 
Public propertyPeakEnhancement Gets/sets the peak enhancement method (default is PeakEnhancementNone, i.e. no peak enhancement).
Top
Methods
 NameDescription
Public methodExecute(Double, Double) 
Public methodExecute(Double, Double, Int32) 
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString
(Overrides ObjectToString)
Top
See Also