当前位置:网站首页>Lyapp exponents and bifurcation diagrams for fractional chaotic systems
Lyapp exponents and bifurcation diagrams for fractional chaotic systems
2022-08-09 22:07:00 【student_domi】
1. Introduction
Slightly
496-can communicate, consult, answer questions
2. Description of content
%1. Chen's system:
[t, y]=FOChen([35 3 28 -7], [0.9 0.9 0.9], 100, [-9 -5 14]);
figure
plot3(y(:,1), y(:,2), y(:,3),'k');
xlabel('x(t)'); ylabel('y(t)'); zlabel('z(t)'); grid;
%2. CNN - 3 cells net:
[t, y]=FO3CNN([1.24 1.1 1.0 4.4 3.21], [0.99 0.99 0.99], 100, [0.1 0.1 0.1]);
figure
plot3(y(:,1), y(:,2), y(:,3), 'k');
xlabel('x_1(t)'); ylabel('x_2(t)'); zlabel('x_3(t)'); grid;
%3. Arneodo's system:
[t,y]=FOArneodo([-5.5 3.5 0.8 -1.0], [0.97 0.97 0.96], 200, [-0.2 0.5 0.2]);
figure
plot3(y(:,1), y(:,2), y(:,3), 'k');
xlabel('x(t)'); ylabel('y(t)'); zlabel('z(t)'); grid;
%4. Genesio-Tesi's system:
[t, y]=FOGenTesi([1.1 1.1 0.45 1.0], [1 1 0.95], 200, [-0.1 0.5 0.2]);
figure
plot3(y(:,1), y(:,2), y(:,3),'k');
xlabel('x(t)'); ylabel('y(t)'); zlabel('z(t)'); grid;
%5. Lorenz's system:
[t, y]=FOLorenz([10 28 8/3],[0.993 0.993 0.993],100,[0.1 0.1 0.1]);
figure
plot3(y(:,1), y(:,2), y(:,3), 'k');
xlabel('x(t)'); ylabel('y(t)'); zlabel('z(t)'); grid;
%6. Newton-Leipnik's system:
[t, y]=FONewLeipnik([0.4 0.175], [0.95 0.95 0.95], 200, [0.19 0 -0.18]);
figure
plot3(y(:,1), y(:,2), y(:,3),'k');
xlabel('x(t)'); ylabel('y(t)'); zlabel('z(t)'); grid;
%7. Rossler's system:
[t, y]=FORossler([0.5 0.2 10], [0.9 0.85 0.95], 120, [0.5 1.5 0.1]);
figure
plot3(y(:,1), y(:,2), y(:,3),'k');
xlabel('x(t)'); ylabel('y(t)'); zlabel('z(t)'); grid;
%8. Lotka-Volterra system:
[t, y]=FOLotkaVolterra([1 1 1 1 2 3 2.7], [0.95 0.95 0.95], 200, [1 1.4 1]);
figure
plot3(y(:,1), y(:,2), y(:,3),'k');
xlabel('x(t)'); ylabel('y(t)'); zlabel('z(t)'); grid;
%9. Duffing's system:
[t, y]=FODuffing([0.15 0.3 1], [0.9 1], 200, [0.21 0.31]);
figure
plot(y(:,1), y(:,2), 'k');
xlabel('x(t)'); ylabel('y(t)'); grid;
%10. Van der Pol's oscillator:
[t, y]=FOvanDerPol(1, [1.2 0.8], 60, [0.2 -0.2]);
figure
plot(y(:,1), y(:,2), 'k');
xlabel('y_1(t)'); ylabel('y_2(t)'); grid;
%11. Volta's system:
[t, y]=FOVolta([19 11 0.73],[0.99 0.99 0.99], 20, [8 2 1]);
figure
plot3(y(:,1), y(:,2), y(:,3),'k');
xlabel('x(t)'); ylabel('y(t)'); zlabel('z(t)'); grid;
%12. Lu's system:
[t, y]=FOLu([36 3 20], [0.985 0.99 0.98], 60, [0.2 0.5 0.3]);
figure
plot3(y(:,1), y(:,2), y(:,3),'k');
xlabel('x(t)'); ylabel('y(t)'); zlabel('z(t)'); grid;
%13. Liu's system:
[t, y]=FOLiu([1 2.5 5 1 4 4], [0.95 0.95 0.95], 100, [0.2 0 0.5]);
figure
plot3(y(:,1), y(:,2), y(:,3),'k');
xlabel('x(t)'); ylabel('y(t)'); zlabel('z(t)'); grid;
%14. Chua's systems:
[t, y]=FOChuaNR([10.725 10.593 0.268 -0.7872 -1.1726], [0.93 0.99 0.92], 60, [0.6 0.1 -0.6]);
figure
plot3(y(:,1), y(:,2), y(:,3),'k');
xlabel('x(t)'); ylabel('y(t))'); zlabel('z(t)'); grid;
[t, y]=FOChuaM([10 13 0.1 1.5 0.3 0.8], [0.97 0.97 0.97 0.97], 200, [0.8 0.05 0.007 0.6]);
figure
plot3(y(:,1), y(:,2), y(:,3),'k');
xlabel('x(t)'); ylabel('y(t)'); zlabel('z(t)'); grid;
figure
plot3(y(:,4), y(:,1), y(:,2),'k');
xlabel('w(t)'); ylabel('x(t)'); zlabel('y(t)'); grid;
%15. Financial system:
[t, y]=FOFinanc([1 0.1 1],[1 0.95 0.99],200, [2 -1 1]);
figure
plot3(y(:,1), y(:,2), y(:,3),'k');
xlabel('x(t)'); ylabel('y(t)');zlabel('z(t)'); grid;
3. Simulation analysis
4. Reference papers
Slightly
边栏推荐
猜你喜欢
随机推荐
面试官:MySQL 中 update 更新,数据与原数据相同时会执行吗?大部分人答不上来!
【kali-权限提升】(4.2.6)社会工程学工具包(中):中间人攻击工具Ettercap
渗透测试-对新型内存马webshell的研究
MySQL笔记-06 基础SQL操作
Laravel之队列「建议收藏」
Week 8 Deep learning for object detection
韩国网络安全体系特征与发展前景
What are the benefits of enterprise data integration?How do different industries solve the problem of data access?
Ali Ermi: Without accept, can a TCP connection be established?
tki-tree 树组件控制默认展开第几层数据
hdu 1285 确定比赛名次(拓扑排序)
C语言之实现倒置字符串的两种方法
LeetCode Daily Question (321. Create Maximum Number)
leetcode 二叉树的公共近祖先
LeetCode每日一题(321. Create Maximum Number)
laravel 时区问题timezone
Next second data: the transformation of the modern data stack brought about by the integration of lake and warehouse has begun
新起之秀 DPU,正在掀起数据中心变革!
【高效工具】远程控制软件 ToDesk(收藏夹)
Two methods of implementing inverted strings in C language