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

搜索资源列表

  1. matlab辅助小波分析与应用源码

    0下载:
  2. matlab辅助小波分析与应用的源码,包含了一些常用的小波分析常规算法和快速算法,能有效帮助学习小波分析-Matlab support wavelet analysis and application of the source code contains a number of commonly used conventional wavelet analysis algorithm and fast algorithm, can help learning wavelet analysis
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:33741
    • 提供者:令狐冲
  1. simulate-dpsk8

    2下载:
  2. 本例用matlab语言实现了8dpsk的编解码及通过awgn信道的仿真。采用蒙特卡罗仿真法,得到误码性能,绘制曲线。可用于算法研究或课程学习。-cases using the Matlab language of the codec 8dpsk and awgn channel through the simulation. Using Monte Carlo simulation, to be error performance, drawing curves. Algorithms can
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2340
    • 提供者:陆游
  1. LMS_MATLAB

    0下载:
  2. 比较经典的用lms算法实现自适应均衡器的matlab的程序,适合初学者学习
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:69784
    • 提供者:葡萄
  1. 利用LMS和DFE两种算法进行均衡matlab的程序

    5下载:
  2. 利用LMS和DFE两种算法进行均衡matlab的程序。很有学习价值!,LMS and DFE using a balanced two algorithms matlab procedures. Great learning value!
  3. 所属分类:语音合成与识别

    • 发布日期:2017-03-22
    • 文件大小:900
    • 提供者:张伟
  1. HHT

    3下载:
  2. 目前,互联网上HHT信号处理技术有 三种实现方式,采用MATLAB编程语言,一种是法国研究者设计的G Rilling 2007 另一种是MATLAB文件交换中心由Alan Tan开发的plot_hht程序包,第三种是台湾中央大学数据研究中心提供的EEMD包。 其中,我使用了plot_hht程序包,其使用了三个终止条件,驻留分量的单调性,极值点与零点的个数相差不超过1,还有黄锷1998经典文献提出的 SD>0.1,单调性的判断,并不是去
  3. 所属分类:语音合成与识别

    • 发布日期:2013-11-25
    • 文件大小:5028840
    • 提供者:maya
  1. gmmem_several

    0下载:
  2. GMM是语音识别中比较成熟的算法之一,这个MATALB完整的实现了基于GMM算法的识别训练程序,可以适用于GMM识别和学习的同行的参考-GMM is a speech recognition algorithm for the more mature one, this MATALB full implementation of the identification algorithm based on GMM training procedures, can be applied to GMM
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-01
    • 文件大小:1726
    • 提供者:yilingzhu
  1. monituihuosuanfa

    0下载:
  2. 神经网络中模拟退火算法MATLAB源程序,挺不错的,大家可以学习一下。-Neural networks simulated annealing algorithm in MATLAB source code, very good, we can learn from you.
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:2118
    • 提供者:张飞
  1. immunesource

    1下载:
  2. 可以作为人工免疫算法的一个框架,适合初学者在学习人工免疫算法时候对比学习,可以运行-Artificial immune algorithm can be used as a framework, suitable for beginners in learning artificial immune algorithm when the contrast study, can run
  3. 所属分类:MiddleWare

    • 发布日期:2015-11-09
    • 文件大小:5704
    • 提供者:老洪
  1. LnCPSO

    0下载:
  2. 变学习因子粒子群算法,来自于《精通MATLAB最优化计算》-pso with variant learning factor
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:548
    • 提供者:wind
  1. Matlab

    0下载:
  2. 小波算法的在心电图中的实际应用,有助你学习和实际应用,有源代码程序-It can help you study
  3. 所属分类:assembly language

    • 发布日期:2017-11-06
    • 文件大小:114535
    • 提供者:李红
  1. matlab

    0下载:
  2. 小波去噪的好的算法,用MATLAB程序实现,有助你实际应用和学习-It can help you study
  3. 所属分类:assembly language

    • 发布日期:2017-11-17
    • 文件大小:3485
    • 提供者:李红
  1. matlab-ga

    0下载:
  2. 基本遗传算法的MATLAB语言源程序。(遗传算法的应用范围极其广泛,它可应用于函数优化、组合优化、生产调度问题、自动控制、机器人学、图像处理、人工生命、遗传编程以及机器学习等领域。)-Basic genetic algorithm matlb language sourc-e code. (Genetic algorithm extremely broad range of applications, it can be applied to function optimization, com
  3. 所属分类:MPI

    • 发布日期:2017-11-10
    • 文件大小:3462
    • 提供者:derek
  1. A--matlab

    0下载:
  2. A*算法,很重要的一种算法!欢迎下载学习!-A* algorithm, an algorithm is very important! Welcome to download learning! Thank you! ! ! ! ! ! Thank you! ! ! ! ! ! Thank you! ! ! ! ! ! Thank you! ! ! ! !
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-15
    • 文件大小:8035
    • 提供者:NUAA
  1. NodeColoringTabu

    0下载:
  2. 在matlab下的一种图着色的禁忌算法实现,适合新手使用和学习-In matlab under a taboo graph coloring algorithm, suitable for novices to use and learn
  3. 所属分类:MPI

    • 发布日期:2017-04-23
    • 文件大小:173981
    • 提供者:赵广
  1. matlab的三十个源代码

    0下载:
  2. 就是史峰的智能算法的30个案例,很经典,对于学习智能算法很有用。
  3. 所属分类:其它

  1. ftytq

    0下载:
  2. 分形维数计算的毯子算法matlab代码,感应双馈发电机系统的仿真,保证准确无误,是学习通信的好帮手。- Fractal dimension calculation algorithm matlab code blankets, Simulation of doubly fed induction generator system, Ensure accurate communication is learning a good helper.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-23
    • 文件大小:4096
    • 提供者:木卫剑
  1. dtw

    0下载:
  2. dtw算法的一个实现,matlab编程,可以调用该函数,用作dtw算法的一个学习。 以及一个介绍模糊神经网络与污水处理的ppt(An implementation of dynamic time warping algorithm)
  3. 所属分类:语音合成与识别

  1. 用Matlab实现DTW孤立词识别

    2下载:
  2. 做语音识别时用到DTW 算法。便于初学者的学习。(DTW algorithm is used for speech recognition. Easy for beginners to learn.)
  3. 所属分类:语音合成与识别

    • 发布日期:2017-11-15
    • 文件大小:1595392
    • 提供者:liu123456789
  1. pujian

    0下载:
  2. matlab实现的传统语音降噪声使用的谱减增强算法,含有维纳滤波算法,请大家参考学习。(Matlab implementation of the traditional voice reduced noise spectrum enhancement algorithm, contains Wiener filtering algorithm, please refer to the study.)
  3. 所属分类:语音合成与识别

    • 发布日期:2018-04-18
    • 文件大小:29696
    • 提供者:ztggggggggg
  1. nuhlmfb

    0下载:
  2. 非常需要的可以下载看看,适合初学者学习,好的算法和程序(Very need to download to see, suitable for beginners to learn, good algorithm and program.)
  3. 所属分类:杀毒

    • 发布日期:2018-05-06
    • 文件大小:3072
    • 提供者:47Ec5S
« 12 3 »
搜珍网 www.dssz.com