一维OMP重构我要分享

One dimensional OMP reconstruction

matlab 一维 OMP 重构

关注次数: 234

下载次数: 1

文件大小: 18.85 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:MP算法(正交匹配追踪算法)作为对信号进行稀疏分解的方法之一,将信号在完备字典库上进行分解。OMP算法的改进之处在于:在分解的每一步对所选择的全部原子进行正交化处理,这使得在精度要求相同的情况下,OMP算法的收敛速度更快。


English Description:

MP algorithm (orthogonal matching pursuit algorithm) is one of the sparse decomposition methods of signal, which decomposes the signal on the complete dictionary. The improvement of OMP algorithm is that all the selected atoms are orthogonalized at each step of decomposition, which makes the OMP algorithm converge faster under the same precision requirement.


代码预览