-
speedyGAv1.2.1
this is A Fast Simple Genetic Algorithm matlab files.
- 2009-06-12 15:38:30下载
- 积分:1
-
dp476
AHP层次分析法计算判断矩阵的最大特征值,小波包分析提取振动信号中的特征频率,线性调频脉冲压缩的Matlab程序。( Calculate the maximum eigenvalue judgment matrix of AHP, Wavelet packet analysis to extract vibration signal characteristic frequency, LFM pulse compression of the Matlab program.)
- 2017-04-17 19:58:36下载
- 积分:1
-
fractal-use
分形的练习一
①Koch曲线
用复数的方法来迭代Koch曲线
clear i 防止i被重新赋值
A=[0 1] 初始A是连接(0,0)与(1,0)的线段
t=exp(i*pi/3)
n=2 n是迭代次数
for j=0:n
A=A/3 a=ones(1,2*4^j)
A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a]
end
plot(real(A),imag(A))
axis([0 1 -0.1 0.8])
②Sierpinski三角形
A=[0 1 0.5 0 0 1] 初始化A
n=3 迭代次数
for i=1:n
A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2
A=[A A+[c b] A+[c/2 c]]
end
for i=1:3^n
patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数
end
(Fractal
Exercise One
The ① Koch curve
Plural iteration Koch curve
clear i to prevent i is reassigned
A = [0 1] initial A is a connection (0,0) and (1,0) of the segments
t = exp (i* pi/3)
n = 2 n is the number of iterations
for j = 0: n
A = A/3 a = ones (1,2* 4 ^ j)
A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a]
end
plot (real (A), imag (A))
axis ([0 1-0.1 0.8])
② Sierpinski triangle
A = [0 1 0.5 0 0 1] initialized A
n = 3 the number of iterations.
for i = 1: n
A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2
A = [A A+ [c b] A+ [c/2 c]]
end
for i = 1:3 ^ n
patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function
end)
- 2013-03-02 10:03:09下载
- 积分:1
-
precession_theory
对圆锥运动引起的微多普勒频移进行matlab仿真(Matlab simulation of the micro Doppler frequency shift caused by conical motion)
- 2021-04-23 21:18:48下载
- 积分:1
-
libsvm-3.1
台湾林智仁教授开发的svm开发包 内含java matlab c++等多种语言的开发模块(SVM no-linear)
- 2014-09-17 10:31:49下载
- 积分:1
-
AMGA
hybrid Archive-based Micro Genetic Algorithm (AMGA) on
a set of bound-constrained synthetic test problems is reported.
The hybrid AMGA proposed in this paper is a combination of a
classical gradient based single-objective optimization algorithm
and an evolutionary multi-objective optimization algorithm.
- 2011-11-13 08:41:24下载
- 积分:1
-
leach_wind
现代信号处理 自适应滤波 完成自适应滤波的基本功能(signal processing adative filtering)
- 2012-04-10 18:58:40下载
- 积分:1
-
spacetimecode
无线通信系统中的空时编码的仿真程序。多天线发送,多天线接受系统。衰落信道。(wireless communication systems and space-time coding the simulation program. Multi-antenna sending, receiving multiple antenna system. Fading Channel.)
- 2006-11-14 14:04:41下载
- 积分:1
-
gpc
广义预测的简单例子(gpc算法)广义预测的简单代码(generalized predictive control algorithm )
- 2011-08-25 10:10:31下载
- 积分:1
-
paramesh_4.1.tar
基于笛卡尔网格的自适应网格生成,实现方式相对简单,灵活易用。(PARAMESH is a package of Fortran 90 subroutines designed to provide an
application developer with an easy route to extend an existing serial
code which uses a logically cartesian structured mesh into a parallel
code with adaptive mesh refinement(AMR).)
- 2015-01-09 11:21:10下载
- 积分:1