-
oqpsk
0qpsk the matlab simulation program, including modulation, demodulation and description
- 2010-06-04 19:10:22下载
- 积分:1
-
rddata
读取mit-bih心电信号数据的m文件,rddata.m,英文(Mit-bih read ECG data m file, rddata.m, English)
- 2008-01-16 12:25:19下载
- 积分:1
-
labvmare6
虚拟技术------VM WARE 实验课程(------ VM virtual technology experiment WARE)
- 2006-12-27 16:12:09下载
- 积分:1
-
OFDM
OFDM系统级的仿真,里面涉及到卷积编码,交织,qpsk调制等(OFDM system-level simulation, which relates to convolutional coding, interleaving, qpsk modulation)
- 2010-06-01 10:53:09下载
- 积分:1
-
ag
说明: genetic algoritm for matlab
- 2011-11-24 02:55:45下载
- 积分:1
-
ACATSP2
这是一个解决tsp问题的代码,采用遗传的方法进行编程,大大的简化了最优规划迭代的问题,是的程序运行的快速准确(This is a solution to the problem tsp code, using the method of genetic programming, which greatly simplified the problem of optimal planning iteration, the procedure is fast and accurate operation)
- 2010-08-25 00:55:04下载
- 积分:1
-
quantong
一阶和三阶全通系统的建立 用MATLAB语言实现(a band and the third-order all-pass system of using Matlab)
- 2007-05-20 20:29:37下载
- 积分:1
-
LiuJinKun-intelligent-control-
刘金琨Matlab智能控制源程序
书中的例程(LiuJinKun Matlab intelligent control source program
Book of routines
)
- 2011-11-18 08:54:52下载
- 积分:1
-
robot1
自己写的一个机器人matlab仿真程序。程序实现了六自由度旋转关节机器人的运动学、动力学仿真和轨迹规划。机器人初始关节变量以xls文件形式导入程序中,也可在程序中拖动滑块修改。(robot simulate by matlab , kinematic & dynamics&trajectory.)
- 2012-11-30 09:46:54下载
- 积分: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