登录
首页 » matlab » GMM-MFCC

GMM-MFCC

于 2015-03-26 发布 文件大小:2402KB
0 363
下载积分: 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 个回复

  • LMS
    LMS自适应滤波算法是很常见的滤波算法。本代码包括常用的LMS自适应滤波算法,如基本LMS算法,解相关LMS算法,滤波型LMS算法,变换域LMS算法等。(LMS adaptive filtering algorithm is a common filtering algorithm. This code, including commonly used LMS adaptive filtering algorithms, such as the basic LMS algorithm, decorrelation LMS algorithm, filter-based LMS algorithm, transform domain LMS algorithm.)
    2021-04-10 11:48:58下载
    积分:1
  • viocerecognition
    用于汉语语调识别的程序,可以识别我们说话中的四个声调。已通过测试(Chinese tone recognition for the program, has been tested)
    2009-04-20 08:47:23下载
    积分:1
  • yuyinhecheng
    全面介绍语音合成的知识比较系统很适合语音学习(A comprehensive comparative introduction speech synthesis system is suitable for knowledge language learning)
    2010-09-27 20:34:07下载
    积分:1
  • audioProcessingtoolbox
    这是一个语音处理工具箱,提供了语音处理的基本函数,包括有分帧、能量计算、零交叉计算、多种方法的音调提取、共振峰提取。。。等等。(This is a speech processing toolbox provides the basic function of voice processing, including one of those who frame, energy calculation, zero cross-terms, various methods of pitch extraction, formant extraction. . . And so on.)
    2020-11-27 16:19:32下载
    积分:1
  • GMM
    做毕设是用到的gmm的matlab程序,测试过的 ,绝对可以用(Complete set is used to do the matlab program gmm, tested, can surely be)
    2011-11-11 13:35:10下载
    积分:1
  • matlab_shuziyuyin
    本次课程设计主要介绍了语音信号的录制、语音信号的采集与分析、语音信号的采样、语音信号的频谱分析、加噪后的频谱分析、滤波器的设计以及对于语音信号的回放等知识。通过 Cool Edit录制一段语音信号,运用MATLAB对其进行时域与频域分析,然后设计滤波器加入噪声进行滤波处理,比较滤波前后始于波形或频谱的变化,最后实现对于语音的回放设计。(Digital voice processing filter design)
    2020-12-22 16:19:07下载
    积分:1
  • dtw_revised
    利用DTW模版匹配算法实现0~9十个数字的识别。(use DTW template matching algorithm 0-9 10-digit identification.)
    2007-06-11 16:51:28下载
    积分:1
  • DOA_Estimation
    DOA_Estimation,带有详细注释,,包含MUSIC,RootMUSIC,ESPRIT,MVDR,F-SAPES几种算法。(DOA_Estimation, with detailed annotations, contains MUSIC, RootMUSIC, ESPRIT, MVDR, F-SAPES algorithms.)
    2020-10-18 13:17:26下载
    积分:1
  • recognition
    一种加权K近邻语音情感识别程序,包括部分柏林语音情感库(A Weighting K-nearest neighbor speech emotion recognition program, including some libraries Berlin Speech Emotion)
    2013-09-04 16:15:24下载
    积分:1
  • HMMforspeechrecogntion
    一个可执行的HMM语音识别程序例程,实现了对10个数字音的识别程序,包含了HMM语音识别中的分段,MFCC特征提取,Baum-Welch训练,及Viterbi等算法,通过此例程可以很好的理解HMM的算法原理(An executable HMM-based 10 digits speech recogntion program example. this code zip file includes segmentation, MFCC feature extraction, Baum-Welch based re-estimation and Viterbi algorithm involved in HMM. it helps much better understand the HMM algorithm and its application for speech recogntion. )
    2010-01-05 15:16:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载