-
H-guide-FDTD-Code
H-Guide Matlab Code by FDTD nethod
- 2009-09-24 23:28:43下载
- 积分:1
-
matlab
说明: 该资料包含了一个图像融合工具箱,里面的内容是用matlab实现图像处理。(The information includes an image fusion toolbox, which content is to use matlab for image processing.)
- 2010-04-15 18:14:12下载
- 积分:1
-
dqkaihuan
主要设计了在matlab下异步电动机在dq坐标系下的仿真。(The main design of the asynchronous motor in matlab simulation in the dq coordinate system.)
- 2012-05-04 10:43:48下载
- 积分:1
-
xc
说明: 基于强化学习的机器人寻路,以方格地图为环境(reinforcement learning apply in the robatics)
- 2010-06-03 16:44:37下载
- 积分:1
-
Wavelet_analysis_theory(MATLAB7_realization)
小波分析理论与MATLAB7实现,是本电子书,需要安装超星电子图书阅读器来阅读。(Wavelet analysis theory and MATLAB7 realization is the e-books, need to install Superstar electronic book reader to read.)
- 2010-06-17 19:53:15下载
- 积分:1
-
matlab-exercise
This file include many matlab excercise, you can download and using file .m to examine your matlab s skill. Thanks for see!
- 2011-08-29 12:45:54下载
- 积分:1
-
nrsfm_matlabCode
说明: 用MATLAB编写的meanshift分割图像的方法,供大家参考!(meanshift)
- 2010-04-02 11:53:57下载
- 积分:1
-
lab
matlab基础,关于自相关函数的,并且它很实用,很多教材都用到了(matlab based on the autocorrelation function, and it was practical, many materials are used in the)
- 2011-04-26 09:21:01下载
- 积分:1
-
simulink_tutorial
matlab simulnk tutorial for engineers
- 2011-09-01 20:07:00下载
- 积分:1
-
2dgaussian
汽车高斯曲面拟合
---
2程序,以适应到表面二维高斯:
子= A *的进出口( -((西为X0)^2/2/sigmax^2 +(艺Y0的)^2/2/sigmay^ 2)。。)+ b的
这些例程是自动在某种意义上说,他们并不需要出发对模型参数的猜测规范。
autoGaussianSurfML(十一,彝,子)适合通过对模型参数的最大似然(最小二乘)。它首先计算了该模型在许多可能的参数值,然后选择最佳质量设置和细化与lsqcurvefit它。
autoGaussianSurfGS(十一,彝,紫)的估计,通过指定数据的贝叶斯生成模型,然后采取通过从模型吉布斯抽样样本后ofthis模型参数。这种(Auto Gaussian Surface fit
---
2 routines to fit a 2D Gaussian to a surface:
zi = a*exp(-((xi-x0).^2/2/sigmax^2+ (yi-y0).^2/2/sigmay^2))+ b
The routines are automatic in the sense that they do not require the specification of starting guesses for the model parameters.
autoGaussianSurfML(xi,yi,zi) fits the model parameters through maximum likelihood(least-squares). It first evaluates the quality of the model at many possible values of the parameters then chooses the best set and refines it with lsqcurvefit.
autoGaussianSurfGS(xi,yi,zi) estimates the model parameters by specifying a Bayesian generative model for the data, then taking samples from the posterior ofthis model through Gibbs sampling. This method is insensitive to local minimain posterior and gives meaningful error bars (Bayesian confidence intervals))
- 2011-05-23 10:36:52下载
- 积分:1