源程序 Resources

Showing items tagged with "源程序"

High-value compressive sensing source code featuring wavelet basis for signal sparsification and Orthogonal Matching Pursuit (OMP) algorithm for reconstruction. This implementation demonstrates excellent performance with practical applications in signal processing, making it particularly valuable for researchers entering the field of compressive sensing. The code provides clear insights into sparse signal representation and reconstruction algorithms.

MATLAB 304 views Tagged

MATLAB source code for computing generalized fractal dimensions with function signature: function [dq, rq] = fdim(q, x, trace). This implementation calculates different fractal dimension definitions based on q-values: q=0 for Hausdorff dimension, q=1 for Information dimension, q=2 for Correlation dimension, etc. The algorithm employs box-counting methods with logarithmic scaling analysis for dimension estimation.

MATLAB 268 views Tagged

This collection features 18 fully debugged MATLAB cellular automata source codes, covering fundamental algorithms like Conway's Game of Life and traffic flow simulations. Includes implementations of key functions such as neighborhood evaluation and state transition rules, serving as essential reference material for researchers studying cellular automata in MATLAB environments.

MATLAB 294 views Tagged

MATLAB source code for power system state estimation, provided for reference purposes without infringement liability. Contains implementation of key algorithms including weighted least squares estimation with detailed code documentation.

MATLAB 440 views Tagged

Source code, exercise solutions, and course materials from Professor Shang Zhigang's Peking University Press publication "Biomedical Data Analysis and Its MATLAB Implementation," featuring practical algorithm implementations and computational methodologies.

MATLAB 341 views Tagged