CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 正交匹配追踪

搜索资源列表

  1. Wavelet_OMP

    0下载:
  2. 在小波基下的压缩感知仿真算法,恢复算法使用正交追踪匹配算法。-Under compression in the wavelet perception simulation algorithm to track recovery algorithm using orthogonal matching algorithm.
  3. 所属分类:波变换

    • 发布日期:2013-06-07
    • 文件大小:51405
    • 提供者:liyifeng
  1. OMP

    0下载:
  2. 本算法是一种正交式匹配追踪算法,主要用于数字图像处理-This algorithm is an orthogonal matching pursuit algorithm, mainly used in digital image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1046
    • 提供者:徐玲玲
  1. omp

    0下载:
  2. omp算法,经典的相关omp匹配正交追踪算法,很好很强大,比较好用。(OMP algorithm, the classic correlation OMP matching orthogonal tracking algorithm, very good, very powerful, relatively easy to use.)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:2048
    • 提供者:gudian1618
  1. 39478079xsfj

    0下载:
  2. 压缩感知的正交匹配追踪算法的matlab算法的实现,这种方法比较简单易于实现(The compressed sensing orthogonal matching tracking algorithm matlab algorithm, this method is simple and easy to implement)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:zyh888
  1. Color-Image-Inpainting-master

    1下载:
  2. 基于正交匹配追踪和KSVD算法的图像修复。(Image inpainting based on OMP and KSVD algorithm)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-12
    • 文件大小:7774208
    • 提供者:markyT
  1. OMP

    0下载:
  2. 正交匹配追踪算法,求解速度快,计算精度高(Orthogonal matching pursuit algorithm, fast solution speed, high calculation accuracy)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:4096
    • 提供者:jiaxiaoxiao
  1. omp

    1下载:
  2. 正交匹配追踪(OMP)在稀疏分解与压缩感知重构,稀疏分解先于压缩感知提出,信号稀疏表示的目的就是在给定的超完备字典中用尽可能少的原子来表示信号,可以获得信号更为简洁的表示方式,从而使我们更容易地获取信号中所蕴含的信息,更方便进一步对信号进行加工处理,如压缩、编码等。(Orthogonal Matching Pursuit (OMP) is used in sparse decomposition and compressive sensing reconstruction. Sparse dec
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:62464
    • 提供者:逆光767
  1. omp

    0下载:
  2. matlab实现压缩感知中的正交匹配追踪(Matlab implementation of orthogonal matching tracking in compressed sensing)
  3. 所属分类:压缩解压

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:csto
  1. Matlab-code-for-CS-reocvery

    0下载:
  2. 正交匹配追踪(OMP)算法属于贪婪算法。而贪婪算法是一种不追求最优解,只希望得到较为满意解的方法。贪婪法一般可以快速得到满意的解,因为它省去了为找最优解要穷尽所有可能而必须耗费的大量时间。贪婪算法常以当前情况为基础作最优选择,而不考虑各种可能的整体情况,所以贪婪算法不要回溯。(Orthogonal matching pursuit (OMP) algorithm belongs to greedy algorithm. Greedy algorithm is a method that does
  3. 所属分类:matlab例程

    • 发布日期:2018-05-06
    • 文件大小:72704
    • 提供者:cc 520
  1. CSBP_matlab

    0下载:
  2. 正交匹配追踪(OMP)算法属于贪婪算法。而贪婪算法是一种不追求最优解,只希望得到较为满意解的方法。贪婪法一般可以快速得到满意的解,因为它省去了为找最优解要穷尽所有可能而必须耗费的大量时间。贪婪算法常以当前情况为基础作最优选择,而不考虑各种可能的整体情况,所以贪婪算法不要回溯。(Orthogonal matching pursuit (OMP) algorithm belongs to greedy algorithm. Greedy algorithm is a method that does
  3. 所属分类:matlab例程

    • 发布日期:2018-05-06
    • 文件大小:16384
    • 提供者:cc cc
  1. omp

    1下载:
  2. 基于压缩感知的OMP稀疏重构,与MP方法进行区别(sparse reconstruction using OMP based on compressive sensing)
  3. 所属分类:matlab例程

    • 发布日期:2020-11-09
    • 文件大小:1024
    • 提供者:Gavin zhang
  1. 压缩感知

    2下载:
  2. 本文分别以稀疏基有离散余弦变换基(DCT)和快速傅立叶变换基(FFT)做为稀疏基,高斯随机矩阵、部分哈达玛矩阵为测量矩阵,L1范数、正交匹配追踪算法(OMP)为重建算法进行压缩感知算法实现。(In this paper, DCT and FFT are used as sparse basis, Gauss random matrix and partial Hadamard matrix are used as measurement matrix, L1 norm and OMP are u
  3. 所属分类:文章/文档

    • 发布日期:2020-11-09
    • 文件大小:2048
    • 提供者:tzy001
  1. omp

    1下载:
  2. 压缩感知重构算法之正交匹配追踪(OMP)的算法实现(Implementation of Orthogonal Matching Pursuit (OMP) algorithm for compressed sensing reconstruction)
  3. 所属分类:matlab例程

    • 发布日期:2020-11-09
    • 文件大小:2048
    • 提供者:starma
  1. KSVD_OMP and ProximalGradientMethod

    2下载:
  2. 这是两个关于压缩感知重构的代码,KSVD(字典学习)以及OMP(正交匹配追踪),还有ProximalGradientMethod(近端梯度下降算法),希望能够对学习压缩感知的你们有所帮助。
  3. 所属分类:matlab例程

  1. BOMP

    2下载:
  2. 用于图像处理和信号DOA估计,是基于块稀疏的正交匹配追踪算法(This is an algorithm based on signal block sparsity, which can be used in image processing and signal DOA estimation)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-08
    • 文件大小:7168
    • 提供者:xiaohong2
  1. CS_OMP

    1下载:
  2. 是关于压缩感知磁共振成像的正交匹配追踪算法的具体实现,用于稀疏磁共振成像,可以进行仿真实验(The code is about the realization of compressed perceptual MRI. The running environment is matlab, which is a very classic code)
  3. 所属分类:matlab例程

    • 发布日期:2021-01-16
    • 文件大小:2048
    • 提供者:杏子求索
  1. 匹配追踪和正交匹配追踪

    0下载:
  2. matlab编写的MP及OMP代码,用于从一维振动信号的时域中提取冲击特征,注意难以去除时域信号中的随机冲击!
  3. 所属分类:系统编程

  1. BOMP、omp恢复算法

    1下载:
  2. 压缩感知中的信号恢复算法正交匹配追踪算法OMP、块正交匹配追踪算法BOMP,BOMP应用于块稀疏信号的恢复
  3. 所属分类:其他小程序

  1. K_SVD和OMP算法在超声信号去噪中的应用

    0下载:
  2. 针对在线采集时超声波检测信号中存在大量噪声,降低了材料内部缺陷诊断准确性的问题,提出了一种基于广义K-奇异值分解算法(K-SVD)和正交匹配追踪算法(OMP)相结合的超声回波信号去噪算法。
  3. 所属分类:报告论文

    • 发布日期:2020-10-15
    • 文件大小:3061273
    • 提供者:john202010
« 1 2 ... 26 27 28 29 30 31»
搜珍网 www.dssz.com