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

搜索资源列表

  1. dtw

    0下载:
  2. 用于大矩阵,采用矩阵运算优先速度的dtw算法实现。 dtw:Dynamic time warping 动态时间弯曲算法-dtw:Dynamic time warping
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:768
    • 提供者:txy
  1. DTW

    0下载:
  2. 语音识别的matlab仿真,有文档详细说明,MFCC特征提取,DTW算法识别。对10个简单语音命令进行识别-Speech recognition matlab simulation, documentation detailed descr iption, MFCC feature extraction, DTW algorithm to identify. On 10 simple voice command recognition
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-10
    • 文件大小:1035537
    • 提供者:maliang
  1. DTW

    0下载:
  2. DTW algorithm this is a program that shows the implementation of the DTW algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-28
    • 文件大小:142367
    • 提供者:monarifaat90
  1. DTW

    0下载:
  2. 语音识别算法,用于语音识别中计算训练好的模板与输入语音之间的差别-Speech Recognition DTW algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:606
    • 提供者:王小六
  1. dtw

    0下载:
  2. 语音识别,matlab,,DTW算法,实现简单的识别-Voice recognition, matlab,, DTW algorithm, simple identification
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:242794
    • 提供者:ruankaichun
  1. DTW

    0下载:
  2. DTW算法的程序,申请两个n*m的矩阵D、d,分别为累积距离和帧匹配距离。这里n和m为测试模版与参考模版的帧数。然后通过一个循环计算两个模版的帧匹配距离d。接下来进行动态规划,为每个格点 (i,j)都计算其三个可能的前续格点的累积距离D1,D2,D3。考虑到边界问题,有些前续格点可能不存在,因此加入一些判断条件最后利用最小值函数min(),找到三个前续格点的累积 距离作为累积距离,与当前帧的匹配距离d(i,j)相加,作为当前格点的累积距离。该计算过程一直达到格点(n,m),并将D(n,m)输出,
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1097
    • 提供者:韦卫
  1. DTW-MATLAB

    0下载:
  2. matlab语音识别dtw全部程序, matlab语音识别dtw全部程序,-All dtw matlab speech recognition program
  3. 所属分类:ELanguage

    • 发布日期:2017-04-15
    • 文件大小:8506
    • 提供者:樊东东
  1. DTW

    0下载:
  2. 学习语音识别基于DTW的模型识别程序,适合入门-DTW-based speech recognition learning model identification procedures for entry
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:116682
    • 提供者:李丽
  1. DTW

    0下载:
  2. 在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。 本程序是DTW算法的实现-In isolated word speech recog
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:531391
    • 提供者:庞永强
  1. DTW

    0下载:
  2. 该文件为基于DTW的孤立词识别系统(特定人、小词汇量,未采用鲁棒语音识别技术)-The document DTW for isolated word recognition system based on (a specific person, small vocabulary, did not use robust speech recognition technology)
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-01
    • 文件大小:636184
    • 提供者:zhelmet
  1. dtw

    0下载:
  2. 全局约束的DTW时间序列相似度搜索算法-DTW time global constraint sequence similarity search algorithm. . . . . . . . . . . . . . . .
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:573
    • 提供者:孙宏伟
  1. dtw

    3下载:
  2. 基于DTW的孤立词语音识别matlab源码,有音频文件-DTW-based isolated word speech recognition matlab source code, there are audio files
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:581652
    • 提供者:Cecilia
  1. DTW-algorithm

    0下载:
  2. 基于DTW算法的语音识别原理与实现,相关论文及Matlab实现流程-The principle and implementation of speech recognition based on DTW algorithm, the relevant papers and Matlab implementation process
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-17
    • 文件大小:474509
    • 提供者:six
  1. Dtw

    0下载:
  2. 这是一个基于DTW的语音识别的代码,里面包含端点检测和MFCC的提取。-This is a DTW-based speech recognition code, which contains end point detection and the extraction of MFCC.
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:1756424
    • 提供者:刘烨
  1. DTW

    0下载:
  2. 在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。-In isolated word speech recognition, the mos
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:2028
    • 提供者:黑色地位
  1. DTW

    0下载:
  2. DTW实现汉字语音识别,用来做语音识别控制,能识别单个汉语词语。-DTW achieve Phonetic Identification, used to make voice recognition control, be able to identify a single Chinese words.
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:3457434
    • 提供者:Steven
  1. DTW

    0下载:
  2. DTW算法在语音识别中算是最简单最容易理解的算法,可以让你快速学习语音。-DTW is the simplest method,It can make you understand voice quickly!
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1516969
    • 提供者:
  1. DTW.RAR

    1下载:
  2. 关于动态时间规整(DTW)的一维,二维的程序,以及还有规整路径图-About Dynamic Time Warping (DTW) one-dimensional, two-dimensional program, and there are regular road map
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-10-01
    • 文件大小:13312
    • 提供者:李铭
  1. dtw

    0下载:
  2. 基于matlab 的DTW算法的实现,动态时间规整算法,语音是被。-Matlab achieve the DTW algorithm, dynamic time warping algorithm, the voice is.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:717
    • 提供者:叶宋
  1. DTW

    0下载:
  2. 动态时间规整(DTW)是用来对时间序列进行规整,相似性度量-Dynamic time neat (DTW) is used to neat, time series similarity measure
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:223671
    • 提供者:lijianjun
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 23 »
搜珍网 www.dssz.com