源代码 Resources

Showing items tagged with "源代码"

M-file source code for a filter implementation in MATLAB, specifically demonstrating a low pass filter design with Butterworth coefficients for signal smoothing and noise reduction.

MATLAB 213 views Tagged

Fuzzy PSO Algorithm Simulation Source Code, implementing fuzzy ant colony optimization algorithm simulation with hybrid swarm intelligence techniques.

MATLAB 169 views Tagged

Companion source code implementation for the CVPR 2013 paper "Improving an Object Detector and Extracting Regions using Superpixels," featuring modular algorithm implementations for detection and segmentation tasks.

MATLAB 193 views Tagged

Source code for predicting Lyapunov exponents: largest_lyapunov_exponent.m (calculates the largest Lyapunov exponent using Lü Jinhu's method), lyapunov_wolf.m (computes the largest Lyapunov exponent using Wolf's method), and G_P.m (implements G-P algorithm for correlation dimension calculation). Reference: "Improved Slope Displacement Prediction Algorithm Based on Lyapunov Exponents." These MATLAB implementations feature phase space reconstruction, nearest neighbor searching, and divergence rate computation for chaotic time series analysis.

MATLAB 242 views Tagged