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

搜索资源列表

  1. Speech_recognition_with_DTW

    0下载:
  2. A source code of a speech recognition system based on DTW
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-08
    • 文件大小:6132
    • 提供者:Anderson
  1. exampleProgram

    0下载:
  2. DTW-语音识别,是在matlab中做的,比较方便快捷了。-DTW-speech recognition, in matlab to do, the more convenient of the.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:120775
    • 提供者:konghao
  1. Speech_DTW

    0下载:
  2. this is a matlab code for computing DTW(dynamic time warping) for speech processing applications.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:604134
    • 提供者:madin
  1. project

    0下载:
  2. DESIGNING OF A SPEAKER RECOGNITION IN MATLAB
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:229024
    • 提供者:wave
  1. dtwforspeechrecognition

    0下载:
  2. source code for dtw in speech recognition as a fundamental learning
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:3908
    • 提供者:bluesky871
  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 Windows platform. Program has two
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-28
    • 文件大小:607575
    • 提供者:Aso
  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. 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. 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. 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. 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. dtw2

    0下载:
  2. 语音识别的dtw改善算法 语音处理 识别-Speech recognition speech processing algorithms to improve recognition dtw
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:694
    • 提供者:邵安
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com