-
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
-
BARCODE
How to use par-code in visual basic 6
- 2014-08-18 02:27:13下载
- 积分:1
-
xiaobojiangzao
小波降噪程序,可以对学习小波降噪的同学提供一定的参考(Wavelet Noise Reduction program, you can provide a reference for students learning wavelet noise reduction)
- 2014-10-22 15:22:45下载
- 积分:1
-
基于蚁群算法的二维路径规划算法
说明: 这是一种基于蚁群算法的二维路径规划算法,能够让人有更多的启发(This is a two-dimensional path planning algorithm based on ant colony algorithm, which can give people more inspiration)
- 2021-04-14 15:05:06下载
- 积分:1
-
sas01
关于sars的matlab源码,简介明了(The matlab source on sars, profile clear)
- 2011-04-21 13:55:03下载
- 积分:1
-
radarsystem2
discusses the Radar Cross Section (RCS). RCS dependency on aspect angle, frequency, and polarization are discussed.(discusses the Radar Cross Section (RCS). R CS dependency on aspect angle, frequency, and polarization are discussed.)
- 2006-11-22 11:38:59下载
- 积分:1
-
toc
A fast Fourier transform (FFT) is an algorithm to compute the discrete Fourier transform (DFT) and its inverse. Fourier analysis converts time (or space) to frequency and vice versa an FFT rapidly computes such transformations by factorizing the DFT matrix into a product of sparse (mostly zero) factors.
- 2014-09-04 18:56:24下载
- 积分:1
-
mallat_speed-suanfa
是有关小波分析mallat算法,简便实用(Is related to wavelet analysis mallat algorithm, simple and practical)
- 2013-11-02 01:19:28下载
- 积分:1
-
RD_SAR_large_squint
大斜视条带合成孔径雷达仿真程序,包括回波仿真(Large squint synthetic aperture radar simulation program, including echo simulation)
- 2017-08-23 11:02:23下载
- 积分:1
-
16psk
16PSK调制解调程序,经过仿真,没有问题(16PSK modulation and demodulation process, through simulation, there is no problem)
- 2010-12-02 10:06:53下载
- 积分:1