-
PF
说明: 粒子滤波程序,对目标进行跟踪,附有状态方程和量测方程(PF)
- 2010-10-24 18:44:21下载
- 积分:1
-
通信系统仿真
说明: cdma、gold码、通信系统仿真、通信工程(cdma echnology communication engineer)
- 2018-12-30 12:33:29下载
- 积分:1
-
Matlabppt
说明: 提供MATLAB的学习基础文件,对这方面入门的学生有很大帮助,值得学习(The study provided based on MATLAB, the introduction of this document has very great help students, it is worth learning )
- 2010-04-19 14:37:55下载
- 积分: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
-
INTEGRATION
采集的加速度信号积分为速度信号和位移信号,好用的程序( Realize the change from acceleration signalto displacement signal or speed signal, Integration program easy to use)
- 2020-11-27 15:29:30下载
- 积分:1
-
AF_Hys
3 phase Active Power filter that is simulated in matlab simulink based on hysteresis current control method
- 2010-06-01 15:00:20下载
- 积分:1
-
awackley
awackley测试函数,经过实验的确可以用,哈哈,分享给大家(awackleytest function, indeed can be used through the experiment, ha ha, for everyone to share)
- 2011-09-01 14:51:35下载
- 积分:1
-
matlab6
学习Matlab的仿真工具,而且有丰富的例子供大家参考(learning Matlab simulation tool, but a wealth of examples for your consideration.)
- 2006-06-26 21:18:26下载
- 积分:1
-
shiyan22
matlab上机实验:时域采样与频域采样(Time domain sampling and frequency domain sampling
)
- 2012-05-14 15:02:34下载
- 积分:1
-
matlabwork-2.17
matlab gui编程 实现调用sin函数和cos函数(matlab gui)
- 2014-02-18 18:06:33下载
- 积分:1