登录
首页 » matlab » Desktop

Desktop

于 2015-05-21 发布 文件大小:1240KB
0 350
下载积分: 1 下载次数: 252

代码说明:

  语音识别,有GUI界面,实现0~9数字语音识别(speaker identification)

文件列表:

HMMHMMHMM
.........\HMM
.........\...\approxeq.m,225,1999-11-27
.........\...\consist.m,2633,1999-11-27
.........\...\dist2.m,821,1999-11-27
.........\...\em_converged.m,829,1999-11-27
.........\...\enumerate_loglik.m,552,1999-11-27
.........\...\Examples
.........\...\........\fixed_lag_demo.m,990,1999-11-27
.........\...\........\learn_dhmm_demo.m,319,1999-11-27
.........\...\........\learn_mhmm_demo.m,266,1999-11-27
.........\...\........\online_em_demo.m,2223,1999-11-27
.........\...\fhmm_infer.m,7936,1999-11-27
.........\...\fixed_lag_smoother.m,2132,1999-11-27
.........\...\forwards.m,1332,1999-11-27
.........\...\forwards_backwards.m,3600,1999-11-27
.........\...\gaussian_prob.m,607,1999-11-27
.........\...\gmm.m,2324,1999-11-27
.........\...\gmminit.m,2979,1999-11-27
.........\...\init_mhmm.m,1790,1999-11-27
.........\...\kmeans.m,3592,1999-11-27
.........\...\learn_hmm.m,5608,1999-11-27
.........\...\learn_mhmm.m,5662,1999-11-27
.........\...\Matlab中文论坛 Simulink 论坛 Matlab下载 Matlab资料 Matlab视频 Matlab图像处理 Matlab神经网络 Matlab数学运算.htm,60848,2008-03-10

.........\...\mk_dhmm_obs_lik.m,558,1999-11-27
.........\...\mk_fhmm_topology.m,378,1999-11-27
.........\...\mk_ghmm_obs_lik.m,487,1999-11-27
.........\...\mk_mhmm_obs_lik.m,875,1999-11-27
.........\...\mk_stochastic.m,770,1999-11-27
.........\...\normalise.m,283,1999-11-27
.........\...\Old
.........\...\...\example1.m,1592,1999-11-27
.........\...\...\fixed_lag_smoother.m,1952,1999-11-27
.........\...\...\learn_hmm.m,4021,1999-11-27
.........\...\...\online_em.m,2392,1999-11-27
.........\...\...\online_em_hmm_demo.m,2092,1999-11-27
.........\...\...\online_em_pomdp_demo.m,2736,1999-11-27
.........\...\...\sample_markov_chain.m,1161,1999-11-27
.........\...\online_em.m,2359,1999-11-27
.........\...\prob_path.m,448,1999-11-27
.........\...\README,184,1999-11-27
.........\...\sample_dhmm.m,568,1999-11-27
.........\...\sample_discrete.m,561,1999-11-27
.........\...\sample_mc.m,442,1999-11-27
.........\...\sample_mdp.m,490,1999-11-27
.........\...\sample_mhmm.m,997,1999-11-27
.........\...\sample_pomdp.m,612,1999-11-27
.........\...\viterbi_path.m,1563,1999-11-27
.........\...\说明.txt,727,2006-02-21
HMM_VoiceRecognation
....................\baum.m,1539,2013-07-06
....................\data
....................\....\test
....................\....\....\0b.wav,29640,2001-10-21
....................\....\....\1b.wav,31800,2001-10-21
....................\....\....\2b.wav,37224,2001-10-21
....................\....\....\3b.wav,32664,2001-10-21
....................\....\....\4b.wav,38264,2001-10-21
....................\....\....\5b.wav,37144,2001-10-21
....................\....\....\6b.wav,35624,2001-10-21
....................\....\....\7b.wav,33576,2001-10-21
....................\....\....\8b.wav,21608,2001-10-21
....................\....\....\9b.wav,27192,2001-10-21
....................\....\train
....................\....\.....\0a.wav,29096,2001-10-21
....................\....\.....\1a.wav,33832,2001-10-21
....................\....\.....\2a.wav,32840,2001-10-21
....................\....\.....\3a.wav,38472,2001-10-21
....................\....\.....\4a.wav,37144,2001-10-21
....................\....\.....\5a.wav,34408,2001-10-21
....................\....\.....\6a.wav,36552,2001-10-21
....................\....\.....\7a.wav,36280,2001-10-21
....................\....\.....\8a.wav,21624,2001-10-21
....................\....\.....\9a.wav,25192,2001-10-21
....................\getparam.m,1997,2013-07-06
....................\hmm.mat,48534,2013-07-06
....................\HMM_VoiceRecognation.fig,4027,2013-07-07
....................\HMM_VoiceRecognation.m,7655,2013-07-07
....................\inithmm.m,1304,2013-07-06
....................\main.m,222,2013-07-06
....................\mfcc.m,861,2013-07-06
....................\mixture.m,389,2013-07-06
....................\pdf.m,233,2013-07-06
....................\recog.m,318,2013-07-06
....................\samples.mat,599914,2013-07-06
....................\train.m,839,2001-11-13
....................\vad.m,1853,2013-07-06
....................\viterbi.m,1029,2013-07-06

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

