Click or drag to resize

Altaxo.Science.Spectroscopy.PeakEnhancement Namespace

[Missing <summary> documentation for "N:Altaxo.Science.Spectroscopy.PeakEnhancement"]

Classes
 ClassDescription
Public classPeakEnhancement2ndDerivativeOfSmoothingSpline Peak enhancement by evaluating the 2nd derivative of a spectrum. This is done by modelling the spectrum by a smoothing spline, and then use the 2nd derivative of the spline.
Public classPeakEnhancement2ndDerivativeOfSmoothingSplineSerializationSurrogate0 2023-03-16 V0 Initial version
Public classPeakEnhancementHilbertHuang 
Public classPeakEnhancementNone Does no peak enhancement at all (no operation).
Public classPeakEnhancementNoneSerializationSurrogate0 2023-01-27 V0 Initial version
Public classPeakEnhancementSNIP Enhances peaks by applying SNIP baseline subtraction, using a very small half-width for the SNIP algorithm. See also SNIP_Linear.
Public classPeakEnhancementSNIPSerializationSurrogate0 2023-01-27 V0 Initial version
Interfaces
 InterfaceDescription
Public interfaceIPeakEnhancement Interface to peak enhancement methods. These methods will enhance peaks: if two peaks are close together, or one peak is hidden in the shoulder of another peak, it tries to separate those peaks. Most properties of the peaks are not kept: the height, width, shape of the peak may differ from the original peak, but at least the position should be that of the original peak.