登录
首页 » matlab » GMM

GMM

于 2013-07-20 发布 文件大小:20337KB
0 239
下载积分: 1 下载次数: 182

代码说明:

  GMM说话人识别平台全套,从特征提取到模式识别,到识别率,一整套都有(GMM speaker recognition platform full, from feature extraction to pattern recognition, the recognition rate, set both)

文件列表:

matlab说话人识别测试平台
........................\CalDistance.m,705,2012-07-20
........................\code_mfcc100.mat,974898,2012-04-19
........................\comploglik.m,305,2011-09-29
........................\EM.m,5561,2011-09-30
........................\EM_init_kmeans.m,1645,2009-07-22
........................\enframe.m,2895,2009-11-01
........................\frq2mel.m,2535,2012-07-11
........................\gaussPDF.m,958,2009-07-22
........................\generateMFCC.m,1397,2012-07-16
........................\generateSCF.m,2040,2012-07-11
........................\generateSCM.m,2484,2012-07-11
........................\main.m,768,2012-07-18
........................\matlab.mat,4194411,2012-04-09
........................\matlab语者识别平台文档.vsd,280064,2012-09-08
........................\mearuellks.m,296,2011-09-30
........................\mel2frq.m,2525,2012-07-11
........................\melbankm.m,11383,2010-01-02
........................\melcepst.m,5077,2009-10-19
........................\melfb.m,521,2010-05-07
........................\mfcc.m,434,2012-07-10
........................\mfcc_scf_llkdistribute.mat,2114672,2012-07-23
........................\mofang_distance.m,224,2012-07-20
........................\new.wav,13732012,2012-07-11
........................\noNoise_mfcc.mat,1874616,2012-07-11
........................\noNoise_mfcc100.mat,1050512,2012-04-18
........................\noNoise_mfcc40.mat,404277,2012-03-14
........................\rdct.m,2116,2007-05-04
........................\rfft.m,1873,2010-12-10
........................\scf.m,808,2012-06-08
........................\SCFfeature.m,592,2012-07-10
........................\scm.m,868,2012-06-08
........................\SCMfeature.m,966,2012-07-23
........................\test.m,1689,2012-07-11
........................\test.wav,320046,2012-07-11
........................\testForSingle.m,841,2012-07-11
........................\testGZsponf035.wav,320046,2012-05-23
........................\testGZsponf057.wav,320046,2012-07-10
........................\testSCFForGMM.m,1577,2012-04-19
........................\test_new.m,2332,2012-07-18
........................\train.m,1096,2012-07-11
........................\trainForSingle.m,832,2012-07-11
........................\trainSCFForGMM.m,1095,2012-04-19
........................\who.wav,320046,2012-05-23
........................\复件 noNoise_mfcc.mat,1050512,2012-04-18

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

发表评论

0 个回复

  • nietiu
    多抽样率信号处理,包括邓氏关联度、绝对关联度、斜率关联度、改进绝对关联度,完整的基于HMM的语音识别系统。( Multirate signal processing, Including Deng s correlation, absolute correlation, correlation of slope, improved absolute correlation, Complete HMM-based speech recognition system.)
    2016-11-08 16:00:00下载
    积分:1
  • speaker
    本系统是基于矢量量化技术的说话人识别系统。可根据语音库以及实时录音识别且具有图形用户界面。压缩包内含有源码、语音信息库音频及演示视频等。(The system is based on vector quantization speaker recognition system. Identifiable and has a graphical user interface based on speech and real-time recording. Within the compressed package contains the source code, voice information and presentation of audio and video.)
    2015-04-16 15:19:25下载
    积分:1
  • mfcc
    采用MFCC方法提取训练集样本或测试集样本语音特征参数的MATLAB程序,仿真时需先将voicebox语音处理工具箱添加到MATLAB软件中(The MFCC method is used to extract the MATLAB program of the training set sample or the test set sample speech feature parameters. The voicebox voice processing toolbox is added to the MATLAB software first.)
    2018-07-22 18:58:36下载
    积分:1
  • zuoyinxiaoboquzao
    小波去噪,应用于人的语音信号处理中。包含有程序以及运行的结果。(wavelet,denoise)
    2010-09-26 21:35:38下载
    积分:1
  • GMM
    GMM说话人识别平台全套,从特征提取到模式识别,到识别率,一整套都有(GMM speaker recognition platform full, from feature extraction to pattern recognition, the recognition rate, set both)
    2013-07-20 19:01:49下载
    积分:1
  • mel-pca
    MFCC特征提取实例MFCC特征提取实例MFCC特征提取实例MFCC特征提取实例(Examples MFCC feature extraction)
    2013-05-24 00:14:16下载
    积分:1
  • SPECTRUM_LMS
    1、文件夹中包含了经典功率谱估计和自适应均衡算法两个实验的所有程序。 2、R.m、LMS.m、LMSmain.m为自适应均衡算法的程序: R.m用来计算输入信号的自相关矩阵及其特征值; LMS.m为时域LMS算法,用统计的方法仿真得出不同信道参数和不同步长下的学习曲线; LMSmain.m为实验主程序,按照实验要求中的具体数据得到实验结果和曲线。 3、functionx.m、fzhouqitu.m、spectrum.m、bt.m、bart_lett.m、welch.m、SPECTRUMmain.m为经典谱估计的程序: functionx.m产生需要进行谱估计的函数; fzhouqitu.m用来计算信号周期图的函数; spectrum.m是用周期图法进行谱估计的函数 bt.m是用BT图法进行谱估计的函数 bart_lett.m是用BARTLETT法进行谱估计的函数 welch.m是用WELCH法进行谱估计的函数 SPECTRUMmain.m是主程序,按照实验要求中的具体数据得到实验结果和曲线。 (a document folder contains the classic power spectrum estimation and adaptive equalization algorithm for the two experiments all the procedures. 2, R.m, LMS.m, LMSmain.m adaptive equalization algorithm for the procedure : R.m used to calculate the input signal and the correlation matrix eigenvalue; LMS.m too LMS algorithm, use statistical simulation method come to a different channel parameters and the synchronous learning curve; LMSmain.m main program for the experiment, according to the experimental requirements of the specific data and the curve of the experimental results. 3, functionx.m, fzhouqitu.m, spectrum.m. bt.m, bart_lett.m, welch.m. SPECTRUMmain.m classical spectrum estimation procedures : functionx.m have a need for spectrum estimation function; fzhouqitu.m used to calculate t)
    2007-04-29 17:54:54下载
    积分:1
  • 哼歌
    通过语音分帧、端点检测、pitch提取、DTW算法,实现歌曲识别(Through voice framing, endpoint detection, pit extraction, DTW algorithm, song recognition is realized)
    2021-01-10 16:28:50下载
    积分:1
  • 60368809
    memcached资源demo(已调试通过)(Memcached Resource demo (Debug passed))
    2019-05-09 19:14:17下载
    积分:1
  • GenderRecognition
    从一段音频中识别说话人的性别。开发环境vs2005(To identify the audio from a speaker' s gender. Development Environment vs2005)
    2009-10-25 00:41:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载