登录
首页 » matlab » 3001562

3001562

于 2015-11-06 发布 文件大小:747KB
0 270
下载积分: 1 下载次数: 30

代码说明:

  基于gmm的语音识别系统,进行声纹识别,数据样例也有(Speech recognition system based on GMM)

文件列表:

ch12
....\ActVoice
....\........\ActVoice.aps,19132,2001-11-03
....\........\ActVoice.clw,743,2001-11-03
....\........\ActVoice.cpp,1944,2001-11-03
....\........\ActVoice.def,224,2001-11-03
....\........\ActVoice.dsp,8620,2001-11-11
....\........\ActVoice.dsw,539,2001-11-03
....\........\ActVoice.h,968,2001-11-03
....\........\ActVoice.ncb,74752,2001-11-11
....\........\ActVoice.odl,1988,2001-11-03
....\........\ActVoice.opt,48640,2001-11-11
....\........\ActVoice.plg,2248,2001-11-11
....\........\ActVoice.rc,3381,2001-11-03
....\........\ActVoiceCtl.bmp
....\........\ActVoiceCtl.cpp,7295,2001-11-04
....\........\ActVoiceCtl.h,2199,2001-11-04
....\........\ActVoicePpg.cpp,2422,2001-11-03
....\........\ActVoicePpg.h,1436,2001-11-03
....\........\Debug
....\........\ReadMe.txt,3168,2001-11-03
....\........\Release
....\........\Resource.h,490,2001-11-03
....\........\StdAfx.cpp,204,2001-11-03
....\........\StdAfx.h,1185,2001-11-03
....\........\wave.cpp,7497,2001-11-04
....\........\wave.h,232,2001-11-04
....\ActVoice.ocx,262144,2001-11-04
....\ampzcr.m,598,2001-10-30
....\MatWave
....\.......\Debug
....\.......\main.cpp,1199,2001-11-03
....\.......\MatWave.aps,17812,2001-10-31
....\.......\MatWave.clw,328,2001-10-31
....\.......\MatWave.cpp,1757,2001-10-31
....\.......\MatWave.def,198,2001-11-01
....\.......\MatWave.dsp,4410,2001-11-03
....\.......\MatWave.dsw,537,2001-10-31
....\.......\MatWave.h,1264,2001-10-31
....\.......\MatWave.ncb,58368,2001-11-03
....\.......\MatWave.opt,48640,2001-11-03
....\.......\MatWave.plg,2003,2001-11-03
....\.......\MatWave.rc,3071,2001-10-31
....\.......\ReadMe.txt,2577,2001-10-31
....\.......\Release
....\.......\res
....\.......\...\MatWave.rc2,399,2001-10-31
....\.......\Resource.h,379,2001-10-31
....\.......\StdAfx.cpp,209,2001-10-31
....\.......\StdAfx.h,1447,2001-10-31
....\.......\wave.cpp,7279,2001-11-03
....\.......\wave.h,210,2001-11-02
....\MatWave.dll,106496,2001-11-03
....\sample.m,135,2001-11-04
....\testmex.m,203,2001-11-03
....\testocx.m,96,2001-11-04
....\vad.m,2410,2001-10-31
ch13
....\cdhmm
....\.....\baum.m,1511,2001-11-12
....\.....\getparam.m,1990,2002-02-28
....\.....\hmm.mat,63856,2001-11-12
....\.....\inithmm.m,1266,2002-02-28
....\.....\main.m,165,2001-11-13
....\.....\mfcc.m,859,2001-11-09
....\.....\mixture.m,357,2001-11-11
....\.....\pdf.m,230,2001-11-10
....\.....\recog.m,255,2001-11-13
....\.....\samples.mat,630000,2001-11-12
....\.....\train.m,839,2001-11-13
....\.....\vad.m,1855,2001-11-09
....\.....\viterbi.m,1026,2001-11-11
....\dtw
....\...\dtw.m,494,2001-11-09
....\...\dtw2.m,1648,2001-11-09
....\...\mfcc.m,859,2001-11-09
....\...\testdtw.m,647,2001-11-09
....\...\vad.m,1855,2001-11-09
....\record
....\......\record.fig,19008,2001-11-12
....\......\record.m,3974,2001-11-12
....\......\sample.m,147,2001-11-12

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

发表评论

0 个回复

  • zsfdgsd
    40 bytes in English. System will automatically delete the directory of debug and release, so please do not put files on these two directory.DemoV4
    2010-06-27 01:37:27下载
    积分:1
  • pluskid
    高斯混合模型的说明。对什么是高斯混合模型进行了较为详细的解释(Gaussian mixture model description. What is the Gaussian mixture model for a more detailed explanation of)
    2011-04-29 16:55:50下载
    积分:1
  • MATLAB6
    这是一个简介sinulink的课件文档,对入门有些帮助。(This is a profile sinulink courseware documents on entry of some help.)
    2011-05-03 10:36:36下载
    积分:1
  • Shading-algorithm3
    shading modele algorithm for changing detection
    2015-03-11 20:38:50下载
    积分:1
  • synopsis-papers
    encryption and decryption of text data papers
    2015-03-31 01:08:10下载
    积分:1
  • ABS
    对于高光谱波段降维中的ABS指数(Adaptive Band Selection)进行编程,计算每一个波段的ABS指数进行计算并排序,辅助高光谱波段降维。(ABS(Adaptive Band Selection) index for hyperspectral dimension reduction. The ABS index is calculated for each band and sorted. )
    2020-10-19 16:27:25下载
    积分:1
  • improved-FCM-based-on-GA
    是一个基于遗传算法改进的模糊C均值算法,很不错的代码。(It is a improved fuzzy C-means algorithm based on genetic algorithm , a very good code. )
    2014-02-12 11:32:33下载
    积分:1
  • npcsma protocol matlab simulation
    基于MATLAB的非坚持型CSMA的算法仿真,分析业务量和吞吐量的关系,计算业务量对延时个数的影响。(The algorithm simulation of non stick CSMA based on MATLAB is analyzed, and the relationship between traffic and throughput is analyzed, and the influence of traffic on the number of delay is calculated.)
    2017-11-27 19:19:38下载
    积分:1
  • Matlabsimulation
    通过M atlab 模拟了随机产生的一定概率分布的信号序列, 叠加高斯噪声后利用最大后验概率(MAP)检 测到的误码率, 做出BER~ SNR曲线, 并与理论计算得到的曲线进行比较, 两者吻合.(M atlab simulated by a certain probability distribution of random signal sequence, use of superposition of Gaussian noise is the maximum a posteriori (MAP) detection to the error rate, making BER ~ SNR curves obtained with the theoretical curve of the combined fit.)
    2010-12-05 09:51:59下载
    积分:1
  • Forest-Fire
    应用MATLAB基于元胞自动机的森林火灾仿真(、Forest Fire)
    2011-05-03 16:49:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载