omp Resources

Showing items tagged with "omp"

Various classic compressed sensing reconstruction algorithms including Basis Pursuit (BP), Orthogonal Matching Pursuit (OMP), Compressive Sampling Matching Pursuit (CoSaMP), Linear Programming (LP) approaches, and more, with implementation insights.

MATLAB 227 views Tagged

This collection contains source code implementations of several fundamental compressed sensing (CS) reconstruction algorithms, including MP (Matching Pursuit), OMP (Orthogonal Matching Pursuit), CoSaMP (Compressive Sampling Matching Pursuit), StOMP (Stable Orthogonal Matching Pursuit), and SAMP (Smoothed L0 Orthogonal Matching Pursuit), featuring detailed code comments and implementation considerations.

MATLAB 223 views Tagged