omp算法 Resources

Showing items tagged with "omp算法"

Reconstruction Algorithms for Sparse Signals: Iterative Soft Thresholding (IST), Orthogonal Matching Pursuit (OMP), Lasso Algorithm, Stagewise Orthogonal Matching Pursuit (StOMP), Two-Step Iterative Shrinkage/Thresholding (TwIST)

MATLAB 206 views Tagged

A straightforward implementation of the Orthogonal Matching Pursuit (OMP) algorithm that aligns with the methodology described in "Signal Recovery From Random Measurements Via Orthogonal Matching Pursuit." This program helps beginners in compressed sensing (CS) quickly grasp OMP fundamentals through practical code examples, featuring step-by-step residual calculations and atom selection processes.

MATLAB 210 views Tagged

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 285 views Tagged

Implementation of 1-D signal compressed sensing using Orthogonal Matching Pursuit (OMP) algorithm, where the number of measurements M>=K*log(N/K) with K representing sparsity and N being signal length, enabling near-perfect reconstruction. The algorithm implementation includes greedy iterative selection of atoms from the sensing matrix, residual updating, and least-squares solution for coefficient estimation. Developed by Wei Sha from the University of Hong Kong's Department of Electrical Engineering (Email: wsha@eee.hku.hk). Reference: Joel A. Tropp and Anna C. Gilbert's seminal paper on signal recovery from random measurements.

MATLAB 222 views Tagged

This algorithm proposes an innovative DOA estimation method based on Orthogonal Matching Pursuit (OMP) framework, utilizing the uncorrelated nature between array manifold vectors for matching pursuit selection to identify the manifold closest to actual source positions.

MATLAB 234 views Tagged