-
Matlab_reaction
说明: 基于反应谱计算的基本原理,对于单自由度弹性体系在水平地震作用下的力平衡方程。(Calculated based on the basic principles of response spectrum for single degree of freedom elastic system under horizontal earthquake force balance equation.)
- 2011-04-01 13:21:41下载
- 积分:1
-
spll
用于公司锁相环程序,已经通过样机验证,需要的朋友请下载(Phase-locked loop procedure used in the company, has been through prototype validation, need friends please download)
- 2012-12-31 13:07:32下载
- 积分:1
-
PhD_tool
face recognition by ga
- 2012-03-27 23:47:52下载
- 积分:1
-
MINO-RLS
系统辨识与自适应控制 最小二乘辨识算法增广广义最小二乘算法(System identification. algorithm for the augmented generalized least squares)
- 2011-11-25 21:54:37下载
- 积分:1
-
zuankongtiaoshi
对周期排布的介质柱上钻有小孔的结果进行平面波的分析(cycle arrangement of the media column of drilling a small hole results plane wave analysis)
- 2007-04-10 18:53:07下载
- 积分: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
-
fig_4a_zheng_yiganraojiachuanghou
lfm 脉冲压缩雷达,在一个干扰情况下的,目标探测情况(lfm radar one jaming MATLAB)
- 2015-04-21 09:36:37下载
- 积分:1
-
daima
基于导频的ofdm系统的LS估计MMSE估计 (Pilot-based OFDM system, the LS estimate of the MMSE estimates)
- 2008-05-07 14:35:00下载
- 积分:1
-
20051226105219272
matlab bootstrap程序设计方法(matlab bootstrap ?绦蛏????)
- 2008-08-19 13:19:01下载
- 积分:1
-
Powerflow_finall
电力系统潮流计算,可以计算电压,相角,幅值(Power flow calculation, you can calculate the voltage, phase angle and amplitude)
- 2013-09-27 16:37:26下载
- 积分:1