-
BoxDimension_2D
该函数用来计算二进制图像的盒维数,解决混沌问题
(The function used to calculate the binary image of the box dimension, to solve the problem of chaos)
- 2008-02-29 15:34:16下载
- 积分:1
-
RCLS
偏差补偿最小二乘参数估计matlab源代码SISO模型(Deviation of penalized least squares parameter estimation matlab source code for SISO Model)
- 2009-10-17 16:39:11下载
- 积分:1
-
GPU-diffusion-quation-exercise
GPU实现的扩散方程求解,速度得到很大提升(GPU slover for Parabolic equation)
- 2012-03-13 11:39:22下载
- 积分:1
-
MATLAB_command_Daquan
此书包含了MATLAB的所有命令,对学习MATLAB的学者很有帮助,也可作为一本工具书。(This book contains all the MATLAB commands, useful for learning MATLAB scholars, but also can be used as a tool.)
- 2009-10-21 16:06:18下载
- 积分:1
-
lvbofangzhen
对LMS算法和RLS算法进行了仿真,比较了它们之间的性能(On the LMS algorithm and RLS algorithm simulation, compares the performance between them
)
- 2013-11-29 11:01:59下载
- 积分:1
-
xiaochuduoxiangshiqushixiang
一个数据预处理过程中消除多项式趋势项的程序(this is a program about eliminating polynomial trend)
- 2009-06-01 21:34:31下载
- 积分:1
-
moliee
image boundry extraction
- 2013-03-30 15:50:16下载
- 积分:1
-
TimeMulMin
本算法是用于电力系统中状态检修的MATLAB程序(This algorithm is used for power system state overhaul MATLAB program)
- 2012-10-17 15:40:33下载
- 积分:1
-
face_detection
说明: 人脸识别的MATLAB程序,从图库中的图像将人脸识别出来(Recognition of the MATLAB program, the image from the gallery will be out of face recognition)
- 2011-03-24 00:02:51下载
- 积分: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