-
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
-
functionmod
由信道信号的复数值解调对应的二进制序列由信道信号的复数值找出对应的二进制序列。方法如下:由信道值,
%%求出该值与星座图中所有点的距离,找出距离最小的点,该点对应的
%%二进制序列及为该信道对应的解调结果。
(Channel signal by the complex demodulation value corresponding to the binary sequence by the complex channel signals to identify the corresponding binary numerical sequence. As follows: by the channel value, the value obtained with the constellation diagram of all points of distance, find the smallest distance between points, the points of the corresponding binary sequence and the corresponding channel demodulation results.)
- 2008-04-28 10:18:55下载
- 积分:1
-
FaceDetectionSystem
Face Detection System
matlab实现的人脸识别系统,含有9个源代码文件,及上百幅人脸图片(Face Detection Systemmatlab realize the face recognition system, containing nine source code files, and hundreds of pieces of face image)
- 2008-08-26 01:47:07下载
- 积分:1
-
NTH
说明: 使用Matlab编写的计算传热学程序~实现流场的温度测定(Using the Matlab program written in Computational Heat Transfer ~ determination to achieve the temperature of the flow field)
- 2011-04-08 23:07:28下载
- 积分:1
-
introduce_Matlab_optimal_tools
有关MATLAB软件使用的介绍.主要介绍matlab优化工具箱中的常用命令及解决的问题.(the MATLAB software introduction. Introduced Matlab optimization toolbox of common fate Order and to resolve problems.)
- 2007-03-24 14:35:04下载
- 积分:1
-
06637146
Abstract— In the area of image processing, several methods of
edge detection have been proposed till now like Sobel, Robert,
Prewitt, Canny, Marr-Hildreth etc. All these methods are having
their own advantages and disadvantages. In this paper a new
method has been proposed for edge detection using Cellular
Automata. Different rules have been applied for edge detection.
The outputs are better in terms of clarity and computation time.
Finally, the edge detection has been applied for detecting
cancerous cells in brain. Using Cellular Automata rules helps in
determining the exact location and size of tumor as edges
detected using Cellular Automata are fine, continuous and clear.
The results
- 2014-09-12 17:46:12下载
- 积分:1
-
junheng
实现均衡的几个小程序,供学习通信原理的参考(Balanced a few small programs, for learning and communication principle reference)
- 2012-11-27 15:54:56下载
- 积分:1
-
mka_m_series
用于产生m序列(use in generating m sequence)
- 2005-01-18 13:27:41下载
- 积分:1
-
New-folder-(2)
this file is about beam forming with adaptive file
- 2013-09-12 15:47:38下载
- 积分:1
-
nice
LES和RLS的区别,自适应滤波器方面的(The difference between LES and RLS adaptive filter' s)
- 2011-11-21 14:45:31下载
- 积分:1