-
rectangular-filter
The program contains a rectangular window
- 2014-09-08 02:41:43下载
- 积分:1
-
pm-suanfa
内容:空间目标识别,采用PM算法。程序中附有注释,可以改变方向角,运算速度比music算法快,本人毕设程序,绝对可用。(Content: space target recognition using PM algorithm. Annotated program, you can change the direction of the angle calculation algorithm is faster than the music, I set up the program, absolutely free.)
- 2013-11-25 21:39:51下载
- 积分:1
-
BPSK
单径瑞利信道中的BPSK相干解调的理论误码率性能,并设计一种时分的导引辅助的信道估计方法(Single path Rayleigh channel BPSK coherent demodulation theory of error rate performance guide and a time estimation method aided channel, using Simulink simulation, measurement BPSK BER performance)
- 2013-12-05 16:05:16下载
- 积分:1
-
Plotting_Tutorial_New1
Plot tutorial is using to calculate in Histogram Matlab
- 2013-12-08 13:27:43下载
- 积分:1
-
LYAPUNOV
这是连续混沌系统,计算李雅普罗夫指数的程序。不是离散系统的,里面有很多混沌的实例。(failed to translate)
- 2009-11-15 10:31:20下载
- 积分:1
-
optimization-algorithm-code
电力系统无功优化算法,matlab程序代码,调试通过。(Reactive power optimization algorithm code, debugging through)
- 2014-01-29 16:08:24下载
- 积分:1
-
work
matlab实现rnn神经网络,对于使用的现场臭氧发生器数据,进行数据建模仿真,用现场数据对神经网络进行训练并得到参数(use matlab finish rnn)
- 2019-02-26 12:28:49下载
- 积分:1
-
MSK
在MATLAB上实现的MSK调制与解调程序。(Implemented on the MATLAB MSK modulation and demodulation process.)
- 2010-05-25 14:15:33下载
- 积分: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
-
ekf
本程序为扩展卡尔曼滤波(ekf)的程序代码,可以供初学者学习。(This procedure is extended Kalman filter (ekf) code, for beginners to learn.)
- 2013-03-11 19:31:37下载
- 积分:1