-
matlab-GUI
说明: 关于matlabGUI方面的学习在书中有详细的介绍,方便读者学习(About matlabGUI area of study described in detail in the book allow readers to learn)
- 2011-04-13 17:15:41下载
- 积分:1
-
96568
adhoc simulation using matlab
- 2011-05-14 14:18:43下载
- 积分:1
-
Horizon-radar-system-simulation
天波超视距雷达系统仿真(多波束形成),代码在paper中,而且给出了详细的说明,能够更好理解田博超市距雷达的工作原理(Horizon radar system simulation (multi-beam forming), the code in the paper, but also gives a detailed description, to better understand the field Bo supermarket works from the radar)
- 2020-06-29 01:20:01下载
- 积分:1
-
radon
Matlab实现基于radon变换的图像重建
Matlab实现基于radon变换的图像重建(Matlab-based radon transform of the image reconstruction)
- 2011-10-26 19:19:59下载
- 积分: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
-
truetime
由瑞典人开发的一个可以在Matlab环境中应用的实时数据传输控制的工具包(developed by the Swede in a Matlab Application of real-time data transmission control of the tool kit)
- 2006-12-23 09:33:55下载
- 积分:1
-
m.file
satelite modern project
- 2013-07-23 16:49:53下载
- 积分:1
-
shift-register
用C语言在matlab中实现移位寄存器的程序编写,并实现其功能,效果还可以,大家可以看看。(shift register)
- 2012-08-08 11:00:39下载
- 积分:1
-
55e3c87303f2
基于光子晶体的matlab的源程序,分享的,希望对大家有一定的帮助(Based on photonic crystals matlab source, sharing, and we hope to have some help)
- 2014-11-15 09:36:21下载
- 积分:1
-
fixed_point
Fixed-Point iteration(Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative. )
- 2009-05-14 04:43:58下载
- 积分:1