IPeakSearching
|
Interface to peak searching methods.
|
IPeakSearchingResult
|
Interface to the results of peak searching algorithms.
|
IWaveletForPeakSearching
|
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.
|
PeakDescription
|
Description of one peak
|
PeakFinder
|
Peak finder based on the Python SciPy package.
|
PeakFinderCWT
|
Peak finder using continuous wavelet transformation.
|
PeakSearchingByCwt
|
Executes peak searching by continuous wavelet transformation (CWT).
|
PeakSearchingByTopology
|
Executes area normalization : y' = (y-min)/(mean), in which min and mean are the minimal and the mean values of the array.
|
PeakSearchingNone
|
|
RidgeLine
|
Represents a ridge line that is the output of the ridge line search in a Continuous Wavelet Transformation (Cwt) matrix.
|
WaveletRicker
|
Ricker wavelet function, also known as the "Mexican hat wavelet".
|
WaveletRicker2ndDerivative
|
Normalized 2nd derivative of the Ricker wavelet function.
|