-
svc
静止无功补偿器部分程序,基于模块化设计,实现无阻尼控制的SVC功能。(Static var compensator part of the program,Based on modular design, the SVC damping control function.)
- 2012-04-21 21:03:03下载
- 积分:1
-
intensity_try
线阵超声换能器的二维发射声场仿真,采用FIELD II声场仿真工具包。(the simulation of the transmission intensidy field of a linear transducer by using FIELD II.)
- 2015-01-01 15:50:21下载
- 积分:1
-
VNS
VNS algorithm matlab powerful source code
- 2013-04-24 23:53:35下载
- 积分:1
-
xiaoboquzaosanzhongfangfa
matlab编写的对灰度图像进行去噪处理,共有三种方法,最后可以计算去噪后的均方差和信噪比(matlab prepared by the gray image denoising, a total of three methods, and finally to calculate the filtered mean square error and signal to noise ratio)
- 2010-05-17 22:35:01下载
- 积分:1
-
2ArthurCunha-INFORMATION
2 arthurcunha_thesis几何表示、处理和编码的视觉信息(2ArthurCunha_thesis GEOMETRICAL REPRESENTATION, PROCESSING, AND CODING OF VISUAL INFORMATION
)
- 2014-08-17 16:26:39下载
- 积分:1
-
10MHZ
radar transmited power implementation codes from OSi
- 2009-04-26 22:40:23下载
- 积分:1
-
Matlabprogrammingcalculatedusingtheshortestpathand
利用Matlab编程计算最短路径及中位点选址(Calculated using Matlab programming shortest path and site location)
- 2008-05-24 14:11:22下载
- 积分:1
-
Basics-of-MATLAB-and-Beyond--Andrew-Knight
A guide to matlab object oriented programming, concise and complete.
- 2011-01-31 16:35:30下载
- 积分:1
-
fangbo
方波函数的傅里叶展开-自己编的小程序,希望能有所帮助(Square wave function
)
- 2012-04-10 10:49:10下载
- 积分: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