Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - DTW
Search - DTW - List
集成了enframe语音的帧分段,wavread wav语音文件的读取,vad端点识别,DTW等m文件。-Integrated enframe voice frame section, wavread wav sound files to read, vad endpoint identification, DTW and other m files.
Update : 2024-05-05 Size : 10240 Publisher : 肖水

对两条心电信号波形数据存储转换成的text文本进行分析,找出这两条心电信号之间的最小DTW(动态规整)距离,用于在心电信号数据库中对样本信号进行匹配,找出相隔距离最小的模版信号,判断样本信号所属种类。-Of the two ECG waveform data stored in the text into text analysis to identify between the two ECG minimum DTW (dynamic warping) distance, for the ECG signal database to match the samples to find a minimum distance away from the template signal, the signal was judged by their types.
Update : 2024-05-05 Size : 1735680 Publisher : wenwen

Otherdtw
DL : 0
dtw的程序代码,可以实现动态时间对齐,自己编的,可以使用-dtw' s program code, dynamic time alignment can be achieved, their own code, you can use
Update : 2024-05-05 Size : 6144 Publisher : pipayang

DL : 0
Test DTW program example
Update : 2024-05-05 Size : 4096 Publisher : nabwill

Speech Recognition Using DTW This is a English/Persian 0~9 digit and some primary English/Persian command recognition system which use Dynamic Time Warping (DTW). Code is developed in MATLAB 6.5 and can used in Windows platform. Program has two versions, a command line one and a GUI version. The GUI one is compatible with version 6.5 of MATLAB. It can record sound stream online or can recognize recorded file. A simple an necessary help also integrated in the GUI. To start using this program run Start.m script.- Speech Recognition Using DTW This is a English/Persian 0~9 digit and some primary English/Persian command recognition system which use Dynamic Time Warping (DTW). Code is developed in MATLAB 6.5 and can used in Windows platform. Program has two versions, a command line one and a GUI version. The GUI one is compatible with version 6.5 of MATLAB. It can record sound stream online or can recognize recorded file. A simple an necessary help also integrated in the GUI. To start using this program run Start.m script.
Update : 2024-05-05 Size : 607232 Publisher : Aso

DL : 0
voice recognition file dtw
Update : 2024-05-05 Size : 737280 Publisher : woohyun

DL : 0
在matlab平台上实现DTW孤立字识别,通过调用GUI界面实现-DTW in matlab platform to achieve isolated word recognition, by calling the GUI interface to achieve
Update : 2024-05-05 Size : 736256 Publisher : 潇潇

这是模式识别中模板匹配内容的Matlab例程,其中edit_distance程序用来计算两个符号字符串间的编辑距离; back-tracking程序是“回溯”法画出最佳路径的代价网格; Dtw-Sakoe.m程序是具有Sakoe-Chiba局部路径约束的动态时间弯 折。-This is a pattern recognition template matching the content of Matlab routines, which edit_distance procedures used to calculate the two symbols of the edit distance between strings back-tracking program is " back" method to draw the best path cost grid Dtw- Sakoe.m program is a Sakoe-Chiba local path constraint of the dynamic time warping.
Update : 2024-05-05 Size : 1024 Publisher : 王明松

matlabdtw
DL : 0
用于语音识别即DTW算法,计算两个语音信号之间的距离-DTW algorithm for speech recognition is to calculate the distance between the two speech signals
Update : 2024-05-05 Size : 1024 Publisher : jiluping

matlabdp2
DL : 0
DTW is one of the method to identify speech and signature or any biometric hope to enjoy it
Update : 2024-05-05 Size : 1024 Publisher : reza

matlabdwt
DL : 0
基于动态时间规划(DTW)的语音信号识别,MATLAB环境下的-Dynamic Programming (DTW) of the speech signal recognition, MATLAB environment
Update : 2024-05-05 Size : 1966080 Publisher : 阿若

matlabdtw2
DL : 0
dtw改进算法源码 在matlab下试验 可以很好识别语音-dtw source under test can be very good at matlab voice recognition
Update : 2024-05-05 Size : 1024 Publisher : 临行

matlabpie
DL : 0
本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 improve
Update : 2024-05-05 Size : 3072 Publisher : wnagling

dtw0文件是运用DTW算法实现噪声环境下语音识别的。其中vad.m是端点检测程序;lpc.m是计算LPC参数的程序;lpc21lpcc.m是计算LPCC参数的程序;mfcc.m是计算MFCC参数的程序;dtw.m是实现经典DTW算法的程序;dtw2.m是实现高效DTW算法的程序,testdtw.m是最终测试程序,其中可以通过改变其中的特征参数名选择不同的特征参数。-dtw0 file DTW algorithm is to use speech recognition in noisy environments. Which is the endpoint detection process vad.m lpc.m is to calculate the LPC parameters of the program lpc21lpcc.m procedure is to calculate the LPCC parameters mfcc.m procedure is to calculate the MFCC parameters dtw.m the classic DTW algorithm to achieve the program dtw2.m DTW algorithm is to achieve efficient procedures, testdtw.m is the final test program, which can change the parameters in which different parameters were selected.
Update : 2024-05-05 Size : 1084416 Publisher : 于军

matlabDTW
DL : 0
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 template matching problem, is the speech recognition appeared in the early, more of a classical algorithm.
Update : 2024-05-05 Size : 6144 Publisher : 伏伊宁

DTW 动态时间规整 用于搜索最佳匹配路径 用局部最优代替全局最优-Dynamic Time Wrapping
Update : 2024-05-05 Size : 7168 Publisher : 韩兴凯

DL : 0
很好的DTW源代码,层次分明,注释详尽,很容易看懂,直接运行主程序main_speech_alignment_DTW.m 即可通过图观察DTW处理前后的波形。-DTW good source code, structured, detailed notes, it is easy to understand, can be run directly by the main program main_speech_alignment_DTW.m Figure waveform observed before and after DTW.
Update : 2024-05-05 Size : 253952 Publisher : wh

先用端点检测将语音中有用的语音部分提取出来(即将头部和尾部的静音部分除掉),然后用LPC算法提取语音信号的特征参数,进行动态归整(DTW算法)后与模板库里面的标准语音作比较,最后将识别结果进行D/A转化后播放出来。在本部分的设计中,则主要完成语音识别的模式匹配算法部分的软件实现。 -First with the endpoint detection of speech to voice some of the useful extracted from the (soon to mute some of the head and tail removed), and then extract the speech signal with the LPC algorithm characteristic parameters of dynamic warping (DTW algorithm) after the template library compared to standard voice inside, and finally the recognition result is D/A conversion after playing out. In this part of the design, mainly to complete the pattern matching algorithm for speech recognition part of the software.
Update : 2024-05-05 Size : 6816768 Publisher : 吴斌

这是一段语音识别的c++源程序,包括预处理,端点检测,线性倒谱系数,dtw算法模式匹配。-This is a speech recognition c++ source, including preprocessing, detection, linear cepstrum, dtw algorithm for pattern matching.
Update : 2024-05-05 Size : 19456 Publisher : 董芳

语音采集c++程序,包括端点检测,线性预测倒谱系数,dtw模式匹配等函数,-this is a program about speech recogenition
Update : 2024-05-05 Size : 19456 Publisher : 董芳
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 29 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.