-
Inverse-problem
Program to compute the inverse problem solution of elastic impacts
- 2013-09-28 22:02:42下载
- 积分:1
-
cross_corr_error
Clarke模型的提出代表了Rayleigh分布用于平坦小尺度衰落统计模型的开端。虽然因为其实现比较复杂,而更倾向于被认为是一种数学模型而非仿真模型,但所涉及到的Rayleigh衰落信道的概念是其后众多改进模型的基础(The Clarke model put forward on behalf of the beginning of the Rayleigh distribution for flat small-scale fading statistical model. Because its implementation is more complex, and more inclined to think that instead of the simulation model is a mathematical model, but involved in the Rayleigh fading channel concept is the basis of many subsequent improvement model)
- 2013-05-12 19:10:40下载
- 积分:1
-
TSP-via-ants-colony
here is m-files for tsp problem .it is well written with good descriptions.and works even for large number of nodes.
- 2014-02-01 16:10:38下载
- 积分:1
-
SSR+SSSC时域仿真法TEST
时域仿真sssc抑制次同步谐振,基于pscad(Time domain simulation SSSC suppresses subsynchronous resonance, based on PSCAD.)
- 2018-04-13 22:33: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
-
jiangweiguanceqi1
降维观测器配置加积分环节 四阶龙哥库塔实现 matlab程序(Reduced order observer plus integral part of the fourth-order Runge Ge Kuta matlab program)
- 2013-05-09 15:13:38下载
- 积分:1
-
GM(1,1)
全自动GM模型代码,能自动判断是否适合灰色预测,并给出残差预测模型代码(Fully automatic GM model code can automatically judge whether it is suitable for grey prediction and give residual prediction model code.)
- 2018-11-06 13:55:25下载
- 积分:1
-
08
说明: 《Matlab从入门到精通》所有的源程序。(《Matlab from entry to the master》 all of the source.)
- 2009-10-09 01:35:16下载
- 积分:1
-
wbf_design_doblinger_2010
宽带时延波束形成例程,滤波求和方式实现宽带波束形成(design 1d filter-and-sum wideband beamformer with optimization )
- 2021-01-06 11:38:53下载
- 积分:1
-
MIMO_UWB
MIMO UWB four types of channels.
- 2013-11-04 05:25:41下载
- 积分:1