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

搜索资源列表

  1. DTW-method

    0下载:
  2. 在线签名鉴定:DTW实现算法,用C语言编写,有一定的参考价值!-online signature verification : DTW algorithm, using C language, which is the reference value!
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:5992
    • 提供者:罗敏
  1. DTW-algorithm

    0下载:
  2. 关于DWT算法的实现方法完整源代码,有必要的注释,轻松易读!-DWT algorithm on the method source code integrity, it is necessary to the Notes and easily readable!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6086
    • 提供者:班素荣
  1. DTW-alogrithm

    1下载:
  2. dtw算法的C语言实现。doc文档里有完整的程序。包括matlab和C语言。-dtw algorithm C language. doc documents in a complete program. Including the matlab and C language.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:25523
    • 提供者:zhudewei
  1. dtw

    2下载:
  2. 时间序列分析中dtw算法的matlab实现,源代码。-Time Series Analysis dtw algorithm matlab implementation, the source code.
  3. 所属分类:matlab

    • 发布日期:2015-04-07
    • 文件大小:656
    • 提供者:翟磊
  1. dtw321

    1下载:
  2. dtw 算法的matlab实现 源代码不加修改久可以执行-DTW algorithm matlab source code to achieve a long time without modification can be implemented
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:524651
    • 提供者:xufang
  1. dtw

    0下载:
  2. dynamic time warping 放宽端点限制的DTW算法-dynamic time warping to relax restrictions endpoint DTW algorithm
  3. 所属分类:Project Design

    • 发布日期:2017-03-22
    • 文件大小:189461
    • 提供者:蒋云
  1. dtw

    0下载:
  2. 语音信号识别的应用,算法使用的是hmm,编写效率高,经过了验证。-Application of voice signal recognition algorithm using hmm, the preparation of high efficiency, through the verification.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:3184
    • 提供者:牛顿
  1. dtw

    0下载:
  2. 动态时间规正算法,用于语音识别,模式匹配等,在matlab环境下使用-Dynamic time warping algorithm for speech recognition, pattern matching, etc., in the matlab environment
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-09
    • 文件大小:2130697
    • 提供者:zzr
  1. dtw

    1下载:
  2. 利用DTW算法进行说话人识别,语音可以自己替换-DTW algorithm using Speaker Recognition
  3. 所属分类:语音合成与识别

    • 发布日期:2017-03-31
    • 文件大小:532
    • 提供者:雷硕
  1. dtw

    1下载:
  2. 此文件中包含了语音信号处理的dtw算法,同时囊括了语音的端点检测,mfcc参数提取,动态时间规整三部分,可以直接使用。-This document contains a voice signal processing dtw algorithm, at the same time include voice activity detection, mfcc parameter extraction, dynamic time warping three parts can be used dir
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-26
    • 文件大小:4298
    • 提供者:junyizhang
  1. DynamicTimeWrapping

    0下载:
  2. dtw algorithm wich by using we can calculate dtw of waveform
  3. 所属分类:Project Design

    • 发布日期:2017-03-26
    • 文件大小:158532
    • 提供者:mj
  1. DTW-Algorithm

    0下载:
  2. 动态时间规整 算法是一种运用动态规划原理计算时间矢量相似度的方法 在语音识 别等领域有着广泛的应用 窗口法是针对 算法的特点 采用了动态高效的空间管理办法 解 - !"# 决了通常的 算法需要存储一个较大的矩阵 因而在存储空间有限的硬件系统中难以实现的问题 窗口法已经在实际系统中得到了应用 -Dynamic time warping algorithm is a calculation using the principle of dynamic programming t
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:90554
    • 提供者:sdc
  1. dtw

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

    • 发布日期:2013-06-10
    • 文件大小:8474
    • 提供者:于军
  1. DTW

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

    • 发布日期:2012-12-31
    • 文件大小:5778
    • 提供者:fujuan
  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. 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算法语音识别C程序,希望对需要的人有帮助吧(DTW algorithm speech recognition C program)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:张锐俊
  1. voiceRecognition--dtw

    0下载:
  2. 语音信号说话人识别, 运用DTW算法进行说话人识别(Speaker recognition by speech signal and speaker recognition using DTW algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:707584
    • 提供者:txjytzlp
  1. dtw

    0下载:
  2. python版的dtw算法极其改进fastdtw算法实现(The DTW algorithm in the python edition improves the implementation of the fastdtw algorithm extremely)
  3. 所属分类:语音合成与识别

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:saber5433
  1. 基于DTW算法的语音识别系统

    3下载:
  2. 通过语音分帧、端点检测、特征提取、DTW算法,实现多字语音识别(Through speech segmentation, endpoint detection, feature extraction and DTW algorithm, multi word speech recognition is realized.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:132096
    • 提供者:whatcanisay
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com