代码搜索:chaos
找到约 332 项符合「chaos」的源代码
代码结果 332
www.eeworm.com/read/285004/8877096
chaos_analyser
www.eeworm.com/read/281455/9154899
m chaos.m
%construct the phase space
load st1.dat;
s1=st1(8001:8800,3);
[c,l]=wavedec(s1,5,'db1');
[thr,sorh,keepapp]=ddencmp('den','wv',s1);
s=wdencmp('gbl',c,l,'db1',5,thr,sorh,keepapp);
s=wden(s1,'heur
www.eeworm.com/read/281455/9154907
asv chaos.asv
%construct the phase space
s1=st1(8001:8800,3);
[c,l]=wavedec(s1,5,'db1');
[thr,sorh,keepapp]=ddencmp('den','wv',s1);
s=wdencmp('gbl',c,l,'db1',5,thr,sorh,keepapp);
s=wden(s1,'heursure','s','one'
www.eeworm.com/read/170289/9811621
c chaos.c
www.eeworm.com/read/170289/9811624
prj chaos.prj
www.eeworm.com/read/170289/9811627
exe chaos.exe
www.eeworm.com/read/361166/10065522
vi chaos.vi
www.eeworm.com/read/350741/10713596
m chaos.m
APPENDIX
I. Dynamical Systems Analysis—MATLAB Programs
A Numerical Integration of Three Coupled ODEs
% File: VanDerPolSolv.m
%
% Numerical integration of Duffing-Van Der Pol Oscillator.
% Ordina
www.eeworm.com/read/454930/7381705
m chaos.m
% Chaos test
% logistic function plot
i = disp('please enter the number of iteration : ');
cx = [];
cx(1) = rand(1);
if (cx(1) ~= 0.25) & (cx(1) ~= 0.5) & (cx(1) ~= 0.75)
for k = 1: 30
www.eeworm.com/read/454930/7381706