Multiwavelet Program Collections
Several multiwavelet-based programs with no password protection, designed to facilitate signal processing implementations and algorithm understanding
Explore MATLAB source code curated for "解" with clean implementations, documentation, and examples.
Several multiwavelet-based programs with no password protection, designed to facilitate signal processing implementations and algorithm understanding
This code performs Ensemble Empirical Mode Decomposition (EEMD) on a signal series and visualizes the obtained components using eemdplot.m. Simply execute the eemdplot.m script to complete the entire decomposition and plotting process.
MATLAB implementation based on interior point methods for solving L2-L1 and L2-TV optimization problems, featuring Iteratively Reweighted Least Squares (IRLS) algorithm with code structure explanations
Homotopy methods for locating all solutions of nonlinear equations - a custom implementation with excellent usability and reliability
Implementation of the fourth-order Runge-Kutta method for solving delay differential equations, featuring algorithm explanations and code implementation insights for technical reference.