CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - DTW word

搜索资源列表

  1. dtwglcgx

    2下载:
  2. 基于DTW算法的孤立字识别系统。用Matlab编程实现语音信号的端点检测,从原始信号提取有效语音段,从而实现孤立字的识别。-isolated word recognition system. Matlab programming in endpoint detection, signal extraction from the original effective voice, thus achieving an isolated word recognition.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:15.63kb
    • 提供者:朱风
  1. dtwpaper

    0下载:
  2. 采用DTW(动态时间规整)的方法,实现简单语音(0-9的数字)的识别-DTW algorithm in isolated word speech recognition when the focus on the time warping and voice measure of calculation, but not on the reliability and validity of data for analysis. This paper presents an improved en
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:434.13kb
    • 提供者:杨承
  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
    • 文件大小:719.23kb
    • 提供者:潇潇
  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
    • 文件大小:5.64kb
    • 提供者:fujuan
  1. dtw

    0下载:
  2. 用matlab实现特定人的单个词识别,采用dtw算法,主要用到了语音端点检测、语音分帧、梅尔倒谱系数等,文件中含有0-9个输入模版语音,作为参考模版信号。-Using matlab to achieve a specific person single word recognition, using dtw algorithm, mainly used in the voice activity detection, voice sub-frame, Mel Cepstral, etc., do
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:787.66kb
    • 提供者:ruanxioafei
  1. DTW

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

    • 发布日期:2017-05-03
    • 文件大小:518.94kb
    • 提供者:庞永强
  1. SpeechRec

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

    • 发布日期:2017-05-14
    • 文件大小:3.33mb
    • 提供者:David
  1. SpeechRec

    1下载:
  2. 基于DTW算法的孤立词语音识别的一个matlab小实例,对于进一步开发复杂系统具有重要的意义和帮助。-DTW algorithm based on MATLAB algorithm for isolated word speech recognition of a small example, for the further development of complex system has important significance and help.
  3. 所属分类:matlab

    • 发布日期:2017-05-21
    • 文件大小:5.75mb
    • 提供者:王亚楠
  1. DTW

    0下载:
  2. Dynamic Time Warping(DTW)诞生有一定的历史了(日本学者Itakura提出),它出现的目的也比较单纯,是一种衡量两个长度不同的时间序列的相似度的方法。应用也比较广,主要是在模板匹配中,比如说用在孤立词语音识别(识别两段语音是否表示同一个单词),手势识别,数据挖掘和信息检索等中。(The birth of Dynamic Time Warping (DTW) has a certain history (Itakura, a Japanese scholar), and it
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:1kb
    • 提供者:cxj01
  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
    • 文件大小:129kb
    • 提供者:whatcanisay
  1. project2

    1下载:
  2. 基于mfcc和DTW的孤立字词识别源码,可实现简单的语音识别(Based on isolated word recognition and source mfcc DTW can achieve a simple voice recognition)
  3. 所属分类:matlab例程

    • 发布日期:2021-03-17
    • 文件大小:1.49mb
    • 提供者:凯少
搜珍网 www.dssz.com