-
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
-
Untitled2
基于MATLAB的维纳滤波和逆滤波复原,在程序中可以看到,维纳滤波器的组成。可以更好的实现逆滤波复原算法。(MATLAB based on Wiener filtering and inverse filtering to recover, the program can be seen, the Wiener filter. We can better achieve the inverse filter restoration algorithm.)
- 2012-04-24 10:43:01下载
- 积分:1
-
MATLAB
matlab使用过程中使用较多的一些函数合集(matlab process of using some of the functions use more collection)
- 2013-08-14 23:21:55下载
- 积分:1
-
Radon
拉东正反变换,应用于地震勘探中,对信号进行操作。可用于去噪以及信号分析等。(Radon transform and inverse transform )
- 2015-10-22 20:27:58下载
- 积分:1
-
music_spectrum
说明: 谱估计的MUSIC算法,里面有详细的介绍,对做谱估计的同学应该有帮助。(The MUSIC spectral estimation algorithm, there are detailed introduction to the spectral estimation of the students do should be helpful.)
- 2008-09-19 10:02:44下载
- 积分:1
-
lungbayesdemo
Title: "Modeling Lung Cancer Diagnosis Using Bayesian Network Inference"
This demo illustrates a simple Bayesian Network example for exact probabilistic inference using Pearl s message-passing algorithm.
Introduction:
Bayesian networks (or belief networks) are probabilistic graphical models representing a set of variables and their dependencies.
The graphical nature of Bayesian networks and the ability of describing uncertainty of complex relationships in a compact manner provide a method
for modelling almost any type of data.
- 2013-05-04 20:02:43下载
- 积分:1
-
t-test
t检验,通过多样的分析可以得出想要的熵结果。(t-test.you can download it every day.)
- 2012-06-03 15:05:56下载
- 积分:1
-
feijeng
用平面波展开法计算二维声子晶体带隙,能量谱分析计算,合成孔径雷达(SAR)目标成像仿真。( Computation Method D phononic bandgap plane wave, Energy spectrum analysis and calculation, Synthetic Aperture Radar (SAR) imaging simulation target.)
- 2017-04-12 15:25:22下载
- 积分:1
-
project
说明: 一个多目标跟踪的matlab代码,里面附有说明文档.其中背景差分法可以实现实时更新.该代码在检测与跟踪少量目标时效果很好,但是跟踪目标大于8后,效果下降很多(A multi-target tracking matlab code, which accompanied by documentation. Including real-time background subtraction method can be updated. The code in small target detection and tracking works well, but the tracking target is greater than 8, the effect of decreased number of)
- 2010-04-26 12:31:59下载
- 积分:1
-
New-Microsoft-Word-Document
Thresholding of i/p image
- 2013-12-17 18:57:07下载
- 积分:1