当前位置:
首页 资源下载
搜索资源 - orthogonal matching pursuit code
搜索资源列表
-
1下载:
附件代码为正交匹配追踪的源程序,用matlab编写,程序简单实用。-Annex code orthogonal matching pursuit of the source, written with matlab, the program is simple and practical.
-
-
0下载:
演示Compressive Sensing的Matlab程序
信号压缩传感的实现(正交匹配追踪法Orthogonal Matching Pursuit) -Compressive Sensing of Matlab demonstration program to achieve signal compression sensor (orthogonal matching pursuit method Orthogonal Matching Pursuit)
-
-
0下载:
Orthogonal Matching Pursuit Algorithm for Compressive Sensing
-
-
2下载:
Regularized Orthogonal Matching Pursuit是正交匹配追踪算法的优化,可以用于稀疏信号的恢复以及压缩感知等-Regularized Orthogonal Matching Pursuit
-
-
1下载:
对压缩传感中的正交匹配追踪算法进行了改进后的源代码。希望对你有用哦-The compressed sensing of orthogonal matching pursuit algorithm was improved after the source code. Hope this helps you
-
-
0下载:
正交匹配追踪算法的核心matlab程序代码用于对目标进行跟踪,只需把扩展名改为m就可用了-Orthogonal matching pursuit algorithm the core Matlab code used to track the target, just change the extension to m can be used
-
-
0下载:
无线传感网络压缩感知正交匹配追踪算法的代码-Wireless sensor networks compressed sensing orthogonal matching pursuit algorithm code
-
-
1下载:
基于正交匹配追踪算法的代码,里面有程序清单以及一维和二维信号的仿真实现,对学习omp算法很有用。-Useful learning OMP algorithm based on orthogonal matching pursuit algorithm code, there is the list of procedures as well as one-dimensional and two-dimensional signal Simulation.
-
-
1下载:
分段自适应正交匹配追踪StOMP算法源程序,压缩感知里面很好的算法-Orthogonal Matching Pursuit StOMP adaptive segmentation algorithm source code, a good algorithm inside compressed sensing
-
-
0下载:
正则化正交匹配追踪(ROMP)算法的matlab实现源代码。是一份不错的学习压缩感知入门资料。-Regularized Orthogonal Matching Pursuit (ROMP) algorithm matlab source code. Learning is a good introductory information on compressed sensing.
-
-
0下载:
应用matlab实现的压缩感知中正交匹配追踪算法,代码可用于信号重构的参考-Compressed sensing applications implemented in matlab orthogonal matching pursuit algorithm, code can be used to reconstruct the reference signal
-
-
0下载:
这是基于正交匹配追踪的人脸识别代码,该算法对遮挡的处理比较有效,希望对识别感兴趣的初学者提供帮助-This is based on orthogonal matching pursuit of recognition code, the algorithm is more effective to block the deal, and I hope to help beginners identify interested
-
-
0下载:
详细解释了压缩感知中正交匹配追踪算法的流程并编程实现,并代码进行了仿真测试。-A detailed explanation of the process of orthogonal matching pursuit algorithm and programming, simulation and code testing.
-
-
1下载:
改进的正则化正交匹配追踪算法代码,对正则化的规则进行了修改-Improved regularized orthogonal matching pursuit algorithm code for regularization rules were modified
-
-
0下载:
romp orthogonal matching pursuit matlab code
-
-
0下载:
压缩感知相关研究,分段正交匹配追踪算法源代码以及相关论文-Compressed sensing research, segmentation orthogonal matching pursuit algorithm source code and related papers
-
-
0下载:
正交匹配追踪重构算法matlab代码,它是一种贪婪优化算法。-A matlab code for the Orthogonal matching pursuit reconstruction algorithm , it is a greedy optimization algorithm.
-
-
0下载:
一个压缩感知正交匹配追踪的实例代码及说明,对理解压缩感知很有帮助-A compressed sensing orthogonal matching pursuit of example code and instructions on understanding compressive sensing helpful
-
-
0下载:
匹配追踪和正交匹配追踪,代码里有很完整的注释和解释,LDPC码的完整的编译码。- Matching Pursuit and orthogonal matching pursuit, Code, there are very complete notes and explanations Complete codec LDPC code.
-
-
0下载:
正交匹配追踪(OMP)算法属于贪婪算法。而贪婪算法是一种不追求最优解,只希望得到较为满意解的方法。贪婪法一般可以快速得到满意的解,因为它省去了为找最优解要穷尽所有可能而必须耗费的大量时间。贪婪算法常以当前情况为基础作最优选择,而不考虑各种可能的整体情况,所以贪婪算法不要回溯。(Orthogonal matching pursuit (OMP) algorithm belongs to greedy algorithm. Greedy algorithm is a method that does
-