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

搜索资源列表

  1. pyAudioAnalysis-master

    6下载:
  2. 实现语音的分割和识别,语音分割通过短时能量和过零率,语音识别通过dtw算法。-audio cut and reconige
  3. 所属分类:Audio program

    • 发布日期:2017-12-11
    • 文件大小:47580531
    • 提供者:
  1. DTWword

    0下载:
  2. DTW算法用于语音识别的资料介绍,不错的参考资料。-DTW algorithm for speech recognition of information, a good reference.
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:20142
    • 提供者:刘伟
  1. recognition-based-dtw

    0下载:
  2. 基于动态时间规整算法实现的孤立词识别程序-Dynamic time warping algorithm to achieve an isolated word recognition program
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-14
    • 文件大小:3293524
    • 提供者:bin
  1. DTW1

    0下载:
  2. 对kinect传感器的骨骼点信息进行的DTW距离匹配,包括查找路径,帧匹配距离。-DTW distance skeletal point information kinect sensor' s matches, including the search path, frame matching distance.
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:721093
    • 提供者:谢小雨
  1. face_recongnize-master

    0下载:
  2. 基于matlab的人脸识别,改进的dtw算法,matlab gui设计-face-recognized ,dtw ,gui
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2056326
    • 提供者:杨逸轩
  1. dtw

    0下载:
  2. mel bank filters fo features extraction for voice signal
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-12
    • 文件大小:727
    • 提供者:nskandro
  1. DTW_matlab

    0下载:
  2. 基于DTW方法的,使用matalb的语音识别系统的说明及代码,层次很清晰,参考价值不小,-DTW-based method using matalb speech recognition system descr iption and code level is very clear, the reference value is not small,
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2272537
    • 提供者:
  1. 22

    0下载:
  2. 在线签名鉴定,用AR实现算法和DTW算法实现,还包括一个比较综合的实例,对此方面研究的朋友有用处,这是官方书籍中附带的一个源程序。-Online signature identification, AR implementation algorithm and DTW algorithm to achieve, but also includes a more comprehensive example of this study friends useful, this is the offi
  3. 所属分类:Maple

    • 发布日期:2017-12-12
    • 文件大小:192543
    • 提供者:
  1. dtw

    0下载:
  2. 一种衡量两个长度不同的时间序列的相似度的方法- U4E00 u79R u5C1 u5E9 u5E2
  3. 所属分类:Algorithm

    • 发布日期:2017-12-14
    • 文件大小:2456
    • 提供者:chen
  1. mfcc

    0下载:
  2. 本文根据孤立词语音识别系统的处理步骤,从语音信号的预处理开始,分别详细说明了每个过程,比如预加重、分帧加窗和端点检测。接着介绍了特征参数MFCC的原理与选取,最后介绍了DTW算法的特点-In this paper, based on the process steps of isolated words speech recognition technology, starting with the speech signal pre-processing, each process is
  3. 所属分类:Other systems

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:葛锦涛
  1. HMM_matlab

    0下载:
  2. 这是基于隐马尔可夫模型的连续语音识别代码,不同于dtw,这是个完整的工程,我把需要的voicebox也放进去了,一共用到9个子函数,包括模板的训练算法何识别算法,是完全可以使用的。-This is based on the hidden Markov model of continuous voice recognition code, different the dtw, which is a complete project, I need to put the voicebox into
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-11-21
    • 文件大小:3054316
    • 提供者:吴蔓
  1. 1236925

    0下载:
  2. 基于DTW算法的孤立字识别系统,用Matlab编程实现语音信号的端点检测-Isolated word recognition system based on DTW algorithm and Matlab programming to realize voice signal endpoint detection
  3. 所属分类:Special Effects

    • 发布日期:2017-12-15
    • 文件大小:11264
    • 提供者:Derrifk
  1. dtw

    0下载:
  2. 动态时间规整算法,java版,用于语音识别领域,毕设时采用的,效果很好(Dynamic time warping algorithm, java version)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-23
    • 文件大小:30720
    • 提供者:行吟诗人
  1. dynamic_time_warping_v2.1

    0下载:
  2. 动态时间规划基本算法,matlab实现。(Dynamic time warping)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-26
    • 文件大小:3072
    • 提供者:rickPPD
  1. VoiceprintRecognition C#+matlab

    1下载:
  2. 基于MFCC和DTW的声纹识别程序,包含C#和MATLAB两个版本(Voiceprint Recognition program using MFCC and DTW. There are two versions by matlab and C#.)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:11264
    • 提供者:敏感词
  1. 语音识别系统源代码,附有说明文档

    1下载:
  2. 在语音识别时需要用到的DTW算法,这是对DTW算法的改进。(In speech recognition, you need to use the DTW algorithm, which is the improvement of the DTW algorithm.)
  3. 所属分类:多媒体

    • 发布日期:2017-12-19
    • 文件大小:4052992
    • 提供者:liu123456789
  1. CPEUG59

    0下载:
  2. DTW算法,比较简单,在matlab下实现的,在matlab6,5下编译通过,(DTW algorithm is simple, implemented under matlab, matlab6, 5 compiled through,)
  3. 所属分类:图形/文字识别

    • 发布日期:2017-12-11
    • 文件大小:2608
    • 提供者:Hylbf
  1. detectioh

    0下载:
  2. 基于DTW算法的孤立字识别系统,用Matlab编程实现语音信号的端点检测(Isolated word recognition system based on DTW algorithm and Matlab programming to realize voice signal endpoint detection)
  3. 所属分类:图形图象

    • 发布日期:2017-12-29
    • 文件大小:10240
    • 提供者:Nicmce
  1. clndle

    0下载:
  2. 基于MATLAB的语音识别系统程序,包括HMM,DTW,Record三个matlab的M文件,(The speech recognition system based on MATLAB program, including the HMM, DTW, Record three MATLAB M file,)
  3. 所属分类:图形图象

  1. DTW算法

    0下载:
  2. 最小生成树算法 简单高效的拓扑结构优化算法(Minimum spanning tree algorithm)
  3. 所属分类:数学计算

    • 发布日期:
    • 文件大小:5120
    • 提供者:FrancisWong
« 1 2 ... 18 19 20 21 22 2324 25 »
搜珍网 www.dssz.com