Click or drag to resize

EmpiricalModeDecompositionCreateInterpolationDataByMirroring Method

[Missing <summary> documentation for "M:Altaxo.Science.Signals.EmpiricalModeDecomposition.CreateInterpolationDataByMirroring(System.ReadOnlySpan{System.Double},System.Double[],System.Collections.Generic.IReadOnlyList{System.Int32},System.Collections.Generic.IReadOnlyList{System.Int32})"]


Namespace: Altaxo.Science.Signals
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static (double[] , double[] ) CreateInterpolationDataByMirroring(
	ReadOnlySpan<double> x,
	double[] y,
	IReadOnlyList<int> extremaIndices,
	IReadOnlyList<int> alternativeExtremaIndices
)

Parameters

x  ReadOnlySpanDouble

[Missing <param name="x"/> documentation for "M:Altaxo.Science.Signals.EmpiricalModeDecomposition.CreateInterpolationDataByMirroring(System.ReadOnlySpan{System.Double},System.Double[],System.Collections.Generic.IReadOnlyList{System.Int32},System.Collections.Generic.IReadOnlyList{System.Int32})"]

y  Double

[Missing <param name="y"/> documentation for "M:Altaxo.Science.Signals.EmpiricalModeDecomposition.CreateInterpolationDataByMirroring(System.ReadOnlySpan{System.Double},System.Double[],System.Collections.Generic.IReadOnlyList{System.Int32},System.Collections.Generic.IReadOnlyList{System.Int32})"]

extremaIndices  IReadOnlyListInt32

[Missing <param name="extremaIndices"/> documentation for "M:Altaxo.Science.Signals.EmpiricalModeDecomposition.CreateInterpolationDataByMirroring(System.ReadOnlySpan{System.Double},System.Double[],System.Collections.Generic.IReadOnlyList{System.Int32},System.Collections.Generic.IReadOnlyList{System.Int32})"]

alternativeExtremaIndices  IReadOnlyListInt32

[Missing <param name="alternativeExtremaIndices"/> documentation for "M:Altaxo.Science.Signals.EmpiricalModeDecomposition.CreateInterpolationDataByMirroring(System.ReadOnlySpan{System.Double},System.Double[],System.Collections.Generic.IReadOnlyList{System.Int32},System.Collections.Generic.IReadOnlyList{System.Int32})"]

Return Value

ValueTupleDouble, Double

[Missing <returns> documentation for "M:Altaxo.Science.Signals.EmpiricalModeDecomposition.CreateInterpolationDataByMirroring(System.ReadOnlySpan{System.Double},System.Double[],System.Collections.Generic.IReadOnlyList{System.Int32},System.Collections.Generic.IReadOnlyList{System.Int32})"]

See Also