-
matlabmatch
matlab图像配准例程,包含了.m文件和图片,值得下载研究(matlab image registration routines, including the. m files and pictures, it is worth downloading study)
- 2011-06-14 14:14:59下载
- 积分:1
-
twoDiode
matlap simulink photovoltaik pv solar energy
solar cell gunes pili
- 2013-01-14 05:11:57下载
- 积分:1
-
dft
学习matlab的傅里叶变化小程序,没问题额(Fourier transform of small learning matlab program, the amount is no problem)
- 2011-09-27 08:31:13下载
- 积分: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
-
mobkas
application sales car ............................
- 2015-01-12 16:56:55下载
- 积分:1
-
matlab100examples
matlab的100个小应用程序,对初学者比较有用。(100 small matlab application, useful for beginners.)
- 2010-10-23 00:43:57下载
- 积分:1
-
ekf
卡尔曼滤波器可以供给初学者很好的使用,欢迎下载。(Kalman filter will be available to a good use of beginners are welcome to download.)
- 2009-12-07 23:16:59下载
- 积分:1
-
MUSIC
This program is DOA estimation by using MUSIC algorithm
- 2012-05-11 14:00:57下载
- 积分:1
-
tongliangliuliangyouhua
通信网链路容量和流量联合优化分配问题的遗传算法matlab程序(communications network link capacity and optimize the flow of the joint distribution of the genetic algorithm Matlab procedures)
- 2007-04-02 12:44:29下载
- 积分:1
-
Dhiman3
QPSK(PASSBAND) IN AWGN AND FADING channel
- 2016-04-19 14:51:11下载
- 积分:1