-
hilbert
希尔伯特变换的c程序完整代码,可以实现相应功能(Hilbert transform of the c program code integrity, you can realize the corresponding function)
- 2008-06-04 11:03:18下载
- 积分:1
-
ADRC_NLSEF1
用simulink搭建的自抗扰控制器非线性反馈模型(The ADRC controller simulink structures nonlinear feedback model)
- 2013-01-22 19:23:29下载
- 积分:1
-
practicePWE1
计算特征值的matlab源文件,主要是一个矩阵方程组的特征值的求解(calculate eigenmodes)
- 2013-04-20 22:17:31下载
- 积分:1
-
SJGC
matlab仿真,随机过程,泊松过程产生级仿真过程。(this is soft simulink and use matlab,so we can learn possion process and its how to produce.matlab is powerful soft for it.)
- 2011-12-13 20:38:18下载
- 积分:1
-
BasedonMatlabchaoticsystemsimulationandanalysis
对混沌现象和特征进行简要描述并用Matlab软件对一个混沌系统进行仿真和分析(Of chaotic phenomena and features a brief description and Matlab software on a chaotic system simulation and analysis)
- 2007-12-26 19:55:23下载
- 积分:1
-
p02
digital band-pass filter with a bandwidth of 100 Hz, mean frequency 250 Hz, 0.1 db
- 2009-10-13 21:38:06下载
- 积分:1
-
irisrecognition_rar
really good iris recog code
- 2010-01-27 17:46:09下载
- 积分:1
-
zhiliudiandongjijixietexin
直流电动机机械特性仿真m文件,功能很好的模版,只要填入你的数据,就可以用了(motor character simulink )
- 2013-03-21 09:24:16下载
- 积分:1
-
boost
Boost电路实现光伏阵列的最大功率跟踪(Boost circuit photovoltaic array maximum power point tracking)
- 2013-04-09 16:28:23下载
- 积分: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