-
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
-
PID
将偏差的比例、积分、微分通过线性组合构成控制量,对被控对象进行控制(The deviation of the proportional, integral, differential control volume through the linear combination of form, to control the controlled object)
- 2010-12-24 09:45:08下载
- 积分:1
-
adaptive-project
this is a MATLAB Simulation for a Adaptive PID controller based on a sliding mode for uncertain chaotic systems.
- 2011-05-11 22:08:32下载
- 积分:1
-
Chapter2
(书)现代通信系统使用MATLAB第二章(ALLIANCES is a recently proposed cooperative random access
protocol for wireless networks. In this paper we modify the
original model to include user location information. We also
derive pair-wise error probability (PEP) under Rayleigh flat
fading channel and a power-law attenuation environment.
Based on the PEP analysis we propose an optimal relay
selection scheme, which achieves significant throughput gains as
compared to the random relay selection scheme in the original
ALLIANCES.)
- 2009-03-30 19:57:01下载
- 积分:1
-
srm
Its a file for Image Merging algorithm
- 2010-12-12 22:58:18下载
- 积分:1
-
directivity_UCA
均匀平面阵方向图,m*n元,波束指向phi=0°,theta=90°(Uniform plane array pattern, m* n element, the beam points to phi = 0 °, theta = 90 °)
- 2020-09-15 15:37:56下载
- 积分:1
-
power-spectral-analys
随机信号功率谱分析
(1) 生成信号,被淹没在在噪声中;
(2) 试用周期图法估计信号的功率谱;
(3) 选用不同窗,使用修正周期图法估计信号的功率谱;
(4) 对一段语音信号,使用LD算法估计其功率谱;
(5) 详细列出功率谱估计的步骤和原理。
(power spectral analys)
- 2012-04-03 19:55:58下载
- 积分:1
-
sanxiangbulekong
学习电力电子必须完成仿真,三相不可控整流电路的MATLAB仿真(Learning must be completed power electronics simulation, three-phase controlled rectifier circuits MATLAB simulation)
- 2013-10-08 10:21:22下载
- 积分:1
-
5685475
导航栏,精选ios编程学习源码,很好的参考资料。(The navigation bar, select learning IOS programming source code, a good reference.)
- 2013-12-15 09:27:09下载
- 积分:1
-
GrenobleBlur
blur measurement. Simple but efficient.
- 2010-05-07 00:01:44下载
- 积分:1