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

搜索资源列表

  1. dtw

    0下载:
  2. dtw的matlab算法,识别率达到100 。可直接使用或转成c语言代码,下到下位机运行。-dtw' s matlab algorithm to achieve 100 recognition rate. Can be used directly or converted into c language code, run down to the lower machine.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:187.93kb
    • 提供者:quankun
  1. dtw

    0下载:
  2. MATLAB扩展编程DTW算法程序,需要自己录制语音-MATLAB Extended Programming DTW algorithm program needs its own voice recording
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2.85kb
    • 提供者:胡飒
  1. dtw

    0下载:
  2. 语音识别,基于DTW算法的语音识别原理与实现,包含源程序,MATLAB-Speech recognition, speech recognition algorithm based on DTW Principle and Implementation, including source code, MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:821.45kb
    • 提供者:多萨
  1. dtw

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

    • 发布日期:2015-04-07
    • 文件大小:656byte
    • 提供者:翟磊
  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
    • 文件大小:512.35kb
    • 提供者:xufang
  1. DTWMFCC

    1下载:
  2. DTW与MFCC相结合的语音特征提取算法,改进了MFCC的性能-Combination of DTW and the MFCC feature extraction algorithm for voice, improving the performance of MFCC
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:490.49kb
    • 提供者:黄邦奉
  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
    • 文件大小:1.35kb
    • 提供者:jiluping
  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
    • 文件大小:2.53kb
    • 提供者:wnagling
  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
    • 文件大小:5.64kb
    • 提供者:伏伊宁
  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. 用DTW算法实现语音信号的特征对齐,解决了发音长短不一的模板匹配问题-Aligned with the DTW algorithm to achieve the characteristics of the speech signal, and solve the problem of template matching the pronunciation of varying lengths
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:16.12kb
    • 提供者:zhfsongsong
  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. 语音识别,matlab,,DTW算法,实现简单的识别-Voice recognition, matlab,, DTW algorithm, simple identification
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:237.1kb
    • 提供者:ruankaichun
  1. DTW

    0下载:
  2. DTW算法的程序,申请两个n*m的矩阵D、d,分别为累积距离和帧匹配距离。这里n和m为测试模版与参考模版的帧数。然后通过一个循环计算两个模版的帧匹配距离d。接下来进行动态规划,为每个格点 (i,j)都计算其三个可能的前续格点的累积距离D1,D2,D3。考虑到边界问题,有些前续格点可能不存在,因此加入一些判断条件最后利用最小值函数min(),找到三个前续格点的累积 距离作为累积距离,与当前帧的匹配距离d(i,j)相加,作为当前格点的累积距离。该计算过程一直达到格点(n,m),并将D(n,m)输出,
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1.07kb
    • 提供者:韦卫
  1. DTW

    0下载:
  2. DTW算法在语音识别,机器学习方面有着很重要的作用。-DTW algorithm in speech recognition, machine learning is convenient and has a very important role.
  3. 所属分类:matlab

    • 发布日期:2017-05-21
    • 文件大小:5.78mb
    • 提供者:xiejuntai
  1. dtw

    0下载:
  2. matlab中实现dtw算法的c语言编写,完整版,可直接在matlab中编写实现 -Matlab DTW algorithm to achieve the C language, the full version, can be directly written in MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-12-14
    • 文件大小:5.98kb
    • 提供者:余良
  1. voiceRecognition--dtw

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

    • 发布日期:2018-01-08
    • 文件大小:691kb
    • 提供者:txjytzlp
  1. DTW代码

    0下载:
  2. Dynamic Time Warping(DTW)为动态时间规整算法,文件为function,test文件直接调用做测试。(dynamic time warping algorithm, file asks function, direct use)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:1kb
    • 提供者:ljzttkl
  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. Voice

    2下载:
  2. 以阿拉伯数字零到九为例,语音识别的dtw算法,比较简单易懂。(The DTW algorithm for speech recognition is simple and easy to understand.)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-06
    • 文件大小:821kb
    • 提供者:兮兮阿三
« 12 »
搜珍网 www.dssz.com