登录
首页 » matlab » Desktop

Desktop

于 2015-05-21 发布 文件大小:1240KB
0 179
下载积分: 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 个回复

  • mfcc
    mfcc.m 用于语音识别上的mfcc特征参数提取函数。(mfcc.m mfcc characteristic parameters for speech recognition on the extraction function.)
    2021-03-28 02:09:11下载
    积分:1
  • negentropy
    基于负熵的盲源分离算法,可以用于语音的盲分离,提高语音信号质量(Negative entropy algorithm based on blind source separation, can be used to blind separation of speech, improve the quality of voice signal)
    2020-06-30 11:20:02下载
    积分:1
  • jcsb
    文中研究了6种常用数字调制信号识别的特征参数集,并采用决策树判别方法进行分类识别。仿真结果表明,在SNR≥5dB时,识别正确率在99 以上,且当SNR≥20dB时,识别正确率达到100 。其特点是,算法简单,识别正确率高,达到了自动分类识别的目的,并有利于实现识别的实时化。(In this paper, we study the set of characteristic parameters of the six kinds of commonly used digital modulation signal recognition, and decision tree method for classification. The simulation results show that SNR 鈮� 5dB, the correct rate more than 99 , and when SNR 鈮� 20dB, the correct rate of 100 . Which is characterized by simple algorithm to identify the correct rate, to achieve the purpose of automatic classification and recognition, and help to identify real-time.)
    2012-07-19 09:29:58下载
    积分:1
  • sound_location
    实现声源定位功能,利用两个麦克风的语音数据获得原始声源的位置!(Achieve sound localization function, using two microphones for voice access to the original source data location!)
    2010-05-21 21:21:41下载
    积分:1
  • PSDownload
    评书,语音小说下载程序,修改一下可批量下载(Storytelling, voice novels download, modify available for bulk download)
    2013-08-23 11:51:27下载
    积分:1
  • mhmm_logprob
    语音识别的hmm技术,对做语音识别的朋友很有帮助 (Hmm speech recognition technology, speech recognition make friends very helpful)
    2008-03-27 09:17:37下载
    积分:1
  • 各种算法的MATLAB代码
    基于HMM的语音识别算法和毕设例程,包括数据。(HMM-based speech recognition algorithm and complete routine, including data.)
    2021-04-14 20:08:54下载
    积分:1
  • C_ZTQ
    基于最小均方误差的助听器语音去噪算法, 用于以最大程度消除助听器接受的语音杂音.(Speech denoising algorithm based on the minimum mean square error of a hearing aid for the hearing aid acceptable voice murmur eliminated to the greatest extent.)
    2012-10-08 17:20:58下载
    积分:1
  • yubaihua
    预白化是对语音信号在处理之前的一中预处理操作,对其后的操作有很重要的作用()
    2007-07-11 16:25:44下载
    积分:1
  • yuyin
    语音信号的时域、频域分析,包括短时能量分析、短时平均过零率、自相关函数、短时平均幅度差函数等。(Time-domain speech signal, frequency domain analysis, including short-term energy analysis, the average short-term zero-crossing rate, autocorrelation function, such as short-time average magnitude difference function.)
    2013-12-31 18:51:58下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载