Click or drag to resize

SignalMath Class

[Missing <summary> documentation for "T:Altaxo.Science.Signals.SignalMath"]

Inheritance Hierarchy
SystemObject
  Altaxo.Science.SignalsSignalMath

Namespace: Altaxo.Science.Signals
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class SignalMath

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