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

搜索资源列表

  1. CVadMfccDtw

    0下载:
  2. 一个基于DTW的的孤立词的语音识别系统,采用率为800,可以识别六个字左右的短语,是特定人的识别系统。运行时请更改工作目录:工程->设置->调试->更改工作目录即可
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:353862
    • 提供者:daiqinghu
  1. DTWforspeechregon

    0下载:
  2. 一种改进的DTW算法,能有较好的处理效率
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:233075
    • 提供者:万春
  1. 00101102

    0下载:
  2. 介绍ar,和dtw两种算法,包含一个实际应用的例子-introduced ar, and two algorithms dtw, including a practical application examples
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:127668
    • 提供者:杨康
  1. DTWSolution

    1下载:
  2. 语音识别算法的DTW识别程序,VC 功能用于语音识别-DTW distinguish program using audio distinguish arithmetic.it could be used to distinguish audio.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:1498
    • 提供者:xu
  1. vc在线签名鉴定原码

    0下载:
  2. vc在线签名鉴定原码,包含AR算法和DTW算法及应用实例.-vc online signature verification original yards, including AR algorithm and DTW and application examples.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:126173
    • 提供者:周广新
  1. 基于MATLAB的语音识别系统程序包括HMMDTWRecord三个matlab的M文件

    2下载:
  2. 基于MATLAB的语音识别系统程序,包括HMM,DTW,Record三个matlab的M文件
  3. 所属分类:matlab例程

  1. dtw算法应用实例

    0下载:
  2. c程序
  3. 所属分类:图形/文字识别

  1. 语音识别中的DTW算法

    1下载:
  2. 语音识别系统中的经典算法,DTWDynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,用于孤立词识别,本程序可以独立运行。
  3. 所属分类:源码下载

    • 发布日期:2011-03-16
    • 文件大小:230646
    • 提供者:chenshasha1989
  1. 几种语音识别算法的比较

    0下载:
  2. 几种小训练样品集的数字语音识别模型的比较性研究
  3. 所属分类:技术管理

  1. 基于DTW的语音识别

    0下载:
  2. 程序
  3. 所属分类:源码下载

  1. kinect gesture

    3下载:
  2. 基于DTW的kinect手势识别程序 有GUI
  3. 所属分类:多媒体编程

    • 发布日期:2012-06-16
    • 文件大小:601196
    • 提供者:lutianming1005
  1. dtwvc.rar

    0下载:
  2. 用vc编写的dtw算法,调试通过,用于手写签名识别的,Vc prepared using DTW algorithm, debug is passed, for the handwritten signature recognition
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-31
    • 文件大小:5913
    • 提供者:redfish
  1. endpoint

    0下载:
  2. 这是一段关于语音处理与识别的程序,包括预处理,端点检测,线性倒谱系数求解,并运用dtw算法进行模式匹配。-This is a speech processing and recognition on the program, including pretreatment, endpoint detection, linear cepstrum solution, and the use of dtw algorithm for pattern matching.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:206846
    • 提供者:董小方
  1. testdtw(zhu)

    0下载:
  2. function dist = dtw(t,r) n = size(t,1) m = size(r,1) 帧匹配距离矩阵 d = zeros(n,m) for i = 1:n for j = 1:m d(i,j) = sum((t(i,:)-r(j,:)).^2) end 累积距离矩阵 D = ones(n,m) * realmax D(1,1) = d(1,1) 动态规划 for i = 2:n
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-24
    • 文件大小:560
    • 提供者:ydh
  1. MFCCdeC

    0下载:
  2. 工程包括声音文件的读取、预处理、MFCC参数的提取、最后的聚类函数,对于做语音识别的人帮助很大-The works will include the sound files to read, pre-treatment, MFCC parameters extracted, the final clustering function, to do speech recognition for the great help of people
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-15
    • 文件大小:3916242
    • 提供者:WGT
  1. dtw_speech_reco

    1下载:
  2. 基于DTW的孤立词语音识别,具有很高的识别率,代码为c语言-speech recognition Using DTW
  3. 所属分类:语音合成与识别

    • 发布日期:2017-05-23
    • 文件大小:473865
    • 提供者:
  1. DTW(matlab)

    1下载:
  2. matlab编写的时间序列动态弯曲算法,包含有使用说明-If you pass in 2 vectors it returns the unnormalized distance between the vectors, the accumulated distance between them, the length of the warping path (the normalizing factor), and the warping path points.
  3. 所属分类:matlab例程

    • 发布日期:2013-03-09
    • 文件大小:1836
    • 提供者:warton
  1. LCS-VC60

    0下载:
  2. C语言DTW算法实现,主要功能: 1)快速近邻DTW比较 2)算法稳定 3)节省内存-== Key features == 1) Fast Dynamic Time Warping nearest neighbor cost retrieval. 2) Persistence 3) External-memory: you need only a constant amount of RAM
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-26
    • 文件大小:154552
    • 提供者:wangxuan
  1. qianming

    0下载:
  2. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:131517
    • 提供者:zhong
  1. onlineqm

    0下载:
  2. 在线签名鉴定,用AR实现算法和DTW算法实现,还包括一个比较综合的实例,对此方面研究的朋友有用处-Online signature identification, use AR to achieve algorithm and DTW algorithm, but also a more comprehensive example of this research useful friends
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-04
    • 文件大小:134182
    • 提供者:yewenpeng
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 25 »
搜珍网 www.dssz.com