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 Finds peaks in a 1-D array using continuous wavelet transformation.
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 ridge lines in a continuous 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 Calculates the value at a given percentile.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also