EmpiricalModeDecompositionSubtractMeanEnvelope Method |
Subtracts the mean envelope from the signal signal.
Namespace: Altaxo.Science.SignalsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool SubtractMeanEnvelope(
ReadOnlySpan<double> x,
double[] y,
IReadOnlyList<int> minimaIndices,
IReadOnlyList<int> maximaIndices
)
Parameters
- x ReadOnlySpanDouble
- The x values of the signal.
- y Double
- The y-values of the signal. On return, this array is modified (mean envelope is subtracted).
- minimaIndices IReadOnlyListInt32
- The minima indices of the signal.
- maximaIndices IReadOnlyListInt32
- The maxima indices of the signal.
Return Value
Boolean[Missing <returns> documentation for "M:Altaxo.Science.Signals.EmpiricalModeDecomposition.SubtractMeanEnvelope(System.ReadOnlySpan{System.Double},System.Double[],System.Collections.Generic.IReadOnlyList{System.Int32},System.Collections.Generic.IReadOnlyList{System.Int32})"]
See Also