搜索资源列表
OMP算法:匹配追踪算法
- OMP算法:匹配追踪算法,输入字典和图像,获得图像在字典下的稀疏系数。有部分解释-OMP algorithm: matching pursuit algorithm, the input dictionary and images, access images in the dictionary under the sparse factor. Some explanation
OMP-paper
- 是一篇基于压缩感知的匹配追踪OMP重构算法的论文,详细的介绍了压缩感知及OMP算法,提出一个改进的算法。-Is a matching pursuit based on compressed sensing reconstruction algorithm OMP paper, a detailed descr iption of the compressed sensing and the OMP algorithm, proposed an improved algorithm.
CS_OMP
- 认知无线电OMP(正交匹配追踪法)压缩恢复算法-Cognitive Radio OMP (orthogonal matching pursuit method) compression recovery algorithm
CS_OMP
- OMP算法是解决压缩感知问题的主流方法之一,本资源包涵OMP算法的Matlab实现,已使用,确认无误!-The Matlab_based implementation of OMP
MyOMP
- 一个简单的运用正交匹配追踪算法(OMP)的程序,与Signal Recovery From Random Measurments Via Orthogonal Matching Pursuit中描述的OMP算法一致,可以使刚开始接触压缩传感(CS)的同学更快的入门,了解OMP算法-A simple algorithm using orthogonal matching pursuit (OMP) of the program, and Signal Recovery From Random Me
DCT-OMP
- 压缩感知的算法,从DCT域的压缩处理,还包括omp算法
batch-omp
- KSVDBox - Implementation of the K-SVD and K-SVD denoise algorithms.-K-SVD dictionary training. ksvd - K-SVD dictionary training. Signal denoising. ompdenoise - OMP denoising. ompdenoise1 - OMP denoising of 1-D signals.
ysgz
- 本程序包含压缩感知的几种经典重构算法:BP、OMP、MP等,通过matlab实现。-The program includes several classic compressed sensing reconstruction algorithm: BP, OMP, MP, etc., through the matlab implementation.
ksvd-omp
- 这是个基于matlab的ksvd-omp算法-it s a ksvd-omp
omp
- 用MATLAB实现 OMP算法,可以利用此算法去解决通信及其它领域中的一些问题。(achieve OMP algorithm by matlab)
ksvdbox
- K-SVD算法用于稀疏表达,基于OMP算法。(The algorithm is apply for sparse representation)
ompbox
- K-SVD算法用于稀疏表达,基于OMP算法。(The algorithm is apply for the sparse representation.)
mpbat
- OMP算法的改进之处在于:在分解的每一步对所选择的全部原子进行正交化处理,这使得在精度要求相同的情况下,OMP算法的收敛速度更快。(Matching pursuit algorithm)
压缩感知OMP算法
- 压缩感知经典算法——OMP重构算法,可以实现数据的压缩和重构。。。。。。