搜索资源列表
lyapunov_wolf
- wolf 方法计算李雅普诺夫指数,matlab源程序-wolf method Lyapunov exponent, Matlab source
lyapunov
- 李雅普诺夫指数求解MATLAB程序,包含说明文字-MATLAB program for solving Lyapunov index, including descr iptive text
liyapanuofu
- 这是个混沌理论应用中的李雅普诺夫指数源代码,里面的方程是著名的lorenze方程,它可以帮助我们分析混沌的动力学特性,希望对大家有用-This is application of chaos theory in the Lyapunov index of the source code, which the equation is the famous lorenze equation, it can help us analyze chaotic dynamics, we hope to be
李雅普诺夫指数
- 绘制李雅普诺夫指数和随着参数变化的曲线,直观反映出逻辑斯迪克模型中李雅普诺夫指数的特点
lorenzLya
- 利用正交向量法求Lorenz系统的李雅普诺夫指数,并绘出指数谱图。-Orthogonal Vector Method Lorenz system, Lyapunov exponent, and draw the index spectrum.
logistic
- 求解logistic映射的李雅普诺夫指数,来判断该序列是否为混沌-Solving logistic mapping Lyapunov exponent, to determine whether the sequence of Chaos
lorenzlyapunov
- 一个求解李雅普诺夫指数的matlab程序,程序已经测试通过,适合matlab的初学者-Solving a Lyapunov exponent of the matlab program, the program has been tested for matlab beginner
hundunfenxi
- MATLAB中的混沌系统的分析方法,包括李雅普诺夫指数-MATLAB in the analysis of chaotic systems, including Lyapunov exponents, etc.
w20000409
- 常微分方程系统李雅普诺夫特性指数的研究及其matlab作图-System of ordinary differential equations of Lyapunov Characteristic Exponents
Rossler 混沌系统Lyapunov指数Matlab实现代码
- 关于混沌的李雅普诺夫指数应用matlab编程,画出分岔图以及局部放大图
wolf计算李雅普诺夫指数
- 用wolf计算李雅普诺夫指数,值得学习一下
lyapunov_wolf
- 适合计算李雅普诺夫指数,经典沃夫算法的李雅普诺夫指数(Calculated Lee Yap Andrianof index)
利亚普诺夫指数
- 求出logistic映射的李雅普诺夫指数(le=zeros(401,2); i=0; for u=0:0.01:4 i=i+1; x=0.5; y=0; for j=1:100 x=u*x*(1-x); end for k=1:200 x=u*x*(1-x); y=y+log(abs(1-2*x)); end le(i,1)=u; le(i,2)=l
计算各种混沌系统李雅普洛夫指数的MATLAB 源程序
- 通过matlab仿真程序计算各种混沌系统李雅普诺夫的数值和图(Calculate the values and graphs of various chaotic system Lyapunov)
logistic映射的李亚普洛夫指数图
- 通过绘制李亚普洛夫指数图,来观察logistic映射的周期倍增规律。
Lyapunov
- 学习李雅普诺夫指数必备的程序,大家自行下载(The necessary program to learn the Lee Yap Andrianof index, you download it by yourself)
洛伦兹系统
- 此文件包含了洛伦兹系统的庞加莱截面图,李雅普诺夫指数图的源代码,也有Logistic映射的分叉图,代码可以运行。(This file contains the poincare cross section diagram of lorentz system, the source code of lyapunov exponent diagram, and the bifurcation diagram of Logistic mapping. The code can be run.)
lorenz李雅普诺夫指数
- 求Lorenz的李雅普诺夫指数,有效,完整能用(Lorenz lyapunov index, effective, complete use)
毕业设计模板
- MTALAB计算混沌系统的李雅普诺夫指数(蔡氏电路)(Use Matlab to get Lyapunov)
三阶微分方程的李氏指数算法
- 三维微分方程组的李雅普诺夫指数算法,可画出图像,是研究混沌性质的重要参数,可以将其中的M文件的方程组换为其他的形式