-
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
-
zishiyinglvbo
自适应滤波程序,选用的是维纳滤波、最小二乘法、最陡下降法、均方最小二乘法等(Adaptive filtering process, the choices are the Wiener filter, least squares method, steepest descent method, mean square least squares method)
- 2013-10-07 13:09:18下载
- 积分:1
-
alphabet
This is a file for alphabet recognition as for accident with matlab
- 2013-07-29 21:38:17下载
- 积分:1
-
getPixelData
the simulation provides computation of target reflectivity data in the deficient elevation domain. Simulations are implemented to test the decoupled least-squares technique for high resolutionspectral estimation of target reflectivity.all seven (7)files should be downloaded for the simulation to work.(dls3D.m,estimate.m,get2S1Data.m,getConstraints.m, getImageData.m,getPixelData.m, getSLICYData.m)
- 2009-09-05 05:23:45下载
- 积分:1
-
matlab
语音分析与合成的资料以及matlab的有关说明(Speech analysis and synthesis of information and the related statement matlab)
- 2007-09-06 21:11:07下载
- 积分:1
-
802-11a
Original code for OFDM chain applicated to wireless standard
- 2010-09-18 18:28:52下载
- 积分:1
-
Hu
说明: 利用Hu矩实现视频或是图像的特征提取,达到了很好的图像或是视频识别效果(Using Hu moments of video or image feature extraction, to achieve a good image or video recognition effect)
- 2010-10-13 10:21:54下载
- 积分:1
-
Matlab_JiangYi
matlab实用教程,非常好,上手很快,先把基本的学会以后更好拓展。(matlab practical course, very good, to get started quickly, first learn the basic of a better future expansion.)
- 2010-12-22 22:04:58下载
- 积分:1
-
CCA
典型相关分析的Matlab实现,实现相关系数的最大(Canonical Correlation Analysis source program using Matlab)
- 2021-03-11 13:29:25下载
- 积分:1
-
gmsk
本程序为通信系统中的GMSK调制程序,对于研究通信调制解调的人来说十分有用!(This procedure for the communications system GMSK modulation process, the study of communication modem very useful for people!)
- 2007-08-13 21:56:51下载
- 积分:1