搜索资源列表
CSBP_matlab
- this is code o BP simulation
CSBP_matlab
- Believe Propagation application的经典算法,用来重构压缩感知。-Bayesian Compressed sensing
CSBP_matlab
- 用于压缩感知的基追踪(Basis pursuit)算法,程序非常详细,仅供参考-Basis Pursuit (Basis is pursuit) algorithm for compressed sensing.
CSBP_matlab
- 本代码是基于压缩感知的BP算法。可以直接调用-The code is based on compressed sensing BP algorithm. Can directly call
CSBP_matlab
- compressive sensing and matlab mfile
cvx-w64
- CS BP算法的matlab实现程序,结构清晰,注释完整(CS BP algorithm matlab implementation procedures, clear structure, complete notes)
CSBP_matlab
- 正交匹配追踪(OMP)算法属于贪婪算法。而贪婪算法是一种不追求最优解,只希望得到较为满意解的方法。贪婪法一般可以快速得到满意的解,因为它省去了为找最优解要穷尽所有可能而必须耗费的大量时间。贪婪算法常以当前情况为基础作最优选择,而不考虑各种可能的整体情况,所以贪婪算法不要回溯。(Orthogonal matching pursuit (OMP) algorithm belongs to greedy algorithm. Greedy a