-
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
-
annyuce
利用matlab的ann工具箱进行电力负荷预测,pdf文档里面有相应的程序(Ann use matlab)
- 2008-05-05 15:30:56下载
- 积分:1
-
esprit
用MATLAB仿真谱估计中的ESPRIT算法(MATLAB simulation spectrum estimation using the ESPRIT algorithm)
- 2011-06-25 13:07:25下载
- 积分:1
-
60-programs-of-matlab
60 useful programs on matlab learning.
- 2011-07-12 21:55:57下载
- 积分:1
-
read-signal-sub-vi
可以直接读取txt格式的信号文件,一般是指振动波形数据。只需要输入目录和频率即可,出来就是波形图,该vi还对信号做了去直流的处理。(the vi can read the signal file which is writed in text formation。)
- 2014-05-26 17:23:32下载
- 积分:1
-
RiskCalculator
Simple VaR Calculator provides:
- Evaluation of return distribution of single asset or portfolio of assets
- Volatility forecasts using moving average and exponential algorithm
- Value at Risk of single asset or portfolio measurement using parametric and historical simulation.
- Historical data can be obtained from simple text file or MS Excel using Matlab Excel Links. (Simple VaR Calculator provides:- Evaluation of return distribution of single asset or portfolio of assets- Volatility forecasts using moving average and exponential algorithm- Value at Risk of single asset or portfolio measurement using parametric and historical simulation .- Historical data can be obtained from simple text file or MS Excel using Matlab Excel Links.)
- 2008-01-15 06:37:17下载
- 积分:1
-
Chap_5_Pred
《自适应滤波器》第五章Chap_5_Pred源代码,很详细(" Adaptive Filter" Chapter V Chap_5_Pred source code, very detailed)
- 2013-12-28 15:49:17下载
- 积分:1
-
fitellipse
转载一个用MATLAB写的椭圆拟合的代码,有点用(Reproduced using MATLAB to write an ellipse fitting code, a bit used)
- 2007-12-04 14:06:15下载
- 积分:1
-
CFAR-Detection-Threshold-
介绍了某型雷达的目标检测原理, 分析了噪声恒虚警处理中门限系数对目标检测的影响, 提出了一种基于噪声采样的门限系数确定方法, 最后在仿真计算的基础上验证了该方法的可行性。(The constant false alarm rate( CFAR) detection of radar signal plays an important role in radar signal
processing. The principle of object detection of a certain radar is introduced, the influence of threshold coeffi
cient on object detection is analysed, and a method to determin the threshold coefficient based on noise sampling
is proposed. Finally, the feasibility of the method is verified through simulation.)
- 2012-05-12 10:48:48下载
- 积分:1
-
diffraction-with-matlab
介绍了利用matlab来计算衍射的相关内容,其中噢乖包括单缝,双缝,光栅的衍射的衍射的计算。(this article give an introduction to calculate the diffraction. it will be
usefull for learn diffraction.)
- 2011-10-21 19:05:32下载
- 积分:1