-
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
-
LMS
介绍lms算法的基本原理,用matalb编程,并给出了运行结果(Introduce the basic principles of LMS algorithm, using matalb programming, and give the results)
- 2009-03-14 16:22:22下载
- 积分:1
-
frmnx
说明: 在matlab里多普勒信号是怎么表示的,求一维非均匀采样信号的频谱(In matlab how Liduopule signal is expressed in seeking one-dimensional non-uniform sampling frequency spectrum)
- 2010-04-23 19:52:37下载
- 积分:1
-
solve
偏微分方程的matlab解方程的具体应用,速度快捷,并且用途很广泛(Matlab partial differential equations for the specific application, speed, fast, and is so widely used)
- 2010-05-06 15:07:38下载
- 积分:1
-
222240219133200511172057262893115
集中了kalman,condensation,帧差方法的小球跟踪程序.(concentrated Tracking, condensation, the frame difference of small ball tracking procedures.)
- 2007-03-13 14:18:33下载
- 积分:1
-
fenshuDYDtTongYiChaos
说明: 这个文件夹里包括有计算分数阶混沌的几个算法,对于用matlab进行分数阶混沌的研究很有帮助。(This folder includes the calculation of the number of fractional order chaotic algorithms, for use matlab to the study of fractional Chaos helpful.)
- 2010-03-20 14:04:34下载
- 积分:1
-
MATLAB_for_nervalnet
说明: 一部有关神经网络的matlab的ppt,对初学者挺有帮助的。(One of the neural network matlab ppt, help for beginners winter ridge.)
- 2010-04-21 20:24:40下载
- 积分:1
-
Grey-FLP
上传程序为灰色-FLP去噪程序,能有效去除陀螺信号中的白噪声.(The uploaded program is called Grey-FLP algorithm, the white noise of Gyro s signal can be eliminated effectively.)
- 2012-04-28 04:27:30下载
- 积分:1
-
minimumvar
基于最小均方误差准则的LMS算法对淹没在噪声中的信号进行的有效的提取.(based on the minimum mean square error criteria LMS algorithm drowned in the noise signal the effective extraction.)
- 2007-03-29 22:47:49下载
- 积分:1
-
SumDiff_angle_measure
相控阵天线和差测角仿真程序,帮助理解相控阵跟踪过程(Phased array antenna and the difference between the measured angle simulation program to help understand phased array tracking process)
- 2020-09-22 09:37:51下载
- 积分:1