EMD Program with Detailed Chinese Comments
This is an EMD (Empirical Mode Decomposition) program with comprehensive Chinese annotations, featuring multiple calling syntaxes: % Syntax% IMF = EMD(X)% IMF = EMD(X, ..., Option_name, Option_value, ...)% IMF = EMD(X, OPTS)% [IMF, ORT, NB_ITERATIONS] = EMD(...)