-
MATLAB-Programming
MATLAB 编程(第二版)
《MATLAB Programming for Engineers》的中文版,最好的编程教材。
(MATLAB Programming for Engineers
(Second Edition) )
- 2013-07-16 10:43:48下载
- 积分:1
-
petrinettoolbox
petri net toolbox for matlab
- 2012-05-23 22:25:53下载
- 积分:1
-
MEX
matlab与c混合编程MEX的几个示范程序(matlab and C mex)
- 2012-07-17 10:28:16下载
- 积分:1
-
pso
PSO algorithm (PSO) standard test function verification process. M in a document, including the current literature is used to validate the seven standard test function (Ackley), 3D dynamic display, and the over-concentration of particles scatters when the function. Designed for researchers to study and colleagues at the PSO algorithm to provide a more complete functional and easily understood standard version, for beginners through this program to achieve rapid entry. in order to be more energy into depth study!
- 2014-09-02 22:08:00下载
- 积分:1
-
root-MUSIC-MATLAB
本程序实现root-music算法实现波达方向的估计,能直接运行,有参考价值。。(This program implements root-music DOA estimate algorithm, and can be run directly, there is a reference value. .)
- 2014-12-26 10:49:57下载
- 积分:1
-
Forcal
发动机运动仿真计算,连杆、活塞力运动过程的矢量分析。(Motion Simulation Engine)
- 2015-02-06 16:05:36下载
- 积分:1
-
Gaborsuanfa
matlab的mp算法实现,原子可以自己改,文中用的是gabor原子(the matlab the mp algorithm)
- 2012-11-25 12:57:58下载
- 积分:1
-
FFT的前世今生
说明: matlab加窗与不加窗区别,不同的加窗方法的区别,用时把后缀改成.7z(The difference between adding windows and not adding windows in MATLAB)
- 2019-12-12 13:43:57下载
- 积分:1
-
曲线拟合
此文件夹包含"拟合"函数的集合。
%(有些有演示选项-第三部分)
%一般输入的功能应该是样本的分布。
%
例如,如果我们要符合正态分布 (高斯) 与平均"u"和应用"sig"%^2
%然后样品将分发像:
%样品 = 正态分布 (1,10000) * sig + u
%
用最小二乘法拟合的 %是做样品的直方图。
%拟合与极大似然是直接在样品上进行的。
%
%
%此文件夹中的内容
% =======================
%1) 最大似然估计
%2) 最小二乘估计
3%) 多元高斯分布 (混合高斯模型) 估计的 EM 算法
%4) 添加文件夹: 创建-创造了 EM 算法测试的样品
%的剧情 — — 用来绘制每个分布 (参数化绘图)
%
%
%
%
%
%最大似然估计
% =============================
%fit_ml_maxwell-适合麦克斯韦分布
%fit_ml_rayleigh-符合瑞利分布
%(即为例: sqrt(abs(randn)^2+abs(randn)^2))
%fit_ml_laplace-适合拉普拉斯分布
%fit_ml_log_normal 适合对数正态分布
%fit_ml_normal-适合的正态分布 (高斯)
%
%注: 所有估计量是有效的估计。为此,分布
%可能会以不同的方式,例如,"瑞利"分布用写
"s"的参数给出了 %和不"s ^2"。
%
%
%最小二乘估计
% =========================
%fit_maxwell_pdf-适合给定的曲线的麦克斯韦分布
%fit_rayleigh_pdf-适合给定的曲线的瑞利分布
- 2022-03-04 12:54:34下载
- 积分:1
-
我编写的Floyd算法、dijkstra算法matlab例程
分析了该信号的时域、频域、倒谱,循环谱等,通过matlab代码,具有丰富的参数选项,基于负熵最大的独立分量分析,进行波形数据分析,对于初学者具有参考意义。
- 2022-03-16 14:18:36下载
- 积分:1