-
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
-
cnn_toolkit_ver1.0
1D CNN和2D CNN网络的仿真实现,包含完整的子函数分解,采用matlab编写(demo_cnn_auto- demo for Autonomous CNNs with a symmetric A template
solve_cnn2d- solve a 2D CNN system, Euler method
solve_cnn2d_multi- solve a 2D multi-layered CNN system, Euler method
Utility routines
make_cnn_params- check and update the CNN params structure
make_cnn_params_multi- check and update the multi-layer CNN params structure
make_cnn_time- check and update the CNN time structure
step_ahead1- advance a 1D CNN state one step forward, Euler method
step_ahead2- advance a 2D CNN state one step forward, Euler method
unit_sat- unity saturation )
- 2021-04-27 11:08:45下载
- 积分:1
-
kftool_matlab
kalman filter toolbox for matlab...
- 2010-12-06 00:58:00下载
- 积分:1
-
Layout-optimization-based-on-GA
基于遗传算法的车间布局优化MATLAB源码(Workshop layout optimization based on genetic algorithm on MATLAB .doc)
- 2013-01-03 12:05:48下载
- 积分:1
-
Color-Watermarking
This code is one application of visible watermarking.
- 2013-03-12 11:48:43下载
- 积分:1
-
stf_sim_v2
布朗大学的基于生源定位开发的一款模拟生成环境(Brown University developed a simulation based on the students locate the build environment)
- 2013-01-27 10:25:04下载
- 积分:1
-
Matlab_STCv0
STC跟踪算法,matlab源码,可实现对框定目标的有效稳定跟踪(STC tracking algorithm, matlab source code, can achieve the goal of effective framing stable tracking)
- 2014-01-22 18:18:13下载
- 积分:1
-
AR-model-matlab
包含7个常的AR模型仿真算法,matlab编写(AR model simulation algorithm consists of seven normal, matlab write)
- 2015-07-31 20:32:12下载
- 积分:1
-
OFDM_communication_system_simulation
OFDM 通信系统仿真,包括信道建模,调制解调,求信噪比,功率分配
(压缩包内含50个源码程序)(OFDM communication system simulation, including channel modeling, modulation and demodulation, and signal to noise ratio, power distribution
(Compressed package containing the source program 50))
- 2009-04-21 12:40:24下载
- 积分:1
-
incremental_pid
增量式PID控制算法:相比位置式PID控制有更好的控制精度,不累加误差,误动作影响小,不易引起积分饱和(Incremental PID control algorithm: compared to the position PID control has better control accuracy, and does not accumulate error, malfunction affect small, are unlikely to cause the windup)
- 2012-08-11 11:18:06下载
- 积分:1