-
GA
说明: this code is the implementation of GA
- 2010-11-08 00:05:16下载
- 积分:1
-
Huffman-Codes-And-Matlab-Simulation
通过MATLAB仿真来讨论比较二元霍夫曼编码、三元霍夫曼编码以及信源扩展编码的效率,来实现霍夫曼码的优化构造(By MATLAB simulation to compare two yuan Huffman discussed, ternary Huffman coding and source coding efficiency extended to achieve optimization of Hoffman Construction Code)
- 2011-08-28 09:04:26下载
- 积分:1
-
bvfreq.m
Computes the Brunt-Vaisala (or buoyancy) frequency.
- 2012-01-26 09:28:01下载
- 积分:1
-
chazhihenihe
采用MATLAB对常见插值 和拟合算法进行变成,并附有PPT文档说明(Using MATLAB and the fitting of the common interpolation algorithms become, along with documentation PPT)
- 2011-07-26 10:14:03下载
- 积分:1
-
8psk
8位相移键控误码率分析的MATLAB程序(8 phase shift keying bit error rate analysis of the MATLAB program)
- 2010-11-27 22:28:22下载
- 积分:1
-
mexopencv-master
open cv software implementation is done
- 2014-10-29 13:33:17下载
- 积分:1
-
zishiyingduixiao
自己编的,改进的自适应语音增强算法,且参考噪声与输入噪声不相关。(Own, and improved adaptive speech enhancement algorithm, and the reference noise and input noise are not relevant.)
- 2009-03-17 16:06:21下载
- 积分:1
-
Billing_NS
Billing system for telephone station 2N,LG
- 2009-05-02 15:32:44下载
- 积分:1
-
matlab_vc
说明: 这里还有一个matlab和VC混合编程的,希望对学习matlab的人有帮助(Here is a matlab and VC programming mix, and want to help people to learn matlab)
- 2010-03-26 20:01:39下载
- 积分: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