-
777123safkl
Probability of error based on pulse collision probability
- 2009-03-30 21:53:58下载
- 积分:1
-
Chapter4
this file inculede CDMA codes and implemantion
- 2011-04-29 21:04:16下载
- 积分:1
-
guangfubingwangyuyouyuanlvbo
具体介绍了光伏并网与有源滤波控制原理,以及控制流程,论文结果非常具有代表性,具有较高的参考价值(Specific photovoltaic (pv) grid and active filter control principle are introduced, and control process, the paper the results is very representative, has the high reference value)
- 2014-11-08 22:14:02下载
- 积分:1
-
LSQR
计算病态线性方程的LSQR算法,MATLAB汇编程序。(LSQR algorithm of morbid linear equations , MATLAB assembler)
- 2016-09-28 16:53:04下载
- 积分:1
-
yiqunsuanfa
蚁群算法最短路径通用Matlab程序.rar
- 2010-08-20 22:02:50下载
- 积分:1
-
DerivativePoint
应用多元高斯声束叠加方法建立粉末合金构件的声场模型(sound field simulation sound field simulation sound field simulation )
- 2012-05-03 21:10:31下载
- 积分:1
-
308x440
308*440关于边缘检测的Matlab源代码,需要的可以(308* 440 on the edge detection of Matlab source code, and we need to see it)
- 2007-04-27 10:52:14下载
- 积分: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
-
mpc
Matlab中的模型预测控制工具箱英文详细介绍。(Model predictive control toolbox of Matlab detailed introduction in English.)
- 2013-10-16 10:21:00下载
- 积分:1
-
LRD
室内无线定位技术,基于比例圆算法的matlab仿真程序(Indoor wireless positioning technology, based on proportional circle algorithm matlab simulation program)
- 2013-10-27 01:01:11下载
- 积分:1