Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - DTW
Search - DTW - List
matlabdtw
DL : 0
用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., document templates containing 0-9 input voice signal as a reference template.
Update : 2024-05-18 Size : 806912 Publisher : ruanxioafei

DL : 0
DTW - Dynamic Time Warping
Update : 2024-05-18 Size : 3072 Publisher : Willian

一个基于DTW算法的语音识别的C语言识别,可以识别孤立词,相信对大家有用。-A DTW-based speech recognition algorithm in C language recognition, you can identify isolated words, I believe that to be useful.
Update : 2024-05-18 Size : 358400 Publisher : 123

matlabdtw
DL : 0
用于大矩阵,采用矩阵运算优先速度的dtw算法实现。 dtw:Dynamic time warping 动态时间弯曲算法-dtw:Dynamic time warping
Update : 2024-05-18 Size : 1024 Publisher : txy

语音识别的matlab仿真,有文档详细说明,MFCC特征提取,DTW算法识别。对10个简单语音命令进行识别-Speech recognition matlab simulation, documentation detailed description, MFCC feature extraction, DTW algorithm to identify. On 10 simple voice command recognition
Update : 2024-05-18 Size : 1035264 Publisher : maliang

DL : 0
DTW algorithm this is a program that shows the implementation of the DTW algorithm
Update : 2024-05-18 Size : 142336 Publisher : monarifaat90

OtherDTW
DL : 0
语音识别算法,用于语音识别中计算训练好的模板与输入语音之间的差别-Speech Recognition DTW algorithm
Update : 2024-05-18 Size : 1024 Publisher : 王小六

matlabdtw
DL : 0
语音识别,matlab,,DTW算法,实现简单的识别-Voice recognition, matlab,, DTW algorithm, simple identification
Update : 2024-05-18 Size : 242688 Publisher : ruankaichun

matlabDTW
DL : 0
DTW算法的程序,申请两个n*m的矩阵D、d,分别为累积距离和帧匹配距离。这里n和m为测试模版与参考模版的帧数。然后通过一个循环计算两个模版的帧匹配距离d。接下来进行动态规划,为每个格点 (i,j)都计算其三个可能的前续格点的累积距离D1,D2,D3。考虑到边界问题,有些前续格点可能不存在,因此加入一些判断条件最后利用最小值函数min(),找到三个前续格点的累积 距离作为累积距离,与当前帧的匹配距离d(i,j)相加,作为当前格点的累积距离。该计算过程一直达到格点(n,m),并将D(n,m)输出,作为模版匹配的结果。-DTW algorithm procedures, apply two n* m matrix D, d, respectively, accumulated distance and frame matching distance. Where n and m is a reference test pattern and the template frames. Then through a loop to calculate two frames template matching distance d. Next, dynamic programming, for each grid point (i, j) are calculated from the cumulative D1 before the renewal of its three possible lattice point, D2, D3. Taking into account the boundary problem, some former continued grid point may not exist, so add some conditions to determine the final use of the minimum function min (), found three former continued accumulation of grid points cumulative distance as the distance from the current frame to match the d (i, j) added, and a current cumulative distance grid. This calculation has reached the grid (n, m), and D (n, m) output, as a result of template matching.
Update : 2024-05-18 Size : 1024 Publisher : 韦卫

DL : 0
matlab语音识别dtw全部程序, matlab语音识别dtw全部程序,-All dtw matlab speech recognition program
Update : 2024-05-18 Size : 8192 Publisher : 樊东东

DL : 0
学习语音识别基于DTW的模型识别程序,适合入门-DTW-based speech recognition learning model identification procedures for entry
Update : 2024-05-18 Size : 116736 Publisher : 李丽

DL : 0
在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。 本程序是DTW算法的实现-In isolated word speech recognition, the most simple and effective method is to use DTW (Dynamic Time Warping, Dynamic Time whole) algorithm based on dynamic programming (DP) ideas to solve the problem of template matching pronunciation of varying lengths, is earlier, more classic kind of speech recognition algorithms appear for isolated word recognition. HMM algorithm needs to provide a large amount of training phase speech data, by repeating the calculations to obtain the model parameters and the DTW algorithm training almost no additional computation. Therefore, in isolated word speech recognition, DTW algorithm is still widely used. This program is to achieve DTW algorithm
Update : 2024-05-18 Size : 531456 Publisher : 庞永强

该文件为基于DTW的孤立词识别系统(特定人、小词汇量,未采用鲁棒语音识别技术)-The document DTW for isolated word recognition system based on (a specific person, small vocabulary, did not use robust speech recognition technology)
Update : 2024-05-18 Size : 635904 Publisher : zhelmet

Otherdtw
DL : 0
全局约束的DTW时间序列相似度搜索算法-DTW time global constraint sequence similarity search algorithm. . . . . . . . . . . . . . . .
Update : 2024-05-18 Size : 1024 Publisher : 孙宏伟

Otherdtw
DL : 0
基于DTW的孤立词语音识别matlab源码,有音频文件-DTW-based isolated word speech recognition matlab source code, there are audio files
Update : 2024-05-18 Size : 581632 Publisher : Cecilia

基于DTW算法的语音识别原理与实现,相关论文及Matlab实现流程-The principle and implementation of speech recognition based on DTW algorithm, the relevant papers and Matlab implementation process
Update : 2024-05-18 Size : 474112 Publisher : six

CSharpDtw
DL : 0
这是一个基于DTW的语音识别的代码,里面包含端点检测和MFCC的提取。-This is a DTW-based speech recognition code, which contains end point detection and the extraction of MFCC.
Update : 2024-05-18 Size : 1756160 Publisher : 刘烨

dtw动态时间规划算法,应用于语音识别,语音处理,说话人识别的应用中。-DTW dynamic programming algorithm, used in speech recognition, speech processing, application of speaker recognition.
Update : 2024-05-18 Size : 6144 Publisher : 裴孟菲

DL : 0
在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。-In isolated word speech recognition, the most simple and effective method is to use DTW (Dynamic Time Warping, Dynamic Time whole) algorithm based on dynamic programming (DP) of thinking to solve the problem of template matching pronunciation of varying lengths, is Earlier, more classic appearance of a speech recognition algorithm for isolated word recognition. In the training phase HMM algorithm needs to provide a large amount of speech data, by repeating the calculations to obtain the model parameters, and the algorithm of DTW training requires little extra computation. Therefore, in isolated word speech recognition, DTW algorithm is still widely used.
Update : 2024-05-18 Size : 2048 Publisher : 黑色地位

matlabDTW
DL : 0
DTW实现汉字语音识别,用来做语音识别控制,能识别单个汉语词语。-DTW achieve Phonetic Identification, used to make voice recognition control, be able to identify a single Chinese words.
Update : 2024-05-18 Size : 3457024 Publisher : Steven
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 29 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.