-
EOF
EOF分析,对于数据进行EOF的转换分析(EOF analysis)
- 2013-08-23 09:49:47下载
- 积分:1
-
Sstrapdowwnt
捷联惯性导航源程序,希望对您您有所帮助。谢谢大家可直接使用。
(Strapdown inertial navigation source, you help you. Thank you all can be used directly.)
- 2012-07-26 23:34:38下载
- 积分:1
-
Change_rate
控制改变工作频率,可更改,可移植性强,可对多种器件进行操作(Control to change the operating frequency can be changed, portability, and can operate on a variety of devices)
- 2014-11-04 09:39:35下载
- 积分:1
-
matlab三维
说明: 基于matlab的三维重建技术与实现,该技术可以完美重建三维图像(three-dimensional reconstruction)
- 2020-03-17 21:01:11下载
- 积分:1
-
XMLlToolbox2
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa.
For example,
>> project.name = MyProject
>> project.id = 1234
>> project.param.a = 3.1415
>> project.param.b = 42
becomes with str=xml_format(project, off )
"<project>
<name>MyProject</name>
<id>1234</id>
<param>
<a>3.1415</a>
<b>42</b>
</param>
</project>"
On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
- 2007-11-27 00:35:05下载
- 积分:1
-
kf
说明: kalman滤波基本程序框架并针对匀速直线目标跟踪(kalman filter and the basic procedural framework for the uniform straight line tracking)
- 2010-08-01 10:42:46下载
- 积分:1
-
Moving_sign
Moving sign application
- 2010-08-13 17:00:15下载
- 积分: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
-
Linear-optimal-state-regulator
线性最优状态调节器,一阶系统,Riccati方程的求解(Linear optimal state regulator, first-order system, Riccati equation)
- 2011-05-22 20:39:07下载
- 积分:1
-
Automatic-Detection-of-Tumor-Subtype-in
It describes the breast tumor subtype
- 2014-01-28 00:38:39下载
- 积分:1