VariableModeDecompositionvmd Method
returns intrinsic mode functions (IMFs) and a residual signal corresponding to the variational mode decomposition (VMD) of X, with default decomposition parameters.
Namespace: Gemstone.Numeric.AnalysisAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.171 -- Release Build+20915b5e5c2b832e94890ea4187a61c474a2582a
Gemstone.Numeric.Analysis.VariableModeDecomposition.vmd = function(x, MaxIterations, NumIMFs, PenaltyFactor);
- 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.
MatrixDouble[Missing <returns> documentation for "M:Gemstone.Numeric.Analysis.VariableModeDecomposition.vmd(System.Collections.Generic.IEnumerable{System.Double},System.Int32,System.Int32,System.Double)"]