-
2plot
关于matlab的编程,主要是plot绘图方面的,请查收!(Matlab programming on the main plot mapping, please check!)
- 2008-06-18 10:40:52下载
- 积分:1
-
802.16d-SUI-wimax-channel-model
This section of MATLAB source code covers 802.16d Fixed WiMAX SUI Channel Models. It covers SUI-1, SUI-2, SUI-3, SUI-4 and SUI-5 models.
- 2014-12-02 14:44:09下载
- 积分:1
-
bwboundaries
说明: 用函数bwboundaries 跟踪物体边界(Use function bwbountries to trace object boundaries )
- 2011-03-07 09:23:54下载
- 积分:1
-
MATLAB-power-disign
电力系统设计与分析
matlab使用
希望对大家有帮助,尤其对初学者(Electrical system design
Matlab is used
)
- 2011-12-15 21:01:04下载
- 积分:1
-
projectivegemotriy
射影几何的经典书籍,是学习摄像机标定和自标定必须掌握的理论基础(Projective geometry of the classic book, is to learn camera calibration and self-calibration must master the theoretical basis)
- 2010-07-12 16:02:06下载
- 积分:1
-
SglMFC
绘图函数用mcc生成的代码嵌入VC工程实例,Win32 MFC版本(mapping function using mcc generated code embedded VC engineering example, Win32 version MFC)
- 2005-08-09 18:43:02下载
- 积分:1
-
IIR_filter
说明: 按照给定指标采用模拟巴特沃斯低通滤波器去逼近理想模拟低通滤波器 ,然后通过双线性变换法对模拟滤波器进行数字化,得到数字滤波器 (Indicators in accordance with a given analog Butterworth low-pass filter to approximate the ideal analog low-pass filter, and then through the bilinear transformation method of digitizing analog filters, digital filters have been)
- 2008-10-30 20:39:52下载
- 积分:1
-
2.2
噪声信号中正弦信号的现代法频谱分析,在不同周期不同长度和不同信噪比下的结果(Sinusoidal signal in noise spectrum analysis of modern law, in different periods of different lengths and different signal to noise ratio results)
- 2011-11-23 10:24:21下载
- 积分:1
-
BP
说明: 反投影算法,使用matlab编程,对图像进行高分辨率的重建算法(Back-projection algorithm using matlab programming, high-resolution image reconstruction algorithm)
- 2015-03-17 09:14:42下载
- 积分: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