-
GAreal_tourney
ntroduction to Stochastic Search and Optimization, 2003
This program runs a GA with real-number coding. Elitism is used
and the mutation operator is simply the addition of a Gaussian
random vector to the non-elite elements.
The user is expected to set a variable expect_fn representing the
expected number of function evaluations allowed.
- 2010-01-07 20:45:52下载
- 积分:1
-
fuzzycontrol
说明: 语言变量X,Y,Z的隶属度函数.模糊控制规则表,还有matlab程序,阐述了模糊规则的生成过程!(good)
- 2009-08-13 20:10:16下载
- 积分:1
-
tdlmslearingcurve
LMS算法,有关收敛性的问题。算法画出了LMS的学习曲线(LMS algorithm, the convergence problem. LMS algorithm to draw a learning curve)
- 2010-05-25 21:46:11下载
- 积分:1
-
Functions_for_signal_processing_in_communications
Basic functions for signal processing in communication (in Matlab)
- 2012-11-20 18:19:27下载
- 积分:1
-
filtfilt
C++ version (OpenCV) of the Matlab built-in function filtfilt.m.
- 2010-08-13 18:19:25下载
- 积分:1
-
dtgz
说明: matlab编写的动态跟踪程序,可用USB摄像头来实现(Dynamic tracking program written in matlab)
- 2010-03-18 12:13:52下载
- 积分:1
-
802.3-2012_section5
IEEE 802.3 - 2012 Section Five
IEEE Standard for Ethernet
- 2015-04-03 09:48:47下载
- 积分:1
-
yuzhi
说明: 小波软阈值simulink模型,对带噪语音信号进行小波分解,得到高低频系数,然后对高低频系数进行阈值处理,然后就行重构得到去噪语音信号(the simulink model of yuzhi)
- 2009-07-24 10:42:01下载
- 积分:1
-
tuxiangchuli
说明: 基本的直方图绘制方法:
(1)直方图的绘制;
(2)直方图均衡化(The basic method of drawing histogram: (1) Draw the histogram (2) Histogram equalization)
- 2011-03-29 21:17:20下载
- 积分:1
-
c9_estimatepi
%File: c9_estimatepi.m
%有5个pi的估计,每一个都是基于500次重复随机试验,所得的pi的五个估计值用以下向量表示
%pi的估计值=[3.0960 3.0720 2.9920 3.1600 3.0480]
%如果对5个结果进平均,则pi的估计值=3.0736,这样的结果等价于2500次的试验结果。( File: c9_estimatepi.m have 5 pi estimates are based on a randomized trial to repeat 500 times the income of the five estimated value of pi with the following vector, said the estimated value of pi = [3.0960 3.0720 2.9920 3.1600 3.0480] if the results into an average of 5, then the estimated value of pi = 3.0736, so the result is equivalent to 2500 times the test results.)
- 2006-11-05 10:30:13下载
- 积分:1