登录
首页 » matlab » GMM-MFCC

GMM-MFCC

于 2015-03-26 发布 文件大小:2402KB
0 378
下载积分: 1 下载次数: 69

代码说明:

  基于GMM的MFCC算法的说话人识别,Maltab的高斯混合模型,12维。(MFCC speaker recognition algorithm based on GMM)

文件列表:

基于MFCC的GMM的说话人识别
.........................\buffer2.m,559,2014-05-11
.........................\enframe.m,457,2008-05-12
.........................\epdByVol.m,5440,2014-05-11
.........................\epdParamSet.m,842,2008-05-04
.........................\frame2sampleIndex.m,889,2006-02-23
.........................\frame2volume.m,2410,2009-06-05
.........................\frameZeroMean.m,1621,2007-08-27
.........................\getTriFilterParam.m,1235,2014-05-11
.........................\gmm_estimate.m,3237,2014-05-12
.........................\go.asv,3000,2014-05-13
.........................\go.m,2998,2014-05-13
.........................\graph_gmm.m,848,2004-11-02
.........................\graph_MFCC.asv,910,2014-05-13
.........................\graph_MFCC.m,974,2014-05-13
.........................\histn.m,254,2004-03-12
.........................\lmultigauss.m,927,2010-06-21
.........................\lsum.m,1173,2007-06-14
.........................\melbankm.m,718,2008-05-14
.........................\melcepst.m,613,2008-05-19
.........................\mfccParamSet.m,793,2008-06-02
.........................\MFCC_feature_compare.m,672,2010-06-21
.........................\rdct.m,463,2008-05-12
.........................\rfft.m,385,2008-03-20
.........................\segmentFind.m,1100,2008-10-17
.........................\test
.........................\....\张 一.WAV,276148,2007-12-04
.........................\....\张三.WAV,244148,2007-12-04
.........................\....\张二.WAV,302148,2007-12-04
.........................\....\张五.WAV,252148,2007-12-04
.........................\....\张四.WAV,274148,2007-12-04
.........................\....\待检测语音1.WAV,244148,2007-12-04
.........................\....\待检测语音2.WAV,248148,2007-12-04
.........................\....\待检测语音3.WAV,250148,2007-12-04
.........................\....\待检测语音4.WAV,240148,2007-12-04
.........................\trainning
.........................\.........\张 一.WAV,308148,2007-12-04
.........................\.........\张三.WAV,236148,2007-12-04
.........................\.........\张二.WAV,254148,2007-12-04
.........................\.........\张五.WAV,248148,2007-12-04
.........................\.........\张四.WAV,250148,2007-12-04
.........................\wave2mfcc.m,5120,2014-05-11
.........................\说明文档.txt,204,2010-06-23

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

发表评论

0 个回复

  • voice
    基于LPC的语音合成,可以实现变调变速功能,附带注释便于学习。(LPC-based speech synthesis, can achieve modulation speed function, annotated easy to learn.)
    2010-01-25 19:03:12下载
    积分:1
  • dtw
    本资料是自己编写的基于MATLAB语音工具箱的DTW动态时间规整的说话人识别,具有很高的识别率(This information is written in their own voice-based MATLAB toolbox DTW dynamic time warping speaker recognition with high recognition rate)
    2010-03-03 14:34:17下载
    积分:1
  • hh_fangcheng
    H-H微分方程的matlab原代码,内包含说明文档,对模拟神经元有帮助.(H-H Differential Equations Matlab original code, which includes documentation, simulated neurons to help.)
    2007-03-26 22:20:29下载
    积分:1
  • matlab_hps_testing
    Pitch Detection MATLAB
    2018-04-27 12:37:44下载
    积分:1
  • speech-enhancement-
    语音增强算法,基于人耳听觉掩蔽的维纳滤波(Subspace speech enhancement algorithm based on human auditory masking Wiener filter)
    2015-07-19 13:17:44下载
    积分:1
  • tibaoluo
    基于倒谱短时部分反映了语音的声道特性,先用汉明窗取一帧语音,然后经变换得到语音倒谱,将倒谱短时部分取出,进行正交反变换后将得到声道的对数谱,即得到语音频谱的包络。将频谱包络和频谱画在一张图上,有很好的对比效果。获取的包络效果十分好。(Based Cepstral partly reflects the short channel characteristics of the speech, first take a Hamming window with a frame of speech, and speech cepstrum obtained by converting the cepstrum short segment out inverse orthogonal transform to obtain channel will of the spectrum, i.e. to obtain the envelope of the speech spectrum. The spectral envelope and spectral painted on a chart, there is a good contrast. Get the envelope effect is very good.)
    2013-11-01 14:13:17下载
    积分:1
  • speech recognition with DTW
    基于DTW算法实现孤立数字及连续数字语句的识别,识别率还可以(内含语音数据集)(Based on DTW algorithm, isolated number and continuous number statements can be recognized, and the recognition rate can also be (including voice data set))
    2019-05-17 15:27:28下载
    积分:1
  • 为均衡带限信号所引起失真的横向或格型自适应均衡器
    为均衡带限信号所引起失真的横向或格型自适应均衡器(其中横向FIR系统长M=11), 系统输入是取值为±1的随机序列 ,其均值为零;参考信号 ;信道具有脉冲响应: 式中w用来控制信道的幅度失真(w = 2~4,例如,取w = 2.9,3.1,3.3,3.5等),而且信道受到均值为零、方差为 (例如,取 ,相当于信噪比为30dB)的高斯白噪声 的干扰。试比较基于下列五种算法自适应均衡器在不同信道失真、不同噪声干扰下的收敛情况(对应于每一种情况,在同一坐标下画出其学习曲线): 横向/格-梯型结构LMS算法[1-4] 横向/格-梯型结构RLS算法[1-4] ()
    2007-09-12 20:18:58下载
    积分:1
  • wav_handle
    c语言写的wav音频文件简单处理函数源码,包括wav_io处理,提取lpc系数、plar系数,可用于语音识别和合成中。可直接调用。(wav audio files simple c language handler source, including wav_io processing, extraction lpc coefficient plar coefficient, can be used for speech recognition and synthesis. Can be called directly. )
    2020-11-17 09:29:39下载
    积分:1
  • CLEAN_MFCC_STD
    声音特征提取程序,分帧后,对于每一帧提取MFCC等特征(voice feature extraction)
    2009-11-29 17:41:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载