Click or drag to resize

SignalMath Methods

The SignalMath type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGetIndexOfXInAscendingArray Gets the index of the provided value in an array of ascending elements.
Public methodStatic memberGetIndicesOfExtrema Gets the indices of the extrema (minima and maxima) of the signal
Public methodStatic memberGetIndicesOfZeroCrossings Gets the indices of the zero crossings of the signal.
Public methodStatic memberGetMeanIncrement Gets the mean increment of an array of values, i.e. the mean of array[i]-array[i-1].
Public methodStatic memberGetMinimalAndMaximalProperties Gets the minimal and maximal properties of an array of x-values.
Public methodStatic memberGetNoiseLevelEstimate(Double, Int32) Estimates the noise level of a signal.
Public methodStatic memberGetNoiseLevelEstimate(Double, Int32, Int32) Estimates the noise level of a signal.
Top
See Also