登录
首页 » matlab » 3001562

3001562

于 2015-11-06 发布 文件大小:747KB
0 197
下载积分: 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 个回复

  • frft
    非常经典的分数阶傅里叶变换源程序,经测试,无问题(frft)
    2010-09-24 16:55:00下载
    积分:1
  • Introduction2MATLABGaToolsBox
    Matlab遗传算法工具箱及应用PDF,校正过页码,并添加了目录标签。(introduction fo matlab gatool box, add page number and content list)
    2013-08-10 10:50:27下载
    积分:1
  • demo_Brain_2D
    2D脑图的L1小波重建图像,您需要安装Wavelab来实现此代码。(demo_Brain_2D.m demonstrate an L1-wavelet reconstruction of a brain image. )
    2013-04-27 12:23:38下载
    积分:1
  • suoxianghuan
    锁相环相关知识,包含二阶 三阶 锁相环的介绍以及编程实例汇总(Phase-locked-related knowledge, presentation and programming examples included 2nd and 3rd order PLL summary)
    2014-11-06 21:14:06下载
    积分:1
  • ex1_4
    Particle swarm optimization has been used to solve many optimization problems since it was proposed by Kennedy and Eberhart in 1995 [4]. After that, they published one book [9] and several papers on this topic [5][7][13][15], one of which did a study on its performance using four nonlinear functions adopted as a benchmark by many researchers in this area [14]. In PSO, each particle moves in the search space with a velocity according to its own previous best solution and its group’s previous best solution. The dimension of the search space can be any positive integer.
    2011-02-14 18:35:53下载
    积分:1
  • MIMO_simulation
    MIMO system simulation.
    2014-09-02 19:04:08下载
    积分:1
  • regiongrowing
    it is code for segment imafe using region growing
    2015-02-28 19:44:40下载
    积分:1
  • NFEM_displacement_control
    nonlinear FEM analysis of 1 dimension bar
    2020-06-21 19:40:01下载
    积分:1
  • weina-matlab
    改进的维纳滤波的matlab代码 .m文件 直接运行(Improved Wiener filter matlab code. M files directly run)
    2008-12-13 12:18:01下载
    积分:1
  • 802.11Security
    Beginning with an introduction to 802.11b in general, 802.11 Security gives you a broad basis in theory and practice of wireless security, dispelling some of the myths along the way. In doing so, they provide you with the technical grounding required to think about how the rest of the book applies to your specific needs and situations. If you are a network, security, or systems engineer, or anyone interested in deploying 802.11b--based systems, you ll want this book beside you every step of the way.(Beginning with an introduction to 802.11b in general, 802.11 Security gives you a broad basis in Theor y and practice of wireless security, dispelling some of the myths along the way. In do ing so, they provide you with the technical grounding r equired to think about how the rest of the book ap plies to your specific needs and situations. If you are a network, security, or systems engineer, or anyone interested in deploying 802.11b--ba sed systems. you ll want this book beside you every step of the way.)
    2006-06-07 15:38:38下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载