压缩感知 Resources

Showing items tagged with "压缩感知"

This article explores signal processing applications of compressed sensing, where signal recovery and reconstruction are implemented using the Orthogonal Matching Pursuit (OMP) algorithm, an efficient greedy approach for sparse signal reconstruction.

MATLAB 243 views Tagged

About Compressed Sensing Reconstruction Algorithms - Compressed Sensing (CS), also known as Compressive Sampling, is an emerging interdisciplinary field between mathematics and information science that has gained popularity in recent years. Proposed by researchers including Candès and Terence Tao, CS challenges conventional sampling and encoding techniques based on the Nyquist-Shannon sampling theorem. The core implementation involves sparse signal reconstruction through optimization algorithms like L1-minimization, with key functions including measurement matrix design and reconstruction solvers.

MATLAB 243 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