-
matpower1.0
这是关于无功优化的MATLAB源程序,做电力系统无功优化的同学可以下载看看,对你的编程肯定用好处的(This is the MATLAB optimization of reactive power source, so reactive power optimization of the students can download the look of your use of the benefits of certain programming)
- 2010-08-07 15:49:02下载
- 积分:1
-
20040904064936
叫你怎么样使用matlab,这是一个实验指导书,详细步骤附有图片。(Tell you how to use matlab, this is an experimental guide books, detailed steps with pictures.)
- 2011-05-17 09:03:25下载
- 积分:1
-
HMMtoolbox
matlab 中 HMM工具箱和程序,将HMM算法程序展示给大家,希望会有帮助(HMM toolbox in matlab and procedures will be presented to the HMM algorithm we hope will be helpful)
- 2011-08-31 15:47:43下载
- 积分:1
-
emd2
EMD算法,实现对信号的经验模式分解,直接调用数据就可以,(EMD algorithm, realize the signal of the empirical mode decomposition)
- 2011-11-01 15:27:45下载
- 积分:1
-
pftrace
粒子滤波仿真程序,可以给初学者以帮助,程序中有详尽的解释(Particle filter simulation program, beginners can give to help, there is a detailed explanation on the program
)
- 2015-04-17 10:54:07下载
- 积分:1
-
wireless_communication
无线通信调制解调用的verlog和matlab程序,很大很实用。(Wireless modem calls verlog and matlab program, very very practical.)
- 2010-05-31 10:01:18下载
- 积分: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
-
gaborcreate
Gabor Wavelet Transform
- 2013-02-10 18:30:51下载
- 积分:1
-
huizhiquxian
在同一坐标内,分别用不同线型和颜色绘制曲线y1=0.2e-0.5xcos(4πx) 和y2=2e-0.5xcos(πx),标记两曲线交叉点。( In the identical coordinates, separately uses different linear
and color curve y1=0.2e-0.5xcos (4 pi x) and y2=2e-0.5xcos (pi x),
marks two curves intersections. )
- 2006-06-06 12:06:57下载
- 积分:1
-
Sairanemtfinalwithchanges
Scattering from Hexagonal cylinder
- 2013-03-06 16:55:05下载
- 积分:1