登录
首页 » matlab » HMMforspeechrecogntion

HMMforspeechrecogntion

于 2010-01-05 发布 文件大小:1152KB
0 173
下载积分: 1 下载次数: 460

代码说明:

  一个可执行的HMM语音识别程序例程,实现了对10个数字音的识别程序,包含了HMM语音识别中的分段,MFCC特征提取,Baum-Welch训练,及Viterbi等算法,通过此例程可以很好的理解HMM的算法原理(An executable HMM-based 10 digits speech recogntion program example. this code zip file includes segmentation, MFCC feature extraction, Baum-Welch based re-estimation and Viterbi algorithm involved in HMM. it helps much better understand the HMM algorithm and its application for speech recogntion. )

文件列表:

HMM matlab source
.................\01a.wav
.................\01b.wav
.................\02a.wav
.................\02b.wav
.................\03a.wav
.................\03b.wav
.................\11a.wav
.................\11b.wav
.................\12a.wav
.................\12b.wav
.................\13a.wav
.................\13b.wav
.................\21a.wav
.................\21b.wav
.................\22a.wav
.................\22b.wav
.................\23a.wav
.................\23b.wav
.................\31a.wav
.................\31b.wav
.................\32a.wav
.................\32b.wav
.................\33a.wav
.................\33b.wav
.................\41a.wav
.................\41b.wav
.................\42a.wav
.................\42b.wav
.................\43a.wav
.................\43b.wav
.................\51a.wav
.................\51b.wav
.................\52a.wav
.................\52b.wav
.................\53a.wav
.................\53b.wav
.................\61a.wav
.................\61b.wav
.................\62a.wav
.................\62b.wav
.................\63a.wav
.................\63b.wav
.................\71a.wav
.................\71b.wav
.................\72a.wav
.................\72b.wav
.................\73a.wav
.................\73b.wav
.................\81a.wav
.................\81b.wav
.................\82a.wav
.................\82b.wav
.................\83a.wav
.................\83b.wav
.................\91a.wav
.................\91b.wav
.................\92a.wav
.................\92b.wav
.................\93a.wav
.................\93b.wav
.................\baum.m
.................\enframe.m
.................\getparam.asv
.................\getparam.m
.................\hs_err_pid3340.log
.................\inithmm.asv
.................\inithmm.m
.................\main.asv
.................\main.m
.................\melbankm.m
.................\melcepst.asv
.................\melcepst.m
.................\mixture.m
.................\pdf.m
.................\rdct.m
.................\rfft.m
.................\samples.mat
.................\train.m
.................\vad.m
.................\viterbi.asv
.................\viterbi.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • Speech_Enhancement
    语音增强电子书,国外经典教材,自适应滤波,卡尔曼滤波,最小均方算法等等(speech enhancement ebook)
    2020-11-16 10:39:41下载
    积分:1
  • VAD-1
    C语言实现的端点检测,具有良好的效果,对于做语音识别者来说,是很好的参考(C language implementation of endpoint detection, with good results)
    2020-12-10 15:19:18下载
    积分:1
  • ACF
    自适应滤波器设计的matlab源程序,包括LMS,RLS,Kalman滤波等(Adaptive filter design matlab source code, including the LMS, RLS, Kalman filtering)
    2007-11-29 16:41:36下载
    积分:1
  • viocerecognition
    用于汉语语调识别的程序,可以识别我们说话中的四个声调。已通过测试(Chinese tone recognition for the program, has been tested)
    2009-04-20 08:47:23下载
    积分:1
  • hmm
    自己认真修改的程序代码,并且通过测试可以运行的!对HMM-GMM的初学者有用。(Own serious modify the program code, and the test can be run. HMM-GMM useful for beginners.)
    2012-12-14 21:10:54下载
    积分:1
  • celp
    Matlab code for CELP
    2017-11-07 17:48:53下载
    积分:1
  • FIR
    绘制一段语音信号的波形并观察其频谱,用三角窗设计一个满足给定相应技术指标的FIR滤波器,对该语音信号进行滤波去噪处理,比较滤波前后的波形和频谱并进行分析。
    2021-03-22 16:29:16下载
    积分:1
  • word_to_sound
    用c编写的文字转化成声音的程序,可以把该程序移植到单片机和其他嵌入式处理器中.实现应有的功能.(With c prepared text into sound procedures, the program can be transplanted into single-chip and other embedded processors. Realize the function.)
    2007-08-08 15:33:04下载
    积分:1
  • hmm
    hmm文件时运用HMM算法实现噪声环境下语音识别的。其中vad.m是端点检测程序;mfcc.m是计算MFCC参数的程序;pdf.m函数是计算给定观察向量对该高斯概率密度函数的输出概率;mixture.m是计算观察向量对于某个HMM状态的输出概率,也就是观察向量对该状态的若干高斯混合元的输出概率的线性组合;getparam.m函数是计算前向概率、后向概率、标定系数等参数;viterbi.m是实现Viterbi算法;baum.m是实现Baum-Welch算法;inithmm.m是初始化参数;train.m是训练程序;main.m是训练程序的脚本文件;recog.m是识别程序。(hmm HMM algorithm file using speech recognition in noisy environments. Which is the endpoint detection process vad.m mfcc.m procedure is to calculate the MFCC parameters pdf.m function is calculated for a given observation vector of the Gaussian probability density function of output probability mixture.m is to calculate the observation vector for a HMM state output probability of observation vector is the number of Gaussian mixture per state output probability of the linear combination getparam.m before the calculation of the probability function, backward probability, calibration coefficients and other parameters viterbi.m is Viterbi algorithm implementation baum.m Baum-Welch algorithm to achieve inithmm.m is the initialization parameters train.m is the training program main.m training program is a script file recog.m is to identify procedures.)
    2010-09-16 20:51:49下载
    积分:1
  • EM_init_kmeans
    高斯混合模型参数初始化程序,在对高斯混合模型的建立之前采用KMEANS算法进行初始化(Gaussian mixture model parameter initialization procedure, in the Gaussian mixture model is initialized before the algorithm used KMEANS)
    2010-11-18 20:28:33下载
    积分:1
  • 696518资源总数
  • 104988会员总数
  • 11今日下载