-
engine
通过VC调用MATLAB引擎的范例程序,根据运行环境不同,可能要对头文件进行修改(VC call MATLAB engine through an example of the procedure, according to different operating environment may have to modify the right files)
- 2009-05-12 10:13:35下载
- 积分:1
-
Hybrid-Differential-Evolution-Algorithm-With-Adap
This Toolset comprises of the following files:
1) RunTutorial.m
Runs and publish in html format the Tutorial.m file.
2) Tutorial.m
A quick reference tutorial for the DE_TCR algorithm.
3) DE_TCRparam.m
Generates the required parameters to run the DE_TCR algorithm.
4) DE_TCR.m
Runs the optimization algorithm. This code implements a version of
the DE_TCR algorithm described in:
G. Reynoso J. Sanchis X. Blasco Juan M. Herrero. Hybrid DE Algorithm
With Adaptive Crossover Operator For Solving Real-World Numerical
Optimization Problems. In IEEE Congress on Evolutionary Computation.
CEC 2011. (ISBN 978-1-4244-7833-0). New Orleans (USA). June 2011.
5) LocalSearch.m
Runs the Local search routine.
6) CostFuntion.m
The cost function to optimize
- 2013-01-18 15:59:57下载
- 积分:1
-
Simulink_rus_new
simulink modeling for designer hi perfomance comm systems RUS
- 2013-10-07 18:07:33下载
- 积分:1
-
matlab-digital-filter
matlab数字滤波器,fir高低通滤波器,iir高低通滤波器(matlab digital filter, fir low pass filter, iir low pass filter)
- 2013-03-17 23:01:56下载
- 积分:1
-
tezhengtiqu
将点云数据进行读取,并获得点云模型的边界特征点(The point cloud data is read, and the boundary feature points of the point cloud model are obtained.)
- 2015-12-16 13:32:23下载
- 积分: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
-
ctr
基于半导体激光器的matlab程序产生混沌(chaos )
- 2009-03-14 21:07:18下载
- 积分:1
-
JPEG_compression_image.m
利用Matlab编程实现对lena.bmp灰度图象进行QF=50和QF=40的压缩和解压缩,比较二者的PSNR,并且利用霍夫曼编码模拟信道中传输图象。通过了Matlab2009A测试。(Using Matlab program to compress and decompress the gray image Lena.bmp at QF = 50 and QF = 40,as well as comparing the result of two situation.Then using Huffman coding analog channels transmitted images. Adopted Matlab2009A test.)
- 2010-08-16 21:15:43下载
- 积分:1
-
huffmancode
可以实现对字符或txt文件内容进行Huffman编码(A matlab program that can be achieved for character or content of Huffman coding txt file)
- 2011-06-23 21:04:23下载
- 积分:1
-
shift_LDPC
基于循环移位寄存器的ldpc编码的仿真程序,好程序啊,(cycle shift register on the ldpc coded simulation program, the program ah,)
- 2007-05-13 17:12:25下载
- 积分:1