-
xinhao
matlab中信号处理的源程序,机械专业进行转子动力学分析时用(source code matlab signal processing, machinery specialized for rotor dynamics analysis using)
- 2011-05-10 23:02:33下载
- 积分:1
-
cst
cst fem matlab code lh l lfhlgdhlkf g hdlk gh lkdgh lkdfhlkg dhflkghdflhg ld
- 2012-01-22 00:23:39下载
- 积分:1
-
JSP
有关经典车间调度的算法,车间作业调度问题(JSP)的遗传算法通用MATLAB源代码,(The classical job shop scheduling algorithm
)
- 2020-09-10 22:18:00下载
- 积分:1
-
Musysid
I need estimation channel MIMO-OFDM because I do synchronous CFO and SFO by tracking algorithm Obelix
- 2009-05-06 09:53:20下载
- 积分:1
-
LMS by adian try
本程序用matlab工具编程,采用lms算法实现信道估计.其中信源是+-1二值随机码,信道为多径(3路径)信道.(the procedures used Matlab programming tools using LMS algorithm channel estimation. Which source is-1 two random codes, channel more Drive (Route 3) channel.)
- 2020-09-01 17:58:09下载
- 积分:1
-
pendul31
说明: 为了下载东西,随便上传了一个单级倒立摆的仿真模型,不好意思,请不要下载。(to download things, casually posted a single-stage inverted pendulum simulation model, sorry, please do not download.)
- 2006-04-05 22:49:24下载
- 积分: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
-
key-frame-extraction
in this zip folder contains the how to extract the key frames and how to add the noise and RGB.
- 2013-10-01 23:44:05下载
- 积分:1
-
polynomials
matlab数据拟合 一种快速的插值方法(the matlab data fitting a fast interpolation method)
- 2013-04-02 11:55:15下载
- 积分:1
-
P_and_S_waves
纵波横波地震波动方程,形象的描述了纵波横波传播方向与质点振动方向之间的关系(seismic wave functions)
- 2015-04-20 22:27:27下载
- 积分:1