文件名称:CoSaMP-and-OMP-for-sparse-recovery
- 所属分类:
- 压缩解压
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2016-04-07
- 文件大小:
- 11kb
- 下载次数:
- 0次
- 提 供 者:
- cyber******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
压缩感知信号恢复算法OMP和CoSaMP算法,常用的算法- x = CoSaMP( A, b, k )
uses the Compressive Sampling Matched Pursuit (CoSaMP) algorithm
(see Needell and Tropp s 2008 paper http://arxiv.org/abs/0803.2392 )
to estimate the solution to the equation
b = A*x (or b = A*x+ noise )
where there is prior information that x is sparse.z
uses the Compressive Sampling Matched Pursuit (CoSaMP) algorithm
(see Needell and Tropp s 2008 paper http://arxiv.org/abs/0803.2392 )
to estimate the solution to the equation
b = A*x (or b = A*x+ noise )
where there is prior information that x is sparse.z
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CoSaMP and OMP for sparse recovery\CoSaMP.m
..................................\license.txt
..................................\OMP.m
..................................\test_OMP_and_CoSaMP.m
CoSaMP and OMP for sparse recovery