-
Desktop
FHSS transmitter and receiver in matlab
- 2011-07-06 17:00:29下载
- 积分:1
-
fsdhejijidhouyufashe
低频信号先进行放大,再调制解调,设计发射机和接收机(Low-frequency signal is first amplified, and then modulation and demodulation, the transmitter and receiver design)
- 2013-11-28 10:03:15下载
- 积分:1
-
TIAOJIAO_Mqxd_JC10
血细胞图像调焦清晰度判别函数主要利用爬山算法实现(Blood cells image focusing clarity discriminant function climbing algorithm)
- 2012-12-04 14:54:18下载
- 积分:1
-
vitebi-decoder
维特比译码程序,matlab源程序,卷积码编码及译码程序(Viterbi decoding procedures, matlab source code, convolution coding and decoding procedures)
- 2014-01-06 17:27:04下载
- 积分:1
-
edge-detect-matlab
实现图像的边缘检测功能,会生成六种不同的结果。(Image edge detection function, will generate six different results.)
- 2008-05-27 11:57:12下载
- 积分:1
-
Absorbing-boundary-conditions-
FDTD 的吸收边界条件讲解,详细讲解了边界条件的推导过程。(Absorbing boundary conditions for numerical simulation of waves.)
- 2011-02-12 17:49:41下载
- 积分:1
-
model
说明: 用matlab建立一个网络模型。希望对大家有帮助。(Using matlab to establish a network model. We hope to be helpful.)
- 2008-12-05 16:06:45下载
- 积分:1
-
sarsimulation
sar成像的描述算法,具有介绍性质,入门者可以看看,效果很好。(introduction to sar iamging algorithm)
- 2013-01-01 23:58:39下载
- 积分:1
-
20100600simulink
SIMULINK仿真相关书籍,供初学MATLAB者使用(SIMULINK simulation of books for beginners to use MATLAB)
- 2010-06-22 18:44:00下载
- 积分: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