-
lianxi
本程序是计算光子晶体光纤问题,主要是模拟仿真(This procedure is to calculate the photonic crystal fiber problem is simulation)
- 2011-09-22 17:46:30下载
- 积分:1
-
CandM
模拟退火程序。f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序示例。-to a simple example illustrates the simulated annealing algorithm thinking. Simulated Annealing for the function f (x, y) = 5sin (xy) x ^ 2 y ^ 2 minimum, the right understanding of simulated annealing method is a good example of the procedure.(Simulated annealing procedure)
- 2012-05-19 21:37:36下载
- 积分:1
-
markov123456
马尔科夫链模拟原程序,matlab环境下运行(Markov chain simulation of the original program)
- 2011-06-22 16:02:03下载
- 积分: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
-
write_htk_inihmm
Matlab与HTK的接口程序,用于生成HTK中HMM的初始文件。(Matlab and HTK interface program used to generate the initial HMM file in HTK.)
- 2013-09-09 09:40:32下载
- 积分:1
-
speaker-recognition
speech recognition using matlab....sousce definition
- 2011-11-05 15:37:08下载
- 积分:1
-
cor_dakk
cross correlation of two sequences
- 2013-03-30 23:29:28下载
- 积分:1
-
arModel_shm
使用matlab编程实现AR模型中的参数确定(AR model)
- 2012-11-20 11:32:48下载
- 积分:1
-
Raised-Cosine-error-rate-baseband-
matlab实现升余弦滚降最佳基带系统的误码率(Raised Cosine error rate of the best baseband system)
- 2015-08-28 16:50:16下载
- 积分:1
-
rect-wave
Simulations of rectangular waveguide using matlab
- 2009-04-11 20:20:01下载
- 积分:1