-
fft_and_pwelch
脉动风速时程的matlab功率谱估计,汉宁窗法(power spectrum)
- 2021-03-21 09:19:17下载
- 积分:1
-
Bayesguji
用监督参数估计中的贝叶斯方法估计条件概率密度的参数u(With the supervision of the Bayesian estimation method to estimate the parameters of the conditional probability density of u)
- 2011-01-06 09:58:50下载
- 积分:1
-
sanxiangquankongzhengliudianlu
三相可控硅全控整流 功率因数 matlab仿真 工业控制 (
Three-phase silicon controlled rectifier all control the power factor matlab simulation industrial control)
- 2011-10-07 00:41:53下载
- 积分:1
-
SNRplotMIMO
SNR plot in rayleigh channel with maximal ratio combining technique for MIMO
- 2010-10-08 14:24:17下载
- 积分:1
-
U4220
gmsk仿真程序,相干解调实现方法。。还是很好用的。。。(gmsk simulation program, to achieve coherent demodulation method. .)
- 2011-04-25 18:14:31下载
- 积分:1
-
3d-pec
一则3维带理想导体边界的FDTD算法实例,老外编写的,注释很明了(A 3-D with a perfectly conducting boundary FDTD algorithm instance, foreigners written comments are clear)
- 2011-07-04 15:21:12下载
- 积分:1
-
trapsezoid
This creates a trapezoid wave, similar to the built-in square function but with no duty cycle option
- 2010-10-11 07:07:16下载
- 积分: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
-
fingrt
finger print recognition algo in matlab
- 2015-02-09 18:42:14下载
- 积分:1
-
fem_toolbox
matlab-fem-analysis-and-application tool box
- 2014-01-05 14:53:23下载
- 积分:1