Welcome![Sign In][Sign Up]
Location:
Search - orthogonal matching pursuit code

Search list

[Windows DevelopCS_OMP

Description: Orthogonal Matching Pursuit Algorithm for Compressive Sensing
Platform: | Size: 1024 | Author: zhao | Hits:

[matlabcompressedsensingmatlab

Description: 演示Compressive Sensing的Matlab程序 信号压缩传感的实现(正交匹配追踪法Orthogonal Matching Pursuit) -Compressive Sensing of Matlab demonstration program to achieve signal compression sensor (orthogonal matching pursuit method Orthogonal Matching Pursuit)
Platform: | Size: 1024 | Author: hu yuanchao | Hits:

[matlabromp

Description: Regularized Orthogonal Matching Pursuit是正交匹配追踪算法的优化,可以用于稀疏信号的恢复以及压缩感知等-Regularized Orthogonal Matching Pursuit
Platform: | Size: 1024 | Author: xiayu | Hits:

[matlabMatlab-code-for-CS-reocvery

Description: 附件代码为正交匹配追踪的源程序,用matlab编写,程序简单实用。-Annex code orthogonal matching pursuit of the source, written with matlab, the program is simple and practical.
Platform: | Size: 68608 | Author: miaoguijun | Hits:

[matlabadapOMP

Description: OMP算法,基于压缩感知的正交匹配追踪算法,能够很好的重构出原始信号-OMP algorithm based on compressed sensing orthogonal matching pursuit algorithm that can reconstruct the original signal very good
Platform: | Size: 1024 | Author: 张健 | Hits:

[Special EffectsOMP

Description: 对压缩传感中的正交匹配追踪算法进行了改进后的源代码。希望对你有用哦-The compressed sensing of orthogonal matching pursuit algorithm was improved after the source code. Hope this helps you
Platform: | Size: 1024 | Author: 丁羡华 | Hits:

[Special EffectsOMP

Description: 正交匹配追踪算法的核心matlab程序代码用于对目标进行跟踪,只需把扩展名改为m就可用了-Orthogonal matching pursuit algorithm the core Matlab code used to track the target, just change the extension to m can be used
Platform: | Size: 1024 | Author: LEE | Hits:

[Special EffectsMATLABOMP

Description: 无线传感网络压缩感知正交匹配追踪算法的代码-Wireless sensor networks compressed sensing orthogonal matching pursuit algorithm code
Platform: | Size: 1024 | Author: 徐歆炜 | Hits:

[Mathimatics-Numerical algorithmsomp

Description: 基于正交匹配追踪算法的代码,里面有程序清单以及一维和二维信号的仿真实现,对学习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.
Platform: | Size: 103424 | Author: 冯泽民 | Hits:

[Special EffectsStOMP

Description: 分段自适应正交匹配追踪StOMP算法源程序,压缩感知里面很好的算法-Orthogonal Matching Pursuit StOMP adaptive segmentation algorithm source code, a good algorithm inside compressed sensing
Platform: | Size: 1024 | Author: 高贯银 | Hits:

[Special Effectsromp

Description: 正则化正交匹配追踪(ROMP)算法的matlab实现源代码。是一份不错的学习压缩感知入门资料。-Regularized Orthogonal Matching Pursuit (ROMP) algorithm matlab source code. Learning is a good introductory information on compressed sensing.
Platform: | Size: 1024 | Author: 陈战 | Hits:

[matlabyasuoganzhisuanfa

Description: 应用matlab实现的压缩感知中正交匹配追踪算法,代码可用于信号重构的参考-Compressed sensing applications implemented in matlab orthogonal matching pursuit algorithm, code can be used to reconstruct the reference signal
Platform: | Size: 1024 | Author: Yufei Zhao | Hits:

[Graph Recognizeface-recognition-based-on-OMP_matlab

Description: 这是基于正交匹配追踪的人脸识别代码,该算法对遮挡的处理比较有效,希望对识别感兴趣的初学者提供帮助-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
Platform: | Size: 179200 | Author: xingguang | Hits:

[OtherCS_OMP

Description: 详细解释了压缩感知中正交匹配追踪算法的流程并编程实现,并代码进行了仿真测试。-A detailed explanation of the process of orthogonal matching pursuit algorithm and programming, simulation and code testing.
Platform: | Size: 2048 | Author: xuerdi | Hits:

[matlabIromp

Description: 改进的正则化正交匹配追踪算法代码,对正则化的规则进行了修改-Improved regularized orthogonal matching pursuit algorithm code for regularization rules were modified
Platform: | Size: 1024 | Author: 姚小古 | Hits:

[Software Engineeringromp-(1)

Description: romp orthogonal matching pursuit matlab code
Platform: | Size: 1024 | Author: priyanshu | Hits:

[AlgorithmStOMP

Description: 压缩感知相关研究,分段正交匹配追踪算法源代码以及相关论文-Compressed sensing research, segmentation orthogonal matching pursuit algorithm source code and related papers
Platform: | Size: 5646336 | Author: 农斌 | Hits:

[Compress-Decompress algrithmsA-matlab-code-for-the-OMP-algorithm

Description: 正交匹配追踪重构算法matlab代码,它是一种贪婪优化算法。-A matlab code for the Orthogonal matching pursuit reconstruction algorithm , it is a greedy optimization algorithm.
Platform: | Size: 1024 | Author: liuyiyi | Hits:

[matlab5286

Description: 匹配追踪和正交匹配追踪,代码里有很完整的注释和解释,LDPC码的完整的编译码。- Matching Pursuit and orthogonal matching pursuit, Code, there are very complete notes and explanations Complete codec LDPC code.
Platform: | Size: 4096 | Author: 张可 | Hits:

[matlabMatlab-code-for-CS-reocvery

Description: 正交匹配追踪(OMP)算法属于贪婪算法。而贪婪算法是一种不追求最优解,只希望得到较为满意解的方法。贪婪法一般可以快速得到满意的解,因为它省去了为找最优解要穷尽所有可能而必须耗费的大量时间。贪婪算法常以当前情况为基础作最优选择,而不考虑各种可能的整体情况,所以贪婪算法不要回溯。(Orthogonal matching pursuit (OMP) algorithm belongs to greedy algorithm. Greedy algorithm is a method that does not pursue the optimal solution but only needs satisfactory solutions. Greedy law can generally get a satisfactory solution quickly, because it eliminates the need to exhaust all possible and expensive time for finding the optimal solution. Greedy algorithms are often based on the current situation for optimal selection without considering all possible overall situations, so greedy algorithms do not backtrack.)
Platform: | Size: 72704 | Author: cc 520 | Hits:
« 12 3 4 »

CodeBus www.codebus.net