资源简介
speaker recognition using MFCC GMM EM
代码片段和文件信息
function [musigmc]=gmm_estimate(XMiTmusigmcVm)
% [musigmac]=gmm_estimate(XM)
%
% X : the column by column data matrix (LxT)
% M : number of gaussians
% iT : number of iterations by defaut 10
% mu : initial means (LxM)
% sigm: initial diagonals for the diagonal covariance matrices (LxM)
% c : initial weights (Mx1)
% Vm : minimal variance factor by defaut 4 ->minsig=var/(M睼m?
DEBUG=0;
GRAPH=0;
% *************************************************************
% GENERAL PARAMETERS
[LT]=size(X); % data length
varL=var(X‘)‘; % variance for each row data;
min_diff_LLH=0.001; % convergence criteria
% DEFAULTS
if nargin<3 iT=10; end % number of iterations by defaut 10
if nargin<4 mu=X(:[fix((T-1).*rand(1M))+1]);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 143180 2004-10-22 10:24 01_test.wav
文件 2798882 2004-10-22 10:23 01_train.wav
文件 376368 2004-10-22 10:25 02_test.wav
文件 2228844 2004-10-22 10:26 02_train.wav
文件 639830 2003-03-20 18:27 03_test.wav
文件 2726938 2004-10-22 10:07 03_train.wav
文件 52117 2004-03-12 09:31 EM.pdf
文件 3238 2004-11-02 07:09 gmm_estimate.m
文件 848 2004-11-02 07:08 graph_gmm.m
文件 254 2004-03-12 09:31 histn.m
文件 1118 2004-03-12 09:31 lmultigauss.m
文件 1173 2004-03-12 09:31 lsum.m
文件 2344 2011-11-20 18:04 SpeakerRec.m
----------- --------- ---------- ----- ----
8975134 13
相关资源
- inpaintingMatlab
- svd_nosie_removing
- demo_mtbot 多目标跟踪
- darkchannel 用MATLAB实现的darkchannel算法
- ensemblelearning 该源代码主要是利用ba
- QAM16_demo
- ImageMatlab Matlab数字图像处理
- mod_demod 在matlab环境下实现通信系统中
- GMM GMM的说话人识别系统
- GMM 本代码建立高斯混合模型(高斯多
- MFCC-GMM 基于MFCC的GMM的说话人识别
- bemd 二维经验模态分解
- harris2807740
- LCV “An efficientlocalChan–Vesemodelforima
- speech-emotion-recognition-system gmm模型下的
- UAV-Flight-Control-System :对某型无人机的
- Cooperative-spectrum-sensing
- fastlaplacemorian 压缩感知的几种算法算
- shadow-removal 该代码用于在视觉智能监
- GMMsegmation
-
PEM-fuel-cell-model 采用matlab/simuli
nk实现 - speech-enhancement 本资料涵盖了几乎所有
- EM EM算法Matlab实现。最大期望(EM)算
- adaptive-finite-element-methods 自适应网格有
- shadow-removal 非常全面介绍了阴影检测
- Template-matching 模板匹配字符识别的程
- SRmatlab W.T.Freeman 经典 基于例子的超分
- PG_BOW_DEMO 图像的特征用到了Dense Sift
- LTE_System_Level_1.4_r570
- darkchannel 用matlab实现了暗通道图像增
评论
共有 条评论