搜索资源列表
ROMP
- 基于Matlab编写压缩感知重建算法Regularized Orthogonal Matching Pursuit.
ROMP
- Regularized OMP by Vershyn and Kneede-Regularized OMP by Vershyn and Kneedell
CS_recovery_algorithms_OMP_SP_IHT
- 基于Matlab编写压缩感知重建算法集,包括OMP,CoSaMP,IHT,IRLS,GBP,SP和ROMP.-Matlab codes for CS recovery algorithms, including OMP, CoSaMP, IHT, IRLS, GBP, SP and ROMP.
romp
- 图像处理,压缩感知中ROMP的代码实现。-Image processing, compression-aware in the ROMP of code to achieve.
CS_recovery_algorithms
- 压缩感知常见算法参考文献,包括:BP,MP,OMP,ROMP,StOMP,CoSaMP,SP-Perception of common compression algorithm references, including: BP, MP, OMP, ROMP, StOMP, CoSaMP, SP
romp
- Regularized Orthogonal Matching Pursuit是正交匹配追踪算法的优化,可以用于稀疏信号的恢复以及压缩感知等-Regularized Orthogonal Matching Pursuit
romp
- 压缩感知代码,在matlab编程环境中实现。代码结构清晰易懂。-code of compression perception
romp
- 一种压缩感知重构算法ROMP 需要已知稀疏度-A compressed sensing reconstruction algorithm ROMP needs known sparsity
ROMP
- 一种正则化正交匹配追踪ROMP算法的matlab源程序,一个函数,方便使用-A New Regularized Orthogonal Matching Pursuit ROMP algorithm matlab source, a function, easy to use
romp
- 正则化正交匹配追踪(ROMP)算法的matlab实现源代码。是一份不错的学习压缩感知入门资料。-Regularized Orthogonal Matching Pursuit (ROMP) algorithm matlab source code. Learning is a good introductory information on compressed sensing.
romp
- romp算法实现基于稀疏表示的图像超分辨率算法字典对的训练,本代码为matlab文件 -Romp algorithm to realize image super-resolution algorithm based on sparse representation of a dictionary of training, the code for the matlab files
ROMP
- 用于压缩感知的正则化正交匹配追踪算法,可直接运行。-ROMP algorithm for compressive sensing
romp-(1)
- romp orthogonal matching pursuit matlab code
ROMP
- ROMP算法的子程序,压缩感知算法,正则化匹配追踪算法-routina of romp
ROMP
- 压缩感知中的ROMP算法,经过测试可以直接使用 -Compressed sensing the ROMP algorithm, tested can be used directly
ROMP
- 在压缩感知领域中,在信号的重构过程中,用到的ROMP算法。-The code is for CS learner.
ROMP
- 压缩感知算法一种,正则化正交匹配追踪(ROMP)-Compression-aware algorithm, a regularized orthogonal matching tracing (ROMP)
romp
- 自己注释和改写的正则化正交匹配追踪ROMP算法程序,其中有自己的想法,下载的朋友可以试试,绝对好使,但是我觉得在目标数过多的情况下效果不理想。。(Their own comments and rewrite the regularized orthogonal matching tracking ROMP algorithm program, which has its own ideas, download friends can try, absolutely good, but I thi
CS_ROMP
- CS中ROMP算法的matlab程序,可用于其仿真
ROMP算法
- 压缩感知经典算法——ROMP,可实现信号压缩重构,针对不同稀疏度测试重构精度。