Click or drag to resize

Altaxo.Science.Spectroscopy.PeakSearching Namespace

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

Classes
 ClassDescription
Public classPeakDescription Description of one peak
Public classPeakFinder Peak finder based on the Python SciPy package.
Public classPeakFinderCWT Peak finder using continuous wavelet transformation.
Public classPeakSearchingByCwt Executes peak searching by continuous wavelet transformation (CWT).
Public classPeakSearchingByCwtSerializationSurrogate0 
Public classPeakSearchingByCwtSerializationSurrogate1 2022-10-19 V1: Add property 'MaximalNumberOfPeaks'
Public classPeakSearchingByCwtSerializationSurrogate2 2023-01-27 V2: Add property 'PeakEnhancement'
Public classPeakSearchingByTopology Executes area normalization : y' = (y-min)/(mean), in which min and mean are the minimal and the mean values of the array.
Public classPeakSearchingByTopologySerializationSurrogate0 
Public classPeakSearchingByTopologySerializationSurrogate1 
Public classPeakSearchingByTopologySerializationSurrogate2 2023-01-27 V2: Add property 'PeakEnhancement'
Public classPeakSearchingNone 
Public classPeakSearchingNoneSerializationSurrogate0 
Public classRidgeLine Represents a ridge line that is the output of the ridge line search in a Continuous Wavelet Transformation (Cwt) matrix.
Public classWaveletRicker Ricker wavelet function, also known as the "Mexican hat wavelet".
Public classWaveletRickerSerializationSurrogate0 
Public classWaveletRicker2ndDerivative Normalized 2nd derivative of the Ricker wavelet function.
Public classWaveletRicker2ndDerivativeSerializationSurrogate0 
Interfaces
 InterfaceDescription
Public interfaceIPeakSearching Interface to peak searching methods.
Public interfaceIWaveletForPeakSearching Interface to a wavelet that can be used for peak searching. The class must provide the wavelet function, plus a method to transform the Cwt coefficient and width at the maximum of the ridge line to amplitude and sigma of a Gaussian peak.