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

Search list

[Speech/Voice recognition/combine基于DTW模型的语音识别

Description: 语音识别(Speech Recognition)是让机器通过识别和理解过程把语音信号转变为相应的文本或命令的技术。在课题中,通过采用DTW(Dynamic time warping, 动态时间伸缩)算法,对实现孤立词的识别进行了初步探讨和研究,实现了在MATLAB软件环境下孤立词语的语音识别,并针对DTW的主要特点及不足做出了总结。-Speech Recognition (Speech Recognition) machines is through recognition and understanding of a process which put the voice signal into the corresponding text or command technology. The issue, through the use DTW (Dynamic time warping, dynamic time telescopic) algorithm to achieve an isolated word recognition conducted a preliminary exploration and study, the realization of the MATLAB software environment isolated words of Speech Recognition and DTW against the main features and deficiencies make summarized.
Platform: | Size: 116736 | Author: 序号 | Hits:

[Speech/Voice recognition/combinedtw__textdtw

Description: matlab实现的语音识别DTW算法已经相应的测试程序。-Matlab achieve DTW speech recognition algorithm has the corresponding test procedures.
Platform: | Size: 1024 | Author: 张三五 | Hits:

[Speech/Voice recognition/combineVAD-DTW-HMM

Description: 端点检测和基于DTW和HMM的孤立词识别和连续语音识别-endpoint detection and DTW-based HMM and isolated word recognition and Continuous Speech Recognition
Platform: | Size: 543744 | Author: 夏洪他 | Hits:

[Speech/Voice recognition/combineDTW-mfcc

Description: 语音识别中提取特征向量和进行特征向量比对的DTW源代码-Speech Recognition feature extraction and feature vectors to the right than the source code DTW
Platform: | Size: 4096 | Author: ziritu | Hits:

[Speech/Voice recognition/combinespeakerrecognition

Description: 语音识别中的两种特征提取方法lpcc和mfcc,还有一个是文本无关的识别算法dtw,另外还有一个是预处理消噪部分的。共享一下,这些都是我调试过的,好用。-Speech Recognition two feature extraction methods and mfcc lpcc. There is a text-independent recognition algorithm dtw, in addition to a pretreatment is part of the noise source. Sharing that those are off the debugging and ease of use.
Platform: | Size: 1024 | Author: 杨洁 | Hits:

[Speech/Voice recognition/combinedtw_win

Description: 语音信号时域动态归整MATLAB原程序,可以用于语音识别。-Dynamic time-domain speech signal to the entire original MATLAB program that can be used for speech recognition.
Platform: | Size: 5120 | Author: 刘镇 | Hits:

[Speech/Voice recognition/combineDTW

Description: 一个可以识别连续数字语音的程序,提取mfcc,用dtw实现识别,有文档-A continuous digital speech recognition procedures, extraction mfcc, using DTW to achieve recognition, there are documents
Platform: | Size: 1826816 | Author: da | Hits:

[Speech/Voice recognition/combinevoice464

Description: dtw(动态时间规整)语音识别的matlab源码-dtw (Dynamic Time Warping) speech recognition matlab source code
Platform: | Size: 769024 | Author: 常远 | Hits:

[Speech/Voice recognition/combinemfcc+vad+dtw

Description: 语音识别的很好的系统,识别率很高的!可以借鉴的-Good speech recognition systems, recognition rate is very high! Can learn from the
Platform: | Size: 444416 | Author: 陈吉成 | Hits:

[Speech/Voice recognition/combinespeechcode1

Description: Template based Speech Recognition using spectral features and DTW, very clear code in MATLAB
Platform: | Size: 9216 | Author: Cutie Babe | Hits:

[Speech/Voice recognition/combineDTW

Description: For create database for speech recognition system that extract features from sound files and save them in a file
Platform: | Size: 2048 | Author: Mohammad | Hits:

[Speech/Voice recognition/combineDTWspeechrecognition

Description: 基于DTW的孤立词语音识别程序,Matlab环境-DTW-based isolated word speech recognition program, Matlab environment
Platform: | Size: 4061184 | Author: 方蕾 | Hits:

[Speech/Voice recognition/combineSpeech_recognition_with_DTW

Description: A source code of a speech recognition system based on DTW
Platform: | Size: 6144 | Author: Anderson | Hits:

[Speech/Voice recognition/combineSpeech-recognition.dtw

Description: speech recognition using DTW
Platform: | Size: 101376 | Author: fayaz123 | Hits:

[Speech/Voice recognition/combineSpeechRecognition_DTW

Description: 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.
Platform: | Size: 607232 | Author: Aso | Hits:

[matlabDTW

Description: 基于DTW的语音情感识别!运行环境MATLAB!-Speech Emotion Recognition Based on DTW! Operating environment MATLAB!
Platform: | Size: 443392 | Author: 吴帅 | Hits:

[matlabdwt

Description: 基于动态时间规划(DTW)的语音信号识别,MATLAB环境下的-Dynamic Programming (DTW) of the speech signal recognition, MATLAB environment
Platform: | Size: 1966080 | Author: 阿若 | Hits:

[Speech/Voice recognition/combinedtw

Description: 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 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.
Platform: | Size: 8192 | Author: 于军 | Hits:

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

Description: 基于matlab的语音识别dtw算法实现(speech recognition DTW)
Platform: | Size: 110592 | Author: 景阳山庄 | 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:
« 12 3 4 5 »

CodeBus www.codebus.net