发表评论

0 个回复

  • fp_enhancement
    指纹预处理中的增强算法,matlab上面实现hong的gobar算法。(Pretreatment fingerprint enhancement algorithm, matlab above hong realize the gobar algorithm.)
    2008-05-21 18:53:34下载
    积分:1
  • MFCC
    MFCC算法的matlab实现,该算法清晰明了,简单易懂,非常的适合初学者。(The realization of MFCC algorithm based on MATLAB)
    2018-05-28 21:40:27下载
    积分:1
  • lbg
    实现已知训练序列的矢量量化器(LBG)算法。初始码书从训练序列每隔五个样本选取一组(Achieve a known training sequence of the vector quantizer (LBG) algorithm. The initial codebook from the training sequence every five samples to select a group of)
    2020-11-01 16:29:57下载
    积分:1
  • segSNR+IS
    提供了segmantal SNR及IS的计算代码,用于语音增强后评价用。(Provided segmantal SNR and IS calculation code for speech enhancement with post-evaluation.)
    2020-07-13 09:38:52下载
    积分:1
  • voice
    基于LPC的语音合成,可以实现变调变速功能,附带注释便于学习。(LPC-based speech synthesis, can achieve modulation speed function, annotated easy to learn.)
    2010-01-25 19:03:12下载
    积分:1
  • Speech-enhancement
    语音增强的MATLAB代码 基于谱减法的语音增强系统(Speech enhancement of MATLAB code)
    2020-10-20 11:57:24下载
    积分:1
  • P863E
    P.863标准(POLQA),语音质量的客观评测标准,是对P.862标准(PESQ)的升级,适应范围更广,评价结果更接近主观的MOS。(P.863 Standards (POLQA), objective voice quality uation standard is the standard P.862 (PESQ) upgrade, adapt a wider range of uation results closer to the subjective MOS.)
    2015-03-11 12:15:12下载
    积分:1
  • SpeechRec
    基于DTW算法实现的语音识别程序,可以识别数字0 9,以及“正弦波,方波,三角波”,并将波形识别结果装入TXT文件中!(DTW algorithm based on speech recognition program that can recognize digits 0 to 9, and sine, square, triangle, and waveform recognition result is loaded into a TXT file!)
    2015-12-06 19:32:24下载
    积分:1
  • HMM_matlab
    这是基于隐马尔可夫模型的连续语音识别代码,不同于dtw,这是个完整的工程,我把需要的voicebox也放进去了,一共用到9个子函数,包括模板的训练算法何识别算法,是完全可以使用的。(This is based on the hidden Markov model of continuous voice recognition code, different the dtw, which is a complete project, I need to put the voicebox into a total of nine sub-functions, including the template training algorithm to identify the algorithm, Is fully available.)
    2020-12-10 14:29:19下载
    积分:1
  • wden1.rar
    优化小波阈值,对硬阈值和软阈值的改进,通常用于语音信号增强,去噪(Optimization of wavelet threshold, the hard threshold and soft threshold improvement, commonly used in speech signal enhancement and denoise)
    2020-12-02 18:29:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载