Click or drag to resize

EmpiricalModeDecomposition.CreateInterpolationDataByMirroring 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.3261.0 (4.8.3261.0)
Syntax
C#
public static (double[] , double[] ) CreateInterpolationDataByMirroring(
	ReadOnlySpan<double> x,
	double[] y,
	IReadOnlyList<int> extremaIndices,
	IReadOnlyList<int> alternativeExtremaIndices
)

Parameters

x  ReadOnlySpan<Double>

[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  IReadOnlyList<Int32>

[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  IReadOnlyList<Int32>

[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

ValueTuple<Double[], 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