-
findvaluevarineq
This is a Matlabe code to find the value of a variable in an equation
- 2010-09-29 14:53:30下载
- 积分:1
-
jiaotongl
历史交通流预测,采用matlab编程,预测效果很好(Historical traffic flow forecasting, using matlab programming, forecasting good results)
- 2013-09-16 16:45:17下载
- 积分:1
-
dsb_modulation
dsb modulation in matlab
- 2011-12-20 03:59:02下载
- 积分:1
-
eee
遗传算法优化bp神经网络,采用的是实数编码方式。(Genetic algorithm optimization bp neural network, using real number encoding.)
- 2014-02-19 15:08:29下载
- 积分:1
-
bisect
matlab program describes bit selection
- 2011-02-07 13:33:34下载
- 积分:1
-
1
说明: 一篇关于异步电机滑模变结构直接转矩控制的硕士论文(a paper of induction motor based on sliding mode DTC )
- 2011-10-05 11:32:40下载
- 积分:1
-
MATLABxinhaochuli
matlab信号处理详解,希望可以对大家有用!!!!!!(matlab signal processing Xiang Jie, I hope we can be useful! ! ! ! ! !)
- 2010-05-26 16:54:18下载
- 积分:1
-
car
matlab车牌提取算法,含所有源代码,全部调试通过。(Matlab license plate extraction algorithm, containing all the source code, all debugging through.)
- 2015-04-05 15:12:20下载
- 积分:1
-
cifa1
实现haffuman编码的功能,可以正确运行仿真并实现正常的输出(Encoding functions to achieve haffuman)
- 2009-12-08 00:04:04下载
- 积分:1
-
fit_ML_normal
fit_ML_normal - Maximum Likelihood fit of the normal distribution of i.i.d. samples!.
Given the samples of a normal distribution, the PDF parameter is found
fits data to the probability of the form:
p(r) = sqrt(1/2/pi/sig^2)*exp(-((r-u)^2)/(2*sig^2))
with parameters: u,sig^2
format: result = fit_ML_normal( x,hAx )
input: x - vector, samples with normal distribution to be parameterized
hAx - handle of an axis, on which the fitted distribution is plotted
if h is given empty, a figure is created.
output: result - structure with the fields
sig^2,u - fitted parameters
CRB_sig2,CRB_u - Cram?r-Rao Bound for the estimator value
RMS - RMS error of the estimation
type - ML
- 2011-02-09 19:09:33下载
- 积分:1