-
ga
说明: GA算法代码 function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制(GA algorithm code function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制)
- 2012-04-28 18:02:03下载
- 积分:1
-
rx_viterbi_decode
移动通信系统中常用的维特比解码器的实现程序。(The codes of Viterbi Decoder for mobile communication.)
- 2014-02-23 19:58:41下载
- 积分:1
-
FCM
采用FCM方法进行脑活动区域检测,该代码具有较好的效果(FCM method using regional brain activity detection, the code has a good effect)
- 2010-12-08 15:11:13下载
- 积分:1
-
colgauss
简要的Gauss列主元消去法,很实用,用matlab实现,还有一个图例,程序说明很详细(brief Gauss main-element elimination, very practical, using Matlab to achieve, there is a legend, a very detailed description of the procedures)
- 2005-05-26 22:56:09下载
- 积分:1
-
Method-of-improving-performance-
说明: 提出了一种改进高阶Butterworth低通滤波器性能的设计方法。首先对高阶Butterworth低通滤波器的极点
进行重新分布,得出改进型Butterworth低通滤波器。性可以由其在基波电压初相位为零时的特性所唯一确定(Periodic voltage and current waveforms on the start time of its corresponding harmonic component of the relationship between the initial phase of research, pointed out that the characteristics of harmonic sources can be its initial phase in the fundamental zero-voltage characteristics of the CD a definite)
- 2011-03-09 21:32:47下载
- 积分:1
-
def
说明: 人脸识别,是先对所要是别的图像进行处理后在对脸进行识别(Face Recognition)
- 2011-03-19 10:36:35下载
- 积分:1
-
curvelinear--colour
matlab编程,实现曲线色彩的修改
(Matlab programming, achieve a modification of the curve color)
- 2012-05-18 15:25:31下载
- 积分:1
-
TetrahedronElement
有限元TetrahedronElement的matlab程序(FEA matlab TetrahedronElement)
- 2013-10-12 23:28:29下载
- 积分:1
-
CAMSHIFT-Tracking-Algorithm
part1.m
1. Converts 14 image pairs of a video sequence to grayscale.
2. Computes the absolute difference between the pairs yielding 15 images.
camshift.m
1. Implementation of the CAMSHIFT algorithm for tracking a hand in a video sequence.
Executing this project from within Matlab
At the command prompt enter:
>>part1
>>camshift
- 2013-05-09 02:09:41下载
- 积分:1
-
Underwmulation
RTX的水下航行器实时仿真研究Underwater RTX real-time simulation(Underwater RTX real-time simulation)
- 2011-01-26 09:16:44下载
- 积分:1