EmpiricalModeDecompositionExtractIntrinsicModeFunctionComponent Method |
Extracts an intrinsic mode function component (IMF) from the signal (x, y).
Namespace: Altaxo.Science.SignalsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public (double[] , bool isIMF) ExtractIntrinsicModeFunctionComponent(
ReadOnlySpan<double> x,
ReadOnlySpan<double> y
)
Parameters
- x ReadOnlySpanDouble
- The array of x-values of the signal.
- y ReadOnlySpanDouble
- The array of y-values of the signal.
Return Value
ValueTupleDouble,
BooleanThe next mode extracted from the signal, and an indication, if this is an IMF or the rest.
Remarks The number of sift iterations is fixed to 10 here.
See Also