CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - OMP

搜索资源列表

  1. 贪婪算法OMP

    1下载:
  2. signal recovery from partial information via orthogonal matching pursuit(贪婪算法OMP).
  3. 所属分类:中间件编程

  1. mini-omp-demo

    0下载:
  2. 并行计算的演示程序,基于OpenMP的演示程序-Parallel computing demo program, based on the demo program OpenMP
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:8866
    • 提供者:半半
  1. OpenMP

    0下载:
  2. 有关openMP并行算法编程的知识,学习vs中omp库的函数和类变量-The openMP Parallel programming knowledge, learning vs the omp library functions and class variables
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:11986
    • 提供者:瞿晨
  1. CSbyOMP

    0下载:
  2. This programe is a demo for compressive sensing. The OMP method is employed to resolve the l1 problem.
  3. 所属分类:Delphi VCL

  1. ofdm

    8下载:
  2. 在ofdm调制中运用压缩感知中OMP算法进行信道估计并与LS算法进行比较-Ofdm modulation using compressed sensing OMP algorithm for channel estimation and comparison with the LS algorithm
  3. 所属分类:assembly language

    • 发布日期:2016-01-12
    • 文件大小:3072
    • 提供者:
  1. PI

    0下载:
  2. 结合omp编程,采用并行计算的方法计算π的值,自动输出运行时间-Combined the omp programming, use parallel computing method to calculate the value of pi, the run-time output automatically
  3. 所属分类:MPI

    • 发布日期:2017-11-29
    • 文件大小:199477
    • 提供者:meihanlei
  1. eee

    0下载:
  2. 一个用 omp处理的并行计算,得到pi的值,代码复制即可用
  3. 所属分类:MPI

    • 发布日期:2017-11-28
    • 文件大小:423936
    • 提供者:路大有
  1. cs-omp

    1下载:
  2. 语音信号的压缩感知及其重构 omp 代码编写 可调式-cs fft
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-30
    • 文件大小:1254
    • 提供者:小燕燕
  1. omp

    0下载:
  2. openMP实现1000的方阵做20次幂运算-openMP achieve 20 times 1000 square exponentiation
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:682
    • 提供者:jakc
  1. mini-omp-demo

    0下载:
  2. 20个并行计算的小例子,能够轻松的简单入门并行计算。-20 small example of parallel computing, can easily parallel computing simple entry.
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:9493
    • 提供者:azraelthanatos
  1. OMP

    2下载:
  2. 此程序是无损检测中匹配追踪算法的源代码,有很好的去噪效果.-This program is a non-destructive testing in the matching pursuit algorithm source code, there is a good de-noising effect.
  3. 所属分类:assembly language

    • 发布日期:2015-01-19
    • 文件大小:1024
    • 提供者:dengmoumou
  1. XIAOBO_OMP_19856475252

    0下载:
  2. 压缩感知OMP算法,稀疏基为2-d小波基,包含两种算法:1、先稀疏再采样;2、先采样再稀疏;该压缩包对刚接触压缩感知的初学者有非常重要的意义。-compressived sensing OMP
  3. 所属分类:source in ebook

    • 发布日期:2017-04-26
    • 文件大小:50650
    • 提供者:lzf
  1. LabvieW-CS(OMP)

    2下载:
  2. labvieW环境下压缩感知正交匹配追踪重建过程-Under labvieW environment orthogonal matching pursuit compressed sensing reconstruction process
  3. 所属分类:LabView

    • 发布日期:2015-06-28
    • 文件大小:20480
    • 提供者:peiliye
  1. OMP_TEST

    0下载:
  2. OpenMV小程序,在vs2013中采用OMP编程实现读取一个文件中的数据,文件中数据的第一行为数据个数,第二行为实际数据,数据间以空格隔开。判断第二行的数据中有多少个水仙花数。判断过程利用MPI采用多个线程进行。-Using OMP program implemented in vs2013 read data in a file, the first acts of the number of data files in the data, and the second actual beh
  3. 所属分类:MPI

    • 发布日期:2017-05-07
    • 文件大小:1439895
    • 提供者:Dust
  1. cs

    0下载:
  2. omp图像重构,用于新手学习或者参考,建议不要太过纠结-omp image reconstruction for novice learning or reference, it is recommended not to be too tangled
  3. 所属分类:LabView

    • 发布日期:2017-05-14
    • 文件大小:3169438
    • 提供者:jiangsiyuan
  1. dct-lnormal

    0下载:
  2. DCT基广泛应用于图像去噪,信号分离。BP与OMP算法作为贪婪算法的代表用于信号恢复。-DCT is widely used in image denoising, signal separation. As a representative of the greedy algorithm of BP and OMP algorithm for signal recovery.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-15
    • 文件大小:7327
    • 提供者:刘向阳
  1. compressed-sensing_OPM

    0下载:
  2. 正交匹配追踪算法每次迭代均只选择与残差最相关的一列,自然人们会想:“每次迭代是否可以多选几列呢?”,正则化正交匹配追踪(RegularizedOMP)就是其中一种改进方法。本篇将在上一篇《压缩感知重构算法之正交匹配追踪(OMP)》的基础上给出正则化正交匹配追踪(ROMP)算法的MATLAB函数代码,并且给出单次测试例程代码、测量数M与重构成功概率关系曲线绘制例程代码。-Compressed Sensing
  3. 所属分类:source in ebook

    • 发布日期:2017-05-26
    • 文件大小:8703091
    • 提供者:韩杰
  1. yiweixinhao_OMP

    0下载:
  2. 压缩感知中关于OMP算法的重构算法,主要针对一维随机信号-The reconstruction algorithm of OMP algorithm in compression perception is mainly for one- dimensional random signal
  3. 所属分类:assembly language

    • 发布日期:2017-12-14
    • 文件大小:5120
    • 提供者:李超
  1. matlabChapter11

    1下载:
  2. 压缩感知信号重构入门代码 omp代码 MATLAB(Compression awareness refactoring entry code omp code MATLAB)
  3. 所属分类:易语言编程

    • 发布日期:2018-04-21
    • 文件大小:709632
    • 提供者:boston ubuntu
搜珍网 www.dssz.com