改进 Resources

Showing items tagged with "改进"

A newly proposed swarm intelligence algorithm called Chicken Swarm Optimization (CSO), available for download and improvement with implementation-specific enhancements.

MATLAB 198 views Tagged

This implementation presents an enhanced compressed sensing signal recovery algorithm that improves upon the greedy iterative Orthogonal Matching Pursuit (OMP) method. The conventional OMP algorithm selects suboptimal atoms during each iteration, failing to maximize residual reduction. Our Optimised_OMP algorithm ensures selected atoms remain orthogonal to the subspace spanned by previously chosen atoms, enabling faster residual reduction and accelerated convergence. The code implements optimal atom selection through Gram-Schmidt orthogonalization or QR decomposition techniques.

MATLAB 209 views Tagged