登录
首页 » matlab » 基于高斯混合模型(GMM)的说话人识别matlab

基于高斯混合模型(GMM)的说话人识别matlab

于 2020-06-26 发布 文件大小:2749KB
0 269
下载积分: 1 下载次数: 12

代码说明:

  基于GMM的话者识别matlab程序,训练运行train.m,识别运行recog.m(speaker identification system based on GMM)

文件列表:

11.2 基于高斯混合模型(GMM)的说话人识别实验, 0 , 2016-03-17
11.2 基于高斯混合模型(GMM)的说话人识别实验\calcpost.m, 1074 , 2016-03-17
11.2 基于高斯混合模型(GMM)的说话人识别实验\enframe.m, 1206 , 2016-03-17
11.2 基于高斯混合模型(GMM)的说话人识别实验\frq2mel.m, 581 , 2016-03-17
11.2 基于高斯混合模型(GMM)的说话人识别实验\gmm_em.m, 1185 , 2016-03-17
11.2 基于高斯混合模型(GMM)的说话人识别实验\gmm_init.m, 3304 , 2014-08-09
11.2 基于高斯混合模型(GMM)的说话人识别实验\mel2frq.m, 578 , 2016-03-17
11.2 基于高斯混合模型(GMM)的说话人识别实验\melbankm.m, 8853 , 2016-03-17
11.2 基于高斯混合模型(GMM)的说话人识别实验\melcepst.m, 3697 , 2016-03-17
11.2 基于高斯混合模型(GMM)的说话人识别实验\rdct.m, 980 , 2016-03-17
11.2 基于高斯混合模型(GMM)的说话人识别实验\recog.m, 1300 , 2014-08-10
11.2 基于高斯混合模型(GMM)的说话人识别实验\rec_data.mat, 757168 , 2014-08-09
11.2 基于高斯混合模型(GMM)的说话人识别实验\rfft.m, 754 , 2016-03-17
11.2 基于高斯混合模型(GMM)的说话人识别实验\speaker.mat, 200824 , 2014-08-10
11.2 基于高斯混合模型(GMM)的说话人识别实验\train.m, 1233 , 2014-08-10
11.2 基于高斯混合模型(GMM)的说话人识别实验\tra_data.mat, 1860980 , 2014-08-09

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

发表评论

0 个回复

  • wireless-communication
    本论文主要利用MATLAB实现一个简单无线通信系统的仿真,并通过误码率分析系统性能。在文本文件中输入任意字符串(空格或英文字母)作为该通信系 统的信源,经过信源编码、信道编码及信号调制进入信道,信道采用的是瑞利衰落信道,而后对接收到的信号进行解调,完成信道解码、信源解码后,将结果输出到解码文件即信宿中。 (In this thesis, a simple wireless communication system simulation using MATLAB and analyze system performance through the bit error rate. In a text file input any string (spaces or English letters) as the communication system of the letter source, source coding, channel coding and signal modulation into the channel, the channel using the Rayleigh fading channel, the signal is received and then docking demodulates the completion of the channel decoding, source decoding, the result is output to decode the file, i.e. the sink.)
    2013-04-18 10:45:20下载
    积分:1
  • Matlab
    matlab在线性代数中的应用,特别应用于有关线性代数的解决方案的代码(matlab linear algebra applications, especially applied to the solution of linear algebra related code)
    2015-04-03 19:01:22下载
    积分:1
  • correlation_funct_samples_secuencies
    funcion que determina la autocorrelacion entre muestras consecutivas de un segmento de voz
    2014-02-04 20:55:40下载
    积分:1
  • zzz
    利用幂法反幂法等进行程序运算,可以获得各种适用结果.(The use of anti-power-law power-law to carry out procedures such as computing, access to a variety of application of the results.)
    2007-10-18 13:56:17下载
    积分:1
  • XSS
    The Cross Frame Scripting 翻译(The Cross Frame Scripting)
    2009-11-29 11:49:35下载
    积分:1
  • Bluetooth_FM_communication_system
    说明:  matlab仿真的蓝牙调频通信系统,对用matlab进行通信仿真的开发人员非常有用(matlab simulation of Bluetooth FM communication systems to communicate with the matlab simulation is very useful for developers)
    2010-04-07 19:45:16下载
    积分:1
  • FastICA
    这是关于ica的程序,希望对大家有用,谢谢,下次继续(This is ICA.)
    2011-06-03 10:06:02下载
    积分:1
  • a-hybrid-system
    HYBRID returns the output vector Y and the control vector UC of a hybrid system which is defined by Np, Dp, Nd and Dd. The transfer function of the continuous time plant is stored in Np and Dp. Nd and Dd are the numerator and denominators
    2014-09-14 19:42:00下载
    积分:1
  • Insert-matlab-intotext
    在文本文件中嵌入MATLAB代码并运行返回结果 类似在HTML中嵌入PHP和ASP代码,本函数实现在文本文件中嵌入matlab代码并运行! 主要作用以及价值: 在文本文件中嵌入matlab代码,并可以直接运行该文本文件 根据matlab变量的当前值,实时修改文件文件中相应的数据 目前具有如下功能: matlab代码使用必须包含在< >符号中,中间的内容都被解析为matlab代码 matlab代码可以放在文本的任意位置,你想放在什么地方都可以 matlab代码允许被文本分割而不连续书写,比如循环语句 fprintf(fid_target,...)函数用来向文件中写入字符,目前还比较麻烦 有待改进的方面有: 在文本文件中增加对matlab function的支持 简化变量输出,目前只能fprintf(fid_target,...) 目前是M脚本完成功能的,后期会提供M函数(MATLAB code embedded in the text file and run return results Similar PHP and ASP code embedded in HTML, the function matlab code embedded in the text file and run! A major role as well as the value of: Matlab code embedded in the text file, and can be run directly on the text file Modify the data file file based on the current value of the matlab variables, real-time Currently has the following functions: matlab code uses the symbol in the middle of the parse matlab code must contain matlab code can be placed anywhere in the text, where you want to put matlab code allows text segmentation without the consecutive writing, such as loop statement fprintf (fid_target, ...) function is used to write characters to the file, there is too much trouble Areas for improvement: Increase support for matlab function in a text file Simplify variable output, can only the fprintf (fid_target ...) M script completed, late M function)
    2012-11-15 13:46:40下载
    积分:1
  • E4
    说明:  E4 tool for matlab, for modeling time series
    2012-11-28 19:24:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载