-
final
遗传 算法 ,基于matlab实现,通过选择、交叉、变异,经过多次的迭代从而找到最优个体(Genetic algorithm, based on matlab implementation, through selection, crossover, mutation, after several iterations to find the best individual)
- 2010-10-13 15:05:55下载
- 积分:1
-
encode
改进后的游程编码,可以继续量化编码转化为二进制数据流,针对一些较为接近的数,通过合适的阈值设定可以近似,从而大大压缩数据流(The improved run-length coding, can continue to quantify the code into binary data stream, for some of the more close to the number set by appropriate threshold can be approximated, thereby greatly compressed data stream)
- 2010-03-04 22:00:10下载
- 积分:1
-
GUI
matlab中GUI的基本操作讲解,让初学者学会怎样使用GUI这一功能。(The basic operation of the GUI matlab explain, let beginners learn how to use the GUI this feature.)
- 2014-02-17 19:55:43下载
- 积分:1
-
pulse_integration
脉冲产生程序,已知雷达方程的参数和信噪比等参数(Pulse generator, known radar equation parameters and signal-to-noise ratio and other parameters)
- 2013-05-07 20:33:14下载
- 积分:1
-
bpskwithnoise10db
BPSK with Additive White Gaussian Noise
- 2012-01-17 21:48:47下载
- 积分:1
-
matlab ocd函数 最优化的方法
说明: matlab ocd函数 最优化的方法 有具体代码(the optimizition of the ocd function use in matlab)
- 2019-01-26 10:00:07下载
- 积分:1
-
lpr
一股数字图像中采集车牌,用的方法是边缘提取,大家可以改动改动,只是提供一个思路(license plate recognition. Using edge detection, you can change the code. I just provide a thought.)
- 2010-07-24 12:04:10下载
- 积分:1
-
dsp-builder
dsp builder 的使用简介,与Matlab嵌套安装相关内容(dsp builder)
- 2011-05-21 10:35:21下载
- 积分:1
-
laplaceF-
用有限差分法求解矩形域上的laplace方程的matlab程序(laplace Equation)
- 2012-08-31 19:55:11下载
- 积分:1
-
MATLAB遗传算法程序
说明: function [bestsole,bestpop]=ga_scomplex(num,bounds,ps,pc,pm,b,dtc)
% GA_scomple是基于浮点编码的单纯形遗传算法主程序
% num定义种群数量
% bounds定义参数取值范围,格式为[Var1min,Var1max;Var2min,Var2max;…….];
%ps选择概率
%pc交叉概率
%pm变异概率
%b 变异程度系数
%dtc 迭代次数
% $Date: 2005/5/25 $(funzione [bestsole,bestpop]=ga _scomplex (num,limites,ps,pc,pm,b,dc)
% GA 655343;scomple;;;;;;
% num
% limits23450;[Var1min,Var1max;Var2min,Var22min;;;;;];
%ps
%pc
%pm
%b _
%dtc _
% $Data: 2005 /5 /25 $)
- 2019-05-11 19:45:18下载
- 积分:1