Click or drag to resize

PeakFinderCWT Methods

The PeakFinderCWT type exposes the following members.

Methods
 NameDescription
Public methodStatic memberContinuousWaveletTransformation Executes a continuous wavelet transform over the data data.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodStatic memberExecute Find peaks in a 1-D array with wavelet transformation. The general approach is to smooth `vector` by convolving it with wavelet(width) for each width in widths. Relative maxima which appear at enough length scales, and with sufficiently high SNR, are accepted.
Public methodStatic memberFilterRidgeLines Filter ridge lines according to prescribed criteria. Intended to be used for finding relative maxima.
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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetNoiseLevel Gets the noise level along the x-axis.
Public methodStatic memberGetRelativeExtrema(IReadOnlyListDouble, FuncDouble, Double, Boolean, Int32) Gets a boolean array, in which local extrema in a spectrum are marked as true.
Public methodStatic memberGetRelativeExtrema(IROMatrixDouble, FuncDouble, Double, Boolean, Int32, Int32) Gets a boolean matrix of the same dimensions as the provided data matrix, in which the points at which a relative extrema is found, are set to true.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberIdentifyRidgeLines Identifies the ridge lines in a continous wavelet transformation matrix
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberRicker Ricker wavelet function, also known as the "Mexican hat wavelet".
Public methodStatic memberRicker2ndDerivative Normalized 2nd derivative of the Ricker wavelet function.
Public methodStatic memberScoreAtPercentile 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also