CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - matlab 并行

搜索资源列表

  1. 基于神经网络的数字字符识别

    4下载:
  2. 基于BP神经网络的字符识别系统~用MATLAB编写`包括论文~以及代码~适合于毕业设计-BP neural network-based character recognition system using MATLAB ~ `~ including papers and code ~ suitable for graduate design 字符识别是模式识别领域的一项传统的课题,这是因为字符识别不是一个孤立的问题,而是模式识别领域中大多数课题都会遇到的基本问题,并且在不同的课题中,由于具体的
  3. 所属分类:报告论文

    • 发布日期:2014-01-10
    • 文件大小:10266
    • 提供者:tjj
  1. MPI

    0下载:
  2. Fortran进行并行计算的讲稿,台湾网站上下的。-Fortran for parallel computing of the scr ipt, Taiwan Web site from top to bottom.
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1670313
    • 提供者:克里斯
  1. Viterbi

    0下载:
  2. 无线光通信;卷积交织;Viterbi并行译码 在误码率为10的负6次方 时,相对于最佳阈值 判决有约6.9dB的编码增益,与完美交织下的编码性能仅相差0.3dB-Wireless Optical Communication Convolutional Interleaver Viterbi decoding in parallel at the bit error rate of 10 negative 6 power when compared with the optimal
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:145871
    • 提供者:张同星
  1. MatlabMulti

    1下载:
  2. Matlab 自2008版本后可以进行并行运算,充分利用CPU资源,这里给出具体进行多核心运算的设置和并行计算工具箱说明-Since the 2008 version of Matlab parallel computing can take full advantage of CPU resources, here to give a specific set of multi-core computing and parallel computing toolbox descr iption
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:61777
    • 提供者:gprs
  1. zy5

    1下载:
  2. 摘 要:曝光瞬间造成图像模糊的运动通常作为直线运动近似处理 ,若能找出模糊图像的运动模糊方向 ,并将之旋转到水平轴 ,则二维问题可简化为一维来处理 ,大大简化由模糊图像估计出运动模糊点扩散函数以及图像恢复的过程 ,并为图像恢复的并行计算创造有利条件。由于运动模糊降低了运动方向上图像的高频成 分 ,沿着运动方向实施高通滤波 方向微分 ,可保证微分图像灰度值 绝对值 之和最小。基于此 ,本文利用双线性插值的方法 ,固定并适当选取方向微分的微元大小 ,构造出3 ×3方向微分乘子 ,得到了高效高精度
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:268341
    • 提供者:彭彭
  1. OFDM

    0下载:
  2. 正交频分复用其主要思想是:将信道分成若干正交子信道,将高速数据信号转换成并行的低速子数据流,调制到在每个子信道上进行传输。正交信号可以通过在接收端采用相关技术来分开,这样可以减少子信道之间的相互干扰 ICI 。-Orthogonal Frequency Division Multiplexing
  3. 所属分类:Document

    • 发布日期:2017-03-27
    • 文件大小:23705
    • 提供者:江佩
  1. 802_11MAC_layer_handoff

    0下载:
  2. 文章从理论上分析了IEEE802.n无线网络MAC层切换原理和 程,对几种可行的算法进行了比较,分析、计算了切换的延迟时间 提出了带优先级的选择性扫描切换算法和双网卡并行算法等改进 略。借助于开放源代码,用Linux下的wirelesstoo1s提供的A 函数,编写C程序,实现了无线MAC层的快速切换。并且在网络无 覆盖和开放认证的情况下,利用该程序对提出的几种算法分别进行 实验测试分析。 -This paper theoretically analyzes the
  3. 所属分类:Communication

    • 发布日期:2017-05-17
    • 文件大小:4678688
    • 提供者:汪舵
  1. parallel--toolbox-2012

    2下载:
  2. 并行计算工具箱软件提供循环执行性能可以允许一些matlab工程师可以同时执行单个循环迭代。例如,一个100次迭代的循环需要一群20人的matlab工程师来完成,这是有关并行计算的叙述-Parallel computing toolbox software provides a cycle properties can be allowed to perform some matlab engineers can simultaneously execute a single cycle iter
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2553403
    • 提供者:追风少年
  1. Parallel-Computing-Toolbox

    0下载:
  2. matlab并行处理的说明书,全英文的,里面讲的非常全面-matlab parallel processing manual, full English, which was about a very comprehensive
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:2017962
    • 提供者:love
  1. parallel_computing_toolbox

    0下载:
  2. matlab的并行处理方面的说明指导,能大大提高算法的速度,很有用-matlab parallel processing of instructions in the guide, can greatly increase the speed of the algorithm is useful
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:1015061
    • 提供者:love
  1. pmwelch

    0下载:
  2. Welch 算法是一种应用很广的经典功率谱估计算法。但是面对现在日益膨胀的海量数据,单纯在串行Matlab环境下运行Welch 算法势必耗费大量的运算时间。根据Welch 算法的原理,在Linux 集群环境及消息传递接口MPI 的支持下,采用主从并行编程模式,实现了一个开源的Welch 并行算法PMWelch。实验结果表明,PMWelch 不仅具有Matlab 下Welch 算法一样的运算结果,还可以大幅减少运行时间.-It is well known that Welch algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:541973
    • 提供者:lyl
  1. PSO-matlab

    0下载:
  2. 粒子群算法源程序,是近年来发展起来的一种新的进化算法。有实现容易、精度高、收敛快等优点。是一种并行算法。-Particle swarm algorithm source code, is a new evolutionary algorithm developed in recent years. There are easy to implement, high precision, fast convergence and so on. Is a kind of parallel algor
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:5037
    • 提供者:Mickel
  1. 11.MW---PCT---Final

    0下载:
  2. 利用matlab对汽车加速性能进行仿真,并行自动代码生成和测试-Accelerating Simulink Optimization, Code Generation & Test Automation Through Parallelization
  3. 所属分类:Project Design

    • 发布日期:2017-05-10
    • 文件大小:2072451
    • 提供者:David
  1. SAXS-polymer

    0下载:
  2. GPU并行计算与MATLAB相结合能大大缩短计算时间,提高运算效率-GPU parallel computing and MATLAB can greatly reduce the computation time and improve the operation efficiency.
  3. 所属分类:Project Manage

    • 发布日期:2017-04-01
    • 文件大小:832713
    • 提供者:胡涛
  1. Multicore-computing-platform-MATLAB

    0下载:
  2. 多核计算平台中MATLAB_并行计算工具包-Multicore computing platform MATLAB_ parallel computing in the kit
  3. 所属分类:Document

    • 发布日期:2017-04-27
    • 文件大小:401014
    • 提供者:端木子民
  1. MATLAB-parallel-computing-synopsis

    0下载:
  2. 这是实现MATLAB并行配置的技术资料,随着大数据时代的到来,越来越多的数据需要经过处理,并且目前的硬件已经满足不了这么多的数据的处理,因此并行计算成为了首选-This is the realization of technical information MATLAB parallel configuration, with the arrival of the era of big data, more data needs to be processed, and the current
  3. 所属分类:Project Design

    • 发布日期:2017-05-06
    • 文件大小:585433
    • 提供者:sysk
搜珍网 www.dssz.com