搜索资源列表

  1. dtw_test.java

    0下载:
  2. Test DTW program example
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-04
    • 文件大小:4096
    • 提供者:nabwill
  1. SpeechRecognition_DTW

    0下载:
  2. Speech Recognition Using DTW This is a English/Persian 0~9 digit and some primary English/Persian command recognition system which use Dynamic Time Warping (DTW). Code is developed in MATLAB 6.5 and can used in Win
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-04
    • 文件大小:607232
    • 提供者:Aso
  1. ghmm-0.9-rc1

    0下载:
  2. voice recognition file dtw
  3. 所属分类:其他小程序

    • 发布日期:2024-05-04
    • 文件大小:737280
    • 提供者:woohyun
  1. GUI_DTW

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

    • 发布日期:2024-05-04
    • 文件大小:736256
    • 提供者:潇潇
  1. TemplateMatchingProgram

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

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:王明松
  1. dtw

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

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者: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例程

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:reza
  1. dwt

    0下载:
  2. 基于动态时间规划(DTW)的语音信号识别,MATLAB环境下的-Dynamic Programming (DTW) of the speech signal recognition, MATLAB environment
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:1966080
    • 提供者:阿若
  1. dtw2

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

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:临行
  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
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:3072
    • 提供者: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 s
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-04
    • 文件大小:1084416
    • 提供者:于军
  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
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:6144
    • 提供者:伏伊宁
  1. 69491701dtw

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

    • 发布日期:2024-05-04
    • 文件大小:7168
    • 提供者:韩兴凯
  1. DTWMATLABsource

    0下载:
  2. 很好的DTW源代码,层次分明,注释详尽,很容易看懂,直接运行主程序main_speech_alignment_DTW.m 即可通过图观察DTW处理前后的波形。-DTW good source code, structured, detailed notes, it is easy to understand, can be run directly by the main program main_speech_alignment_DT
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:253952
    • 提供者:wh
  1. mfccdtw

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

    • 发布日期:2024-05-04
    • 文件大小:6816768
    • 提供者:吴斌
  1. speech

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

    • 发布日期:2024-05-04
    • 文件大小:19456
    • 提供者:董芳
  1. YUYIN

    0下载:
  2. 语音采集c++程序,包括端点检测,线性预测倒谱系数,dtw模式匹配等函数,-this is a program about speech recogenition
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-04
    • 文件大小:19456
    • 提供者:董芳
  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 al
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:130048
    • 提供者:Stephan
  1. petitchien

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

    • 发布日期:2024-05-04
    • 文件大小:192512
    • 提供者: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
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:wang
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 28 »

源码中国 www.ymcn.org