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

Search list

[Speech/Voice recognition/combinelpcc

Description: 用MATLAB开发的语音识别中语音特征提取方法之一LPCC(线性预测倒谱系数)。-A MATLAB program for speech signal recognition using LPCC (Linear Predictive Cepstral Coding) one of the method for the pick up of speech character
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/combinespeech

Description: 关于语音识别的matlab程序,里面有一些语音文件及识别算法-Matlab on the Speech Recognition program, which has a number of documents and voice recognition algorithms
Platform: | Size: 11701248 | Author: 方方 | Hits:

[Speech/Voice recognition/combinerecog

Description: 语音识别的主程序-Speech Recognition of the main program
Platform: | Size: 1024 | Author: 夭淼 | Hits:

[Speech/Voice recognition/combinespeech-recognition-based-on-hmm

Description: 自己编写的语音识别程序-基于隐马尔可夫模型的语音识别-I have written the speech recognition program- Based on Hidden Markov Model Speech Recognition
Platform: | Size: 5120 | Author: 小苗 | Hits:

[Audio programspeaker

Description: 数字的语音识别matlab程序 训练及识别数据太大,少量上传一点,大家可以用COOLEDIT等软件仿照自己制作.(*.wav文件采样率8000,单声道,采样精度16位,16bit Motorola PCM,*.lab文件存的是语音的起止点和语音内容). -Digit speech recognition matlab program too much training and recognition data, a small amount of upload that you can use software such as CoolEdit modeled to produce their own. (*. Wav file sampling rate 8000, mono, 16-bit sampling precision, 16bit Motorola PCM,*. lab files maintained by the beginning and ending points of speech and voice content).
Platform: | Size: 314368 | Author: er | Hits:

[Mathimatics-Numerical algorithmsspeech-recognition

Description: 能够简单识别0~9十个数字的matlab程序-Be able to easy identification 0 ~ 9 of the 10 figure matlab program
Platform: | Size: 94208 | Author: 王林 | Hits:

[Speech/Voice recognition/combineF2_6764

Description: 端点检测是指用数字处理技术来找出语音信号中的各种段落(如音素、音节、词素、词等)的始点和终点的位置。语音段起止端点检测是语音分析、语音合成和语音识别中的一个必要环节。传统的端点检测方法是从wav文件中获取语音采样,将其分帧并计算短时能量和过零率参数,然后进行端点检测。这种工作方式被称为离线处理方法 ,无法实现语音信号的实时处理,对于语音信号分析具有一定的局限性。本文通过开发ActiveX控件,在MATLAB环境下将其嵌入到figure窗口中,以GUI程序的方式使用,实现语音信号端点检测的实时处理。-Endpoint detection is the use of digital processing techniques to identify the speech signals in a variety of paragraphs (such as phoneme, syllable, morpheme, word, etc.) the starting point and the end position. Speech endpoint detection is a paragraph beginning and end speech analysis, speech synthesis and speech recognition of a necessary link. Traditional endpoint detection method is to obtain from the wav file voice sampling, its sub-frame and calculate the short-term energy and zero-crossing rate parameters, and then proceed to endpoint detection. This work is called off-line approach can not achieve real-time speech signal processing, analysis of the speech signal has a certain limitations. In this paper, through the development of ActiveX controls, in the MATLAB environment to embedded figure window to use GUI program, the realization of speech signal processing real-time endpoint detection.
Platform: | Size: 30720 | Author: cike | Hits:

[Speech/Voice recognition/combineDTWspeechrecognition

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

[matlabfftvq

Description: 小波变换加VQ语音识别程序。用小波变换来提高语音特征的性能,从而提高VQ算法的识别率-Wavelet transform plus VQ speech recognition program. Using wavelet transform to improve the performance of speech features to enhance the recognition rate of VQ algorithms
Platform: | Size: 8192 | Author: 黄邦奉 | Hits:

[Speech/Voice recognition/combineGMM

Description: 本程序为EMD-HHT-M源代码,供大家交流学习,语音识别专用代码-This program is EMD-HHT-M source code for all to share learning, speech recognition-specific code
Platform: | Size: 3756032 | Author: wrd | 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:

[matlabIsolatedDigitRecognition

Description: Matlab下单字语音识别程序。Readme.txt中有使用方法的详细说明。-Vocabulary speech recognition under the program Matlab. Readme.txt in detail using the method.
Platform: | Size: 518144 | Author: John | 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:

[matlab1

Description: 经典的遗传算法程序,很不错,用于语音识别方面,不同以往的遗传算法,有兴趣可以看看。-Classical genetic algorithm program is very good for speech recognition, the genetic algorithm different from the past, interested to see.
Platform: | Size: 90112 | Author: zzh | Hits:

[Speech/Voice recognition/combineMFCC-GMM

Description: 基于MFCC的GMM的说话人识别,是很好的语音处理程序-MFCC of the GMM based speaker recognition, speech processing is a very good program
Platform: | Size: 1180672 | Author: 周钰川 | Hits:

[matlabvq

Description: 语音识别VQ全过程的matlab程序,运行测试能出结果,希望对你们有用,实在没点数才把自己压箱底的东西拿出来,-VQ whole process of speech recognition matlab program, run the test to the result, I hope helpful for you, only then it did not point out what their own bottom pressure, the hum
Platform: | Size: 18432 | Author: wang | Hits:

[matlaba_1

Description: 语音识别全过程的matlab程序,运行测试能出结果,希望对你们有用,实在没点数才把自己压箱底的东西拿出来,-The whole process of speech recognition matlab program, run the test to the result, I hope helpful for you, only then it did not point out what their own bottom pressure, the hum
Platform: | Size: 2048 | Author: wang | Hits:

[matlabamdf

Description: 语音识别全过程的matlab程序,运行测试能出结果,希望对你们有用,实在没点数才把自己压箱底的东西拿出来,-The whole process of speech recognition matlab program, run the test to the result, I hope helpful for you, only then it did not point out what their own bottom pressure, the hum
Platform: | Size: 1024 | Author: wang | Hits:

[OtherSpeech-recognition-matlab-program.tar

Description: 通过简单的MATLAB程序实现对少量的语音信号的是识别- Simple MATLAB program to achieve a small amount of the speech signal is to identify
Platform: | Size: 756736 | Author: dzxg | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net