-
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
-
vc-matlab
VC调用matlab,有详细的说明VC如何调用matlab。(VC call matlab, there is a detailed description of VC how to call matlab.)
- 2012-07-01 20:29:02下载
- 积分:1
-
2-opt
各种局部优化算法,变邻域算法,改善局部优化效果,加快运行效率,可运行(A variety of local optimization algorithm, variable neighborhood algorithm, to improve the local optimization effect, speed up the running efficiency, can be run
)
- 2020-12-22 20:59:08下载
- 积分:1
-
46991080RayleighFadingSimulation
rayleigh fading channelmodel
- 2013-04-30 02:13:00下载
- 积分:1
-
quadrot
commande and control the qudrirotor
- 2012-02-05 10:09:12下载
- 积分:1
-
Mein-Thesis
介绍了Steger算子,并用其对图像进行了简单处理(Steger operator introduced and used to be a simple image processing)
- 2011-05-28 23:09:33下载
- 积分:1
-
CODEProgram23_FDTD_2D_FreeBoundary_Unitless_Matri
2D FDTD in a unitless space with open boundary with matrix update instead of for loops
- 2012-06-02 15:21:47下载
- 积分:1
-
Lyapunov_2_Terra
基于Wolf方法计算Lyapunov指数,直接运行文件Wolf_3DLyapunov.m(Wolf calculated based on the Lyapunov exponent, Run the file directly Wolf_3DLyapunov.m)
- 2007-05-22 19:45:03下载
- 积分:1
-
bandb
pso toolbox that can be used for optimization in matlab enviroment for engineering applications
- 2011-09-11 19:29:39下载
- 积分:1
-
spectral_analysis
SPECTRAL_ANALYSIS M-file for spectral_analysis.fig
SPECTRAL_ANALYSIS, by itself, creates a new SPECTRAL_ANALYSIS or raises the existing
singleton*.
H = SPECTRAL_ANALYSIS returns the handle to a new SPECTRAL_ANALYSIS or the handle to
the existing singleton*.
SPECTRAL_ANALYSIS( CALLBACK ,hObject,eventData,handles,...) calls the local
function named CALLBACK in SPECTRAL_ANALYSIS.M with the given input arguments.
SPECTRAL_ANALYSIS( Property , Value ,...) creates a new SPECTRAL_ANALYSIS or raises the
existing singleton*. Starting from the left, property value pairs are
applied to the GUI before spectral_analysis_OpeningFcn gets called. An
unrecognized property name or invalid value makes property application
stop. All inputs are passed to spectral_analysis_OpeningFcn via varargin.
- 2014-02-14 11:08:42下载
- 积分:1