我是靠谱客的博主 义气刺猬,最近开发中收集的这篇文章主要介绍omp matlab,Orthogonal Matching Pursuit Algorithm (OMP),觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

Orthogonal Matching Pursuit Algorithm (OMP) is a greedy compressed sensing recovery algorithm which selects the best fitting column of the sensing matrix in each iteration. A least squares (LS) optimization is then performed in the subspace spanned by all previously picked columns. This method is less accurate than the Basis pursuit algorithms but has a lower computational complexity. The Matlab function has three inputs: Sparsity K, measurements vector y and sensing matrix A. The output of this function is the recovered sparse vector x.

Cite As

Mohamed Shaban (2021). Orthogonal Matching Pursuit Algorithm (OMP) (https://www.mathworks.com/matlabcentral/fileexchange/50584-orthogonal-matching-pursuit-algorithm-omp), MATLAB Central File Exchange.

Retrieved March 17, 2021.

Comments and Ratings (23)

29 Jun 2020

26 Sep 2019

Least Squares 为什么后面还要写这个 感觉不太明白 请问有没有这个程序的理论 我参照的问文献比较浅 没有很多步骤 到上面那个残差迭代就完成了 所以我想要这个程序的解释 麻烦了 刚刚才开始学习这个东西 很多都不明白

26 Aug 2019

Hi Can you please clarify how are you running loops on 1 to K, because K will always have values less than 1 i.e in fractional values. In my case its 0.9375

I am not able to use the zeroes also with dimensions m and K as K is not an integer.

Do you suggest taking the greatest integer function for K for implementing the Zeroes and running the loops?

26 Dec 2018

what is the K mean?

Kindly give a little bit of explanation about how it is different from matching pursuit.

What should we take as mesurement vector y. If I will use this code for face recognition..??

What should we take as mesurement vector y. If I will use this code for face recognition..??

12 Jul 2016

最后

以上就是义气刺猬为你收集整理的omp matlab,Orthogonal Matching Pursuit Algorithm (OMP)的全部内容,希望文章能够帮你解决omp matlab,Orthogonal Matching Pursuit Algorithm (OMP)所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(53)

评论列表共有 0 条评论

立即
投稿
返回
顶部