-
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
-
LDPC
说明: LDPC编码经过AWGN信道后的高斯消元法的译码过程的MATLAB仿真(LDPC codes through AWGN channel Gaussian elimination method, after the decoding process of MATLAB simulation)
- 2011-04-15 14:42:18下载
- 积分:1
-
binomial_invmethod
to generate binomially distributed random nos
- 2014-10-07 15:02:10下载
- 积分:1
-
adaptive-Filtering
自适应滤波法做预测,并对预测结果,相对误差进行数据可视化,预测结果很准确(Adaptive filter prediction and forecast results, the relative error for data visualization, very accurate prediction results)
- 2013-04-27 18:33:15下载
- 积分:1
-
fangzhen
用matlab产生轴承外圈仿真信号,实现信号的仿真(Matlab simulation signal produce bearing outer ring, realize the simulation of signal)
- 2015-04-27 18:09:48下载
- 积分:1
-
RETINEX
本源码是基于多尺度的retinex理论的实现代码,针对灰度和彩色图像均可使用!!
(The source is based on the theory of multi-scale retinex implementation code for gray and color images can be used! !)
- 2010-08-13 15:26:07下载
- 积分:1
-
matlab
数学建模常用算法模型介绍及matlab实现程序代码,对于数学建模非常实用(Commonly used mathematical modeling algorithm model introduction and Matlab code is very useful for mathematical modeling)
- 2012-08-12 23:10:44下载
- 积分:1
-
stft-upload
Performs Short Time Fourier Transform
- 2011-02-07 12:55:00下载
- 积分:1
-
matlab-program-example
matlab高编程书籍,实用性强,属于提高类书籍(High matlab programming books, practical)
- 2013-08-19 23:51:54下载
- 积分:1
-
Filter
关于滤波的程序,可以减少Gipps效应,提高信号的分辨率。(On filtering procedures, can reduce the Gipps effect, improve the resolution of the signal.)
- 2013-10-22 16:36:14下载
- 积分:1