-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
FLch2bzsheg2
系统辨识及其MATLAB仿真,白噪声产生程序(System Identification and MATLAB simulation, white noise generator)
- 2013-11-13 15:48:50下载
- 积分:1
-
Ensemble1
Ensemble修改程序,包括源程序和调用程序及实例。(Ensemble modify the program, including the source and call procedures and examples.)
- 2013-11-25 21:01:21下载
- 积分:1
-
lyapunov_RHR
现我做了一个基于RHR算法的李氏指数计算方法,收敛速度很快,精确度也还可以,现传上:(Now I had a RHR algorithm based on Lyapunov exponent calculation methods, fast convergence, accuracy can also now Chuan on:)
- 2008-05-22 19:31:14下载
- 积分:1
-
Heston
Heston Model option pricings and comparison(Compares the option prices obtained using the analytical Heston formula (1993) and the FFT method (Carr-Madan formula via FFT+ Simpson s, Carr-Madan using adaptive Gauss-Kronrod quadrature, and Lipton s formula using adaptive Gauss-Kronrod quadrature).)
- 2013-08-18 09:21:44下载
- 积分:1
-
simulation_communications
MC-CDMA系统的简要介绍和系统的MATLAB 仿真性能实现(the generalized analysis of MC-CDMA system and realization using MATLAB code.)
- 2014-12-18 11:12:00下载
- 积分:1
-
gaussn
Damped Gauss-Newton with Armijo rule
- 2010-07-14 17:43:28下载
- 积分:1
-
irglomo_v10
大范围由不同种类组成的通信系统的并行模拟计算(Parallel Simulation of Large-Scale Heterogeneous Communication Systems)
- 2010-09-23 08:37:59下载
- 积分:1
-
workingjpeg
JPEG DCT based baseline method which divides the image into 8x8 blocks and quantize anthen entropy coded.
- 2009-07-13 14:06:16下载
- 积分:1
-
BaseZernike1
zernike 7乘7模板的检测算法,模板可以自己添加,附加了一部分说明文字(zernike 7 x 7 template detection algorithm, the template can add their own, additional part of the description text)
- 2012-07-19 21:21:16下载
- 积分:1