搜索资源列表
基于MATLAB的语音识别系统程序包括HMMDTWRecord三个matlab的M文件
- 基于MATLAB的语音识别系统程序,包括HMM,DTW,Record三个matlab的M文件
hmm的语音识别
- hmm的语音识别
hmm.zip
- 隐马尔可夫链模型和例程(包括前向、后向算法、Viterbi解码以及为了减少概率数值计算误差编写的对数运算程序),Introduction to Hiden Markov Model and Example Codes
HVite.rar
- 实现HMM算法,VQ算法,以及神经网络算法的语音识别程序,Realize the arigthom of HMM(training),VQ and NN for speech recognition
yuyinshibie.rar
- 利用matlab模拟的语音识别系统,读取wav文件进行信号处理~~~,Matlab simulation of the use of voice recognition systems, to read wav files Signal Processing ~ ~ ~
cdhmm
- 用Matlab开发的基于HMM的语音识别系统-Developed using Matlab-based HMM speech recognition system
HMM100
- HMM matlab 源代码,可用于语音识别,是一种经典的算法,有广泛的应用范围。-HMM matlab source code, can be used for speech recognition is a classical algorithm, a wide range of applications.
speechbox
- 《matlab扩展编程》光盘资料.关于端点检测,录音,参数提取,HMM,LPC,MFCC,DYW等一些源代码-err
rabiner-HMM
- HMM经典资料。后面还附有语音识别相关资料。
ProjectSpeech_HMM
- Speech recognition using H-Speech recognition using HMM
speechpointdetection
- 基音端点检测,可用于语音识别, 和语音编码中。-speech point detection
speechR
- 隐马尔科夫语音识别,源代码,只需修改部分便可实现其他功能。-HMM sound recognition
DTW
- DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法。用于孤立词识别,DTW算法与HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。 -DTW (Dynamic Time Warping, dynamic time warping) algorithm
Hmm
- 语音识别技术的最终目标是要让计算机能与人自由交谈。目前,连续语音识别技术正趋于成熟,语音识别也延伸出了诸多实用化的研究方向。今后,语音识别的重点将集中在自然话语识别与理解、实时语音识别和语音识别鲁棒性等方面。作为一门交叉学科,语音识别所涉及到的技术有信号处理、模式识别、概率论和信息论、发声机理、听觉机理和人工智能等。-The ultimate goal of speech recognition technology is to make computers and allowing other
hmm
- MATLAB编写的语音识别算法,中间有详细的代码注释,便于大家交流-Speech recognition algorithm written in MATLAB, the middle of a detailed code comments, easy to share
HMM
- 这是HMM的语音识别不用修改就可以使用,很好用希望大家喜欢-This is a HMM speech recognition can be used without modification
SpeechRecognition-master
- 基于HMM的语音识别系统,识别数字1~10(Speech recognition system based on HMM and identification of digital 1~10)
HMM with skips and single Diagonal Gaussian
- 以MFCC作为特征参数,利用HMM算法进行语音识别(Speech recognition using HMM algorithm)
Hidden-Markov-Models_4_1
- 语音识别HMM隐马尔可夫全过程的matlab程序,运行测试能出结果,希望对你们有用,实在没点数才把自己压箱底的东西拿出来,呜呜(HMM speech recognition, Hidden Markov whole process of matlab program, run the test to the result, I hope helpful for you, it is only then did their own pressure points things bottom out
实现孤立词语音识别
- 一个HMM的Matlab实现方法,可实现孤立词语音识别