-
threeAlgo
matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS
前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。
遗传算法解决最小生成树问题,PURFER编码。
粒子群算法做无约束最优化问题。
蚁群算法解决TSP问题。
如果有宝贵经验希望能交流一下,谢谢,呵呵(matlab genetic algorithm GA, particle swarm optimization PSO, ant colony algorithm for calculation of AS some time ago on the intelligent test classes, make their own procedures. Quote here, hope someone can improve them, and exchange of experience which is more valuable. Genetic algorithm to solve the minimum spanning tree problem, PURFER coding. Particle swarm optimization to do unconstrained optimization problem. Ant colony algorithm to solve the TSP problem. If there is hope to exchange our experience, thank you, He He)
- 2009-11-12 15:22:32下载
- 积分:1
-
P018M_Convertor
编制不同数制间的转换程序。要求提供输入输出界面,当输完一个任意十进制数字,
//程序能自动将其转化为另外的数制表示的值,包括二进制、八进制和十六进制(Between the preparation of the different number system conversion process. Asked for input and output interfaces, when the losers an arbitrary decimal number,// program can automatically be converted to another number system, said values, including binary, octal, and hexadecimal)
- 2009-11-20 08:37:59下载
- 积分:1
-
Dirka
Pin hole in matlab. sss
- 2009-05-19 20:23:19下载
- 积分:1
-
isconnected
对复杂网络进行判定是否是连通图,输入参数是网络的邻接矩阵,如果是连通图,输出是1,如果不是,输出0.(directed or undirected graph)
- 2013-11-08 14:10:57下载
- 积分:1
-
utf
说明: 这是一个关于无际卡尔曼滤波的源程序,可以帮助初学者学习该滤波算法(This is a Kalman filter on the infinite source that can help beginners learn the filtering algorithm)
- 2011-04-01 09:24:04下载
- 积分:1
-
lianxuxiaobo
说明: 对连续小波变换进行了matlab仿真,程序完整,进过验证的。(Conducted on the continuous wavelet transform matlab simulation, program integrity, been to verify.)
- 2011-04-16 12:17:40下载
- 积分:1
-
jigeguanyuIIRde-xiaochengxu_2
目前,MATLAB軟件是只進不出的企業,公司和研究機構,但在更高,從大學生到博士生的學習機構也必須掌握的基本技能是必不可少的計算工具,(At present, the MATLAB software is not only into the businesses, companies and research institutions, but also in institutions of higher learning from college students to doctoral students must master a basic skill is essential computational tools,)
- 2012-05-10 20:17:57下载
- 积分:1
-
ActionBar_weixin
ActionBar高级定制(仿微信左右滑动TAB页)(ActionBar advanced customization (imitation micro-channel sliding around TAB page))
- 2014-12-08 10:56:47下载
- 积分:1
-
kanotf
helo hw ru fne kay means
- 2013-12-02 11:26:34下载
- 积分:1
-
radon_ambiguity
%radon transform
clear all
%
N=800
n=1:N
fs=200
t=n/fs
x1=exp(j*2*pi*(5*t+0.5*5*t.^2))
x2=exp(j*2*pi*(5*t+0.5*15*t.^2))
x=x1+x2
%N=length(x)
% ambifunb(x )
%*****************************************RAT
naf=ambifunb(x)
htl(abs(naf))
% [wh,rho,theta]=htl(abs(naf))
colormap([0,0,0])
% xlabel( 极半径 )
% ylabel( 角度 )
%**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确)
%找出峰值点的坐标
b=max(max(wh))
[u,a]=find(wh>=0.8*b)
( Radon transformclear all N = 800 n = 1: N fs = 200 t = n/fs x1 = exp (j* 2* pi* (5* t+ 0.5* 5* t. ^ 2)) x2 = exp ( j* 2* pi* (5* t+ 0.5* 15* t. ^ 2)) x = x1+ x2 N = length (x) ambifunb (x)***************************************** RATnaf = ambifunb (x) htl (abs (naf)) [wh, rho, theta ] = htl (abs (naf)) colormap ([0,0,0]) xlabel (polar radius) ylabel (angle)************************************** to find the coordinates of the peak point, calculating the initial slope of the frequency and FM (right) find the peak point of the coordinates b = max (max ( wh)) [u, a] = find (wh)
- 2008-05-06 21:56:10下载
- 积分:1