-
QliuuguifeenA
QAM16调制的实现 matlab源程序源源码 星座图的输出与结果都正确 可直接使用。
(Matlab source source source constellation of QAM16 modulation output results are correct can be used directly.)
- 2012-07-25 23:06:40下载
- 积分:1
-
equal-function
MATLAB优化模型求解,对于等效法的构建(MATLAB optimization model, for according to build)
- 2013-03-16 11:52:14下载
- 积分:1
-
sa_ex2_3
智能天线代码,适合于学习用matlab对天线进行建模仿真,matlab可以实现对天线结构的复杂设计,尤其结合hfss功能更强大(the matlab code for antenna design)
- 2014-02-14 04:55:20下载
- 积分:1
-
Outlier_Variogram
空间数据挖掘的又一个matlab例外点检测程序(Spatial data mining another exception detection procedures matlab)
- 2007-09-13 09:36:11下载
- 积分:1
-
rician
移动通信中的瑞利信道仿真模型的matlab程序(Mobile communications in Rayleigh channel simulation model matlab program)
- 2007-10-19 23:59:42下载
- 积分:1
-
Pseudo-satout
说明: 北斗导航系统Pseudo-satellite in the Compass Navigation System Layout(Pseudo-satellite in the Compass Navigation System Layout)
- 2011-04-04 12:26:30下载
- 积分:1
-
ccexcelInsert
Updating MATLAB(R) figure inserted on a Excel(R) Sheet
- 2013-10-25 17:45:02下载
- 积分:1
-
manual.rar
the used gud of matpower
matpower的英文使用手册
- 2010-03-04 00:03:56下载
- 积分:1
-
matlab11111
matlab 图像/视频处理实例整本书第一到第十章源码(matlab used in processing in images)
- 2012-10-03 21:57:34下载
- 积分: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