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

搜索资源列表

  1. ghmm-0.9-rc1

    0下载:
  2. voice recognition file dtw
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:737787
    • 提供者:woohyun
  1. GUI_DTW

    1下载:
  2. 在matlab平台上实现DTW孤立字识别,通过调用GUI界面实现-DTW in matlab platform to achieve isolated word recognition, by calling the GUI interface to achieve
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:736493
    • 提供者:潇潇
  1. TemplateMatchingProgram

    2下载:
  2. 这是模式识别中模板匹配内容的Matlab例程,其中edit_distance程序用来计算两个符号字符串间的编辑距离; back-tracking程序是“回溯”法画出最佳路径的代价网格; Dtw-Sakoe.m程序是具有Sakoe-Chiba局部路径约束的动态时间弯 折。-This is a pattern recognition template matching the content of Matlab routines, which edit_distance proce
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1341
    • 提供者:王明松
  1. dtw

    0下载:
  2. 用于语音识别即DTW算法,计算两个语音信号之间的距离-DTW algorithm for speech recognition is to calculate the distance between the two speech signals
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1383
    • 提供者:jiluping
  1. dp2

    0下载:
  2. DTW is one of the method to identify speech and signature or any biometric hope to enjoy it
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:762
    • 提供者:reza
  1. dtw2

    0下载:
  2. dtw改进算法源码 在matlab下试验 可以很好识别语音-dtw source under test can be very good at matlab voice recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:674
    • 提供者:临行
  1. pie

    0下载:
  2. 本DTW的语音识别算法是日本学者sakoe提出的,这种方法比itkura的要好,但本算法没使用到加权,方法简单了,以后再图改进-The DTW recognition algorithm is proposed by Japanese scholars sakoe, this method is better than itkura, but did not use this method to the weighted method is simple, and later plans to
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2592
    • 提供者:wnagling
  1. dtw0

    0下载:
  2. dtw0文件是运用DTW算法实现噪声环境下语音识别的。其中vad.m是端点检测程序;lpc.m是计算LPC参数的程序;lpc21lpcc.m是计算LPCC参数的程序;mfcc.m是计算MFCC参数的程序;dtw.m是实现经典DTW算法的程序;dtw2.m是实现高效DTW算法的程序,testdtw.m是最终测试程序,其中可以通过改变其中的特征参数名选择不同的特征参数。-dtw0 file DTW algorithm is to use speech recognition in noisy env
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-09
    • 文件大小:1084448
    • 提供者:于军
  1. DTW

    0下载:
  2. DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法。-DTW (Dynamic Time Warping, Dynamic Time Warping) algorithm based on dynamic programming (DP) ideas, to solve the pronunciation of different lengths of the temp
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:5771
    • 提供者:伏伊宁
  1. 69491701dtw

    0下载:
  2. DTW 动态时间规整 用于搜索最佳匹配路径 用局部最优代替全局最优-Dynamic Time Wrapping
  3. 所属分类:Search Engine

    • 发布日期:2017-03-24
    • 文件大小:7555
    • 提供者:韩兴凯
  1. mfccdtw

    1下载:
  2. 先用端点检测将语音中有用的语音部分提取出来(即将头部和尾部的静音部分除掉),然后用LPC算法提取语音信号的特征参数,进行动态归整(DTW算法)后与模板库里面的标准语音作比较,最后将识别结果进行D/A转化后播放出来。在本部分的设计中,则主要完成语音识别的模式匹配算法部分的软件实现。 -First with the endpoint detection of speech to voice some of the useful extracted from the (soon to mute som
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-22
    • 文件大小:6816633
    • 提供者:吴斌
  1. speech

    0下载:
  2. 这是一段语音识别的c++源程序,包括预处理,端点检测,线性倒谱系数,dtw算法模式匹配。-This is a speech recognition c++ source, including preprocessing, detection, linear cepstrum, dtw algorithm for pattern matching.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:19433
    • 提供者:董芳
  1. YUYIN

    1下载:
  2. 语音采集c++程序,包括端点检测,线性预测倒谱系数,dtw模式匹配等函数,-this is a program about speech recogenition
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-16
    • 文件大小:19417
    • 提供者:董芳
  1. MatlabFiles

    0下载:
  2. This folder or any similar folder such as this created to hold your speech files, should be copied into the root folder C:\ , created on the local hard drive. Then the path will read thus C:\SpeechData\Tope... etc. An alternative is to modify the fil
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:130117
    • 提供者:Stephan
  1. petitchien

    0下载:
  2. code dtw for speech recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:192104
    • 提供者:seb
  1. dtw

    0下载:
  2. 语音识别动态时间归正全过程的matlab程序,运行测试能出结果,希望对你们有用,实在没点数才把自己压箱底的东西拿出来,-Reformed voice recognition dynamic time the whole process of matlab program, run the test to the result, I hope helpful for you, only then it did not point out what their own bottom pressure
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2351
    • 提供者:wang
  1. dtw

    0下载:
  2. DTW ALGORITHM CAN BE USED FOR VOICE RECOGNITION.The input need to be lpc vectors
  3. 所属分类:Speech/Voice recognition/combine

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

    0下载:
  2. DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题-A Dynamic Warping, DTW (Dynamic Time GuiZheng) algorithm, which is based on Dynamic programming (DP) ideas, solving the pronunciation different length of template matching problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:2542
    • 提供者:jieli
  1. SpeakerRecognition(Matlab)

    0下载:
  2. 基于Matlab平台的语者识别系统 使用mfcc、DTW等算法-Matlab platform, based on speaker identification system using mfcc, DTW algorithm as
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-13
    • 文件大小:3294219
    • 提供者:ida
  1. DTW-algorithm

    2下载:
  2. 利用C++实现的动态时间序列弯曲算法,计算时间序列距离,可用于相似匹配-DTW algorithm based on C++,which can be used for distance computing,and similarity match
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-04-10
    • 文件大小:5720
    • 提供者:joyce
« 1 2 3 4 5 6 78 9 10 11 12 ... 25 »
搜珍网 www.dssz.com