搜索资源列表
DTW-method
- 在线签名鉴定:DTW实现算法,用C语言编写,有一定的参考价值!-online signature verification : DTW algorithm, using C language, which is the reference value!
DTW-algorithm
- 关于DWT算法的实现方法完整源代码,有必要的注释,轻松易读!-DWT algorithm on the method source code integrity, it is necessary to the Notes and easily readable!
DTW-alogrithm
- dtw算法的C语言实现。doc文档里有完整的程序。包括matlab和C语言。-dtw algorithm C language. doc documents in a complete program. Including the matlab and C language.
dtw
- 时间序列分析中dtw算法的matlab实现,源代码。-Time Series Analysis dtw algorithm matlab implementation, the source code.
dtw321
- dtw 算法的matlab实现 源代码不加修改久可以执行-DTW algorithm matlab source code to achieve a long time without modification can be implemented
dtw
- dynamic time warping 放宽端点限制的DTW算法-dynamic time warping to relax restrictions endpoint DTW algorithm
dtw
- 语音信号识别的应用,算法使用的是hmm,编写效率高,经过了验证。-Application of voice signal recognition algorithm using hmm, the preparation of high efficiency, through the verification.
dtw
- 动态时间规正算法,用于语音识别,模式匹配等,在matlab环境下使用-Dynamic time warping algorithm for speech recognition, pattern matching, etc., in the matlab environment
dtw
- 利用DTW算法进行说话人识别,语音可以自己替换-DTW algorithm using Speaker Recognition
dtw
- 此文件中包含了语音信号处理的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
DynamicTimeWrapping
- dtw algorithm wich by using we can calculate dtw of waveform
DTW-Algorithm
- 动态时间规整 算法是一种运用动态规划原理计算时间矢量相似度的方法 在语音识 别等领域有着广泛的应用 窗口法是针对 算法的特点 采用了动态高效的空间管理办法 解 - !"# 决了通常的 算法需要存储一个较大的矩阵 因而在存储空间有限的硬件系统中难以实现的问题 窗口法已经在实际系统中得到了应用 -Dynamic time warping algorithm is a calculation using the principle of dynamic programming t
dtw
- 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
DTW
- DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法。用于孤立词识别,DTW算法与HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。 -DTW (Dynamic Time Warping, dynamic time warping) algorithm
DTW-algorithm
- 利用C++实现的动态时间序列弯曲算法,计算时间序列距离,可用于相似匹配-DTW algorithm based on C++,which can be used for distance computing,and similarity match
DTW-algorithm
- 基于DTW算法的语音识别原理与实现,相关论文及Matlab实现流程-The principle and implementation of speech recognition based on DTW algorithm, the relevant papers and Matlab implementation process
dtw
- DTW算法语音识别C程序,希望对需要的人有帮助吧(DTW algorithm speech recognition C program)
voiceRecognition--dtw
- 语音信号说话人识别, 运用DTW算法进行说话人识别(Speaker recognition by speech signal and speaker recognition using DTW algorithm)
dtw
- python版的dtw算法极其改进fastdtw算法实现(The DTW algorithm in the python edition improves the implementation of the fastdtw algorithm extremely)
基于DTW算法的语音识别系统
- 通过语音分帧、端点检测、特征提取、DTW算法,实现多字语音识别(Through speech segmentation, endpoint detection, feature extraction and DTW algorithm, multi word speech recognition is realized.)