Welcome![Sign In][Sign Up]
Location:
Search - dtw

Search list

[Speech/Voice recognition/combinedtw-new

Description: DTW (Dynamic Time Warping)源程序,广泛应用于语音识别等领域,可以用于相似曲线的对齐。(用winrar进行解压)-DTW (Dynamic Time Warping) source. widely used in areas such as speech recognition, which can be used similar to the curve alignment. (Using WinRAR for decompression)
Platform: | Size: 685317 | Author: 王选 | Hits:

[AI-NN-PRDTW-alogrithm

Description: dtw算法的C语言实现。doc文档里有完整的程序。包括matlab和C语言。-dtw algorithm C language. doc documents in a complete program. Including the matlab and C language.
Platform: | Size: 25600 | Author: zhudewei | Hits:

[Speech/Voice recognition/combinedtw

Description: 基于MATLAB的语音识别系统,dtw - DTW算法演示程序 mfcc.m - MFCC参数计算程序 dtw.m - 基本的DTW算法 dtw2.m - 优化的DTW算法 testdtw.m - DTW算法测试程序 vad.m - 端点检测程序 -Speech Recognition System Based on MATLAB
Platform: | Size: 6144 | Author: 李灵 | Hits:

[matlabdtw

Description: dtw code to run dtw used in speech
Platform: | Size: 1024 | Author: pvdssun | Hits:

[2D GraphicDTW

Description: DTW c++ source very very good
Platform: | Size: 1252352 | Author: petrus | Hits:

[matlabspeech-recogniton-by-using-DTW

Description: train程序能进行语音模板训练,test来用识别,即模板匹配的过程,采用DTW算法,通过反复训练模板能有较高的识别率-run train.m for templats training,and test.m for templates matching by using DTW.
Platform: | Size: 6144 | Author: | Hits:

[Speech/Voice recognition/combineDTW-cPP

Description: DTW算法C语言程序,孤立词语音识别,包括matlab的相关代码,内有详解。-DTW algorithm C Programming Language, isolated word speech recognition, including the relevant matlab code, there are Detailed.
Platform: | Size: 21504 | Author: 徐振华 | Hits:

[Speech/Voice recognition/combinedtw

Description: dtw算法的一个实现,matlab编程,可以调用该函数,用作dtw算法的一个学习。 以及一个介绍模糊神经网络与污水处理的ppt(An implementation of dynamic time warping algorithm)
Platform: | Size: 1707008 | Author: 我爱吃西瓜123 | Hits:

[Mathimatics-Numerical algorithmsDTW

Description: 动态时间规整用于语音识别对齐和对比,例子是librosa 提取MFCC 特征,用DTW比较识别(Dynamic time warping is used for speech recognition, alignment, and contrast. The example is librosa, which extracts MFCC features and compares them with DTW)
Platform: | Size: 212992 | Author: kay_1990 | Hits:

[matlabDTW

Description: Dynamic Time Warping(DTW)诞生有一定的历史了(日本学者Itakura提出),它出现的目的也比较单纯,是一种衡量两个长度不同的时间序列的相似度的方法。应用也比较广,主要是在模板匹配中,比如说用在孤立词语音识别(识别两段语音是否表示同一个单词),手势识别,数据挖掘和信息检索等中。(The birth of Dynamic Time Warping (DTW) has a certain history (Itakura, a Japanese scholar), and its purpose is relatively simple. It is a method of measuring the similarity of two different time series of different lengths. It is widely used, mainly in template matching, for example, in isolated word speech recognition (whether two segments of speech represent the same word), hand gesture recognition, data mining and information retrieval.)
Platform: | Size: 1024 | Author: cxj01 | Hits:

[Documentsdtw

Description: DTW算法语音识别C程序,希望对需要的人有帮助吧(DTW algorithm speech recognition C program)
Platform: | Size: 2048 | Author: 张锐俊 | Hits:

[matlabvoiceRecognition--dtw

Description: 语音信号说话人识别, 运用DTW算法进行说话人识别(Speaker recognition by speech signal and speaker recognition using DTW algorithm)
Platform: | Size: 707584 | Author: txjytzlp | Hits:

[Speech/Voice recognition/combineDTW-in-Isolated-word-Speech-Recognition

Description: 基于matlab的语音识别dtw算法实现(speech recognition DTW)
Platform: | Size: 110592 | Author: 景阳山庄 | Hits:

[Speech/Voice recognition/combinedtw

Description: python版的dtw算法极其改进fastdtw算法实现(The DTW algorithm in the python edition improves the implementation of the fastdtw algorithm extremely)
Platform: | Size: 1024 | Author: saber5433 | Hits:

[matlabDTW代码

Description: Dynamic Time Warping(DTW)为动态时间规整算法,文件为function,test文件直接调用做测试。(dynamic time warping algorithm, file asks function, direct use)
Platform: | Size: 1024 | Author: ljzttkl | Hits:

[Speech/Voice recognition/combinedtw-1.0.tar

Description: dtw模块 pycharm 中运行 经过测试(dtw python the third package which can be run in pycharm, have been tested)
Platform: | Size: 3072 | Author: 球球姐 | Hits:

[OtherDTW

Description: 动态时间规整算法java代码(DTW),用于计算两个曲线之间的距离。(The dynamic time warping algorithm java code (DTW) is used to calculate the distance between two curves.)
Platform: | Size: 1024 | Author: JimLee | Hits:

[matlab基于DTW算法的语音识别系统

Description: 通过语音分帧、端点检测、特征提取、DTW算法,实现多字语音识别(Through speech segmentation, endpoint detection, feature extraction and DTW algorithm, multi word speech recognition is realized.)
Platform: | Size: 132096 | Author: whatcanisay | Hits:

[Speech/Voice recognition/combine基于动态时间规整(DTW)的孤立字语音识别实验

Description: 基于动态时间规整(DTW)的孤立字语音识别MATLAB程序(Isolated word speech recognition MATLAB program based on dynamic time warping (DTW))
Platform: | Size: 1783808 | Author: Robin_JTH | Hits:

[Linux-Unixdtw

Description: 可以用来实现dtw。在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。(Can be used to implement DTW)
Platform: | Size: 1024 | Author: 庞聪 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 29 »

CodeBus www.codebus.net