登录
首页 » matlab » GaussianMixtureModel_2-

GaussianMixtureModel_2-

于 2020-12-21 发布 文件大小:230KB
0 236
下载积分: 1 下载次数: 75

代码说明:

  高斯混合模型关于高斯混合模型(GMM)的matlab源代码(on Gaussian mixture model (GMM) Matlab source code)

文件列表:

GaussianMixtureModel-2
......................\constraints.m,321,2009-05-06
......................\DataExample.m,1092,2009-05-21
......................\edata.txt,14877,2009-05-19
......................\gaussmix.m,195,2009-02-25
......................\likelihoodj.m,225,2009-04-07
......................\mx.m,104,2009-04-27
......................\my.m,50,2009-04-01
......................\parametersfbs.m,1567,2009-05-06
......................\pfilterj.m,1156,2009-05-06
......................\simulatej.m,289,2009-04-06
......................\SimulationExample.m,1455,2010-12-15
......................\theta.m,356,2009-04-21
......................\TimeIndexedGaussianMixture2.pdf,259171,2010-12-11
......................\weight.m,302,2009-04-19
......................\zerotest.m,101,2009-01-19

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

发表评论

0 个回复

  • MATLAB_shiyongjiaocheng
    这是一本介绍matlab的电子书籍,内容较全面,比较易懂,适合matlab初学者使用。(This is a description of electronic books matlab, content more comprehensive, easier to understand for beginners to use matlab)
    2010-11-26 23:25:04下载
    积分:1
  • LLS
    说明:  在matlab中开发了一种如何使算法收敛更快,精度更高的算法,效果明显(developed in the Matlab how a convergence algorithm faster and more precise algorithms, obviously)
    2006-04-21 12:43:10下载
    积分:1
  • fwd1st2rmrin2nd2rctscan
    Image Fusion Techniques.
    2014-10-13 17:06:15下载
    积分:1
  • xiaoboquzao
    基于小波变换的图象去噪 Normalshrink算法(based on wavelet transform algorithm for image denoising Normalshrink)
    2007-07-08 11:06:30下载
    积分:1
  • Huguangshu-matlab
    胡广书源代码,《现代信号处理》比较实用,总体不错(Hu Guang-shu source code)
    2009-11-09 22:32:44下载
    积分:1
  • pso-fd
    PSO算法和最速下降法混合算法,求解单目标优化问题,测试函数是非线性方程组,解决MinF(x)的问题。(PSO algorithm and steepest descent method hybrid algorithm for solving single-objective optimization problem, the test function is non-linear equations, solving MinF (x) of the problem.)
    2014-11-30 22:03:04下载
    积分:1
  • Partial-discharge
    压缩包中的程序用于局部放电的模式识别,里面包含去噪,特征提取及模式识别程序。(Compressed package in the program for partial discharge pattern recognition, which contains denoising, feature extraction and pattern recognition procedures)
    2020-12-21 21:19:08下载
    积分:1
  • mfcc
    说明:  用于提取语音每帧的mfcc函数,将数据保存在cell文件中,可以直接使用cell,也可经过变换,提取到表格中使用(The MFCC function used to extract each frame of speech is saved in cell file. Cell can be used directly or transformed to extract the data into tables)
    2019-05-22 13:05:46下载
    积分:1
  • SVM-Related-Resources-Summary
    介绍了SVM的基础知识,包括:SVM入门(一)SVM简介;SVM入门(二)线性分类器part1;SVM入门(三)线性分类器part2;SVM入门(四)线性分类器的求解—问题的描述part1;SVM入门(五)线性分类器的求解—问题的描述part2等。(Describes the basics of SVM, including: SVM Getting Started (1) SVM Introduction SVM Getting Started (2) linear classifier part1 SVM Getting Started (3) linear classifier part2 SVM entry (d) the solution of a linear classifier- description of the problem part1 SVM Getting Started (5) the solution of the linear classifier- description of the problem part2 and so on.)
    2009-12-24 09:40:53下载
    积分:1
  • ForcedPendulum
    This simulink model simulates the damped driven pendulum, showing it s chaotic motion. theta = angle of pendulum omega = (d/dt)theta = angular velocity Gamma(t) = gcos(phi) = Force omega_d = (d/dt) phi Gamma(t) = (d/dt)omega + omega/Q + sin(theta) Play with the initial conditions (omega_0, theta_0, phi_0 = omega(t=0), theta(t=0), phi(t=0)) and the system parameters (g, Q, omega_d) and the solver parameters/method. Chaos can be seen for Q=2, omega_d=w/3. The program outputs to Matlab time, theta(time) & omega(time). Plot the phase space via: plot(mod(theta+pi, 2*pi)-pi, omega, . ) Plot the Poincare sections using: t_P = (0:2*pi/omega_d:max(time)) plot(mod(spline(time, theta+pi, t_P), 2*pi)-pi, spline(time, omega, t_P), . ) System is described in: "Fractal basin boundaries and intermittency in the driven damped pendulum" E. G. Gwinn and R. M. Westervelt PRA 33(6):4143 (1986) (This simulink model simulates the damped driven pendulum, showing it s chaotic motion. theta = angle of pendulum omega = (d/dt)theta = angular velocity Gamma(t) = gcos(phi) = Force omega_d = (d/dt) phi Gamma(t) = (d/dt)omega+ omega/Q+ sin(theta) Play with the initial conditions (omega_0, theta_0, phi_0 = omega(t=0), theta(t=0), phi(t=0)) and the system parameters (g, Q, omega_d) and the solver parameters/method. Chaos can be seen for Q=2, omega_d=w/3. The program outputs to Matlab time, theta(time) & omega(time). Plot the phase space via: plot(mod(theta+pi, 2*pi)-pi, omega, . ) Plot the Poincare sections using: t_P = (0:2*pi/omega_d:max(time)) plot(mod(spline(time, theta+pi, t_P), 2*pi)-pi, spline(time, omega, t_P), . ) System is described in: "Fractal basin boundaries and intermittency in the driven damped pendulum" E. G. Gwinn and R. M. Westervelt PRA 33(6):4143 (1986) )
    2010-02-17 07:28:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载