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.3261.0 (4.8.3261.0)
Syntaxpublic (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.
RemarksThe number of sift iterations is fixed to 10 here.
See Also