VariableModeDecompositionvmd Method

returns intrinsic mode functions (IMFs) and a residual signal corresponding to the variational mode decomposition (VMD) of X, with default decomposition parameters.

Definition

Namespace: Gemstone.Numeric.Analysis
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.167 -- Release Build+9e631c9f4ed4cd2c2da47045792d813c2de0c4a8
public static Matrix<double> vmd(
	IEnumerable<double> x,
	int MaxIterations = 500,
	int NumIMFs = 5,
	double PenaltyFactor = 1000
)

Parameters

x  IEnumerableDouble
The input signal to oeprate on
MaxIterations  Int32  (Optional)
The maximum Numebr of Itterations.
NumIMFs  Int32  (Optional)
The number of intrinsic mode Functions to be found.
PenaltyFactor  Double  (Optional)
The penalty factor for the VMD algorithm.

Return Value

MatrixDouble

[Missing <returns> documentation for "M:Gemstone.Numeric.Analysis.VariableModeDecomposition.vmd(System.Collections.Generic.IEnumerable{System.Double},System.Int32,System.Int32,System.Double)"]

See Also