-
kmeans
Kmeans algorithm using matlab
- 2013-01-04 05:23:32下载
- 积分:1
-
traffic--Matlab
跟驰功能
换道功能
元胞空间定义功能
车辆定义功能
驾驶员特性定义功能
发车密度定义功能
信号配时定义功能
换道比例定义功能 (Some data processing, etc. )
- 2012-10-13 21:30:07下载
- 积分:1
-
Anky_GlassLog14cube_website
3d reconstruction based glass cubes
- 2012-04-12 21:37:21下载
- 积分:1
-
matlab
matlab实用百例:
1-32是:图形应用篇
33-66是:界面设计篇
67-84是:图形处理篇
85-100是:数值分析篇(matlab practical one hundred cases: 1-32 is: papers 33-66 are graphical applications: interface design articles 67-84 are: graphics chapter 85-100 are: Numerical analysis of articles)
- 2011-11-03 21:21:39下载
- 积分:1
-
proiect3
This is an analog signal communication simulator, usign frequency modulation. It is designed in MATLAB-Simulink. The communications channel beetween the transmitter and the reciever is supposed to be affected by additive white Gaussian noise.
- 2009-05-22 21:38:56下载
- 积分:1
-
111111
这是关于如何使用MATLAB的一个PPT,希望对大家有帮助(failed to translate)
- 2010-05-19 14:39:12下载
- 积分:1
-
ofdm
it a matlab source code to simulate ofdm
- 2014-09-09 03:26:55下载
- 积分: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
-
AviRead
读取avi视频呵呵呵呵 (Read avi video)
- 2009-11-30 22:31:41下载
- 积分:1
-
Algorithm
四种不同的算法在实现多项式相乘时的时间复杂度比较(Four different algorithms, when multiplied in the realization of polynomial time complexity comparison)
- 2008-12-19 15:44:00下载
- 积分:1