-
PSK通信编程仿真源程序-psk
PSK通信编程仿真源程序(PSK communication simulation programming source)
- 2005-03-26 20:43:38下载
- 积分:1
-
Project-3
neural network based fault finding relay
- 2009-04-29 19:14:17下载
- 积分:1
-
MATLAB
matlab使用教程,适合初学者使用,容易上手(matlab using the tutorial, suitable for beginners to use, easy to use)
- 2011-05-16 14:51:26下载
- 积分: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
-
paralellfinal
power factor improvement by using converters
- 2015-02-12 23:57:43下载
- 积分:1
-
emd
经验模态分解(EMD),对imf进行分析,再采用类小波阈值去噪。(Empirical Mode Decomposition (EMD), were analyzed for the imf, then using class wavelet thresholding.)
- 2021-02-21 19:59:41下载
- 积分:1
-
matlab
matlab初学者必备书籍资料,非常有用。我就是从这里入门的。快来分享吧~(help matlab study)
- 2010-03-07 15:43:27下载
- 积分:1
-
chap_3
matlab由浅到深的解析,源码都有,很好的初学者学习资料(matlab from shallow to deep parsing, source code has, very good information for beginners to learn)
- 2011-05-02 13:05:55下载
- 积分:1
-
code
ai prolog examples
ai prolog examples
ai prolog examples
ai prolog examples
ai prolog examples
(ai prolog examples)
- 2013-11-14 20:26:39下载
- 积分:1
-
gui
I have uploaded complete GUI code for Aircraft A320 control
- 2016-04-11 01:28:45下载
- 积分:1