-
PV1
光伏电池的matlab模型,详细的光伏阵列建模,最大功率点控制(Matlab model of the photovoltaic cells, photovoltaic array modeling and maximum power point control)
- 2012-05-18 14:35:13下载
- 积分:1
-
hengcan
恒参信道对信号的影响。包含具体例子,信号为自编。(Constant and channel the influence of the signal.)
- 2012-03-30 15:42:32下载
- 积分: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
-
EightkWDCSource
8 kW DC DC BOOST to connect source of energy
- 2011-11-28 02:44:13下载
- 积分:1
-
BilinearQuadElementStiffness
说明: MATLAB 干系结构计算程序时候matlab有限元计算新手学习(MATLAB computation program stakeholders when novice learning finite element matlab)
- 2011-04-06 14:34:51下载
- 积分:1
-
linear
matlab线性代数的相关技术,适合初学者学习(matlab linear algebra related technologies, suitable for beginners to learn)
- 2010-06-20 12:50:27下载
- 积分:1
-
queueing_theory
计算Erlang B,C 模型中阻塞率与输入负载随服务器数量变化的数值关系并绘图。
模拟一个M/M/k排队系统。
该资料为通信系统排队理论matlab实验内容。(Using the iterative scheme, calculate the blocking probability of the Erlang B and C model. Draw the relationship of the blocking probability and offered traffic while sever number varies. Simulate a M/M/k queue system with input parameters of λ, μ, k)
- 2010-12-11 15:01:14下载
- 积分:1
-
ompsbox1
compressive sensing theory
- 2013-08-16 21:49:37下载
- 积分:1
-
f_lyapunov_wolf1
用wolf方法计算时间序列的最大lyapunov指数(Calculated by wolf maximum lyapunov index time series)
- 2013-07-16 15:42:52下载
- 积分:1
-
Deber24
Reg in a trahsformer method in matlab
- 2011-11-26 23:31:15下载
- 积分:1