资源简介
Chaos-Toolbox-Ver.2.0可以实现Lyapunov指数计算,绘制常用混沌系统的奇异吸引子,庞加莱截面图等功能,MATLAB7.0、7.1版本

代码片段和文件信息
function C_I=correlation_integral(XMr)
%the function is used to calculate correlation integral
%C_I:the value of the correlation integral
%X:the reconstituted state spaceM is a m*M matrix
%m:the embedding demention
%M:M is the number of embedded points in m-dimensional sapce
%r:the radius of the Heaviside functionsigma/2 %calculate the sum of all the values of Heaviside
%skyhawk
sum_H=0;
for i=1:M
% fprintf(‘%d/%d\n‘iM);
for j=i+1:M
d=norm((X(:i)-X(:j))inf);%calculat the distances of each two points in matris M with sup-norm
sita=heaviside(rd);%calculate the value of the heaviside function
sum_H=sum_H+sita;
end
end
C_I=2*sum_H/(M*(M-1));%the value of correlation integral
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 393070 2003-11-25 13:25 Chaos Toolbox Ver.2.0\Reference\Nonlinear dynamics delay times and em
文件 243865 2003-11-19 08:31 Chaos Toolbox Ver.2.0\Reference\基于Lyapunov指数改进算法的边坡位移预测.caj
文件 1079 2004-07-29 21:28 Chaos Toolbox Ver.2.0\Reference\混沌工具箱使用帮助.txt
文件 47104 2004-07-29 21:16 Chaos Toolbox Ver.2.0\Reference\C-C方法求时间延迟程序设计.doc
文件 178688 2004-07-29 21:37 Chaos Toolbox Ver.2.0\Reference\基于混沌理论的太阳黑子时间序列预测.doc
文件 732 2003-10-14 15:17 Chaos Toolbox Ver.2.0\Main\pre_by_lya.m
文件 6436 2003-08-20 10:22 Chaos Toolbox Ver.2.0\Main\pre_by_lya_new.m
文件 296 2003-11-30 18:51 Chaos Toolbox Ver.2.0\Main\reconstitution.m
文件 1693 2004-07-29 21:17 Chaos Toolbox Ver.2.0\Main\C_CMethod.m
文件 752 2004-07-29 21:19 Chaos Toolbox Ver.2.0\Main\correlation_integral.m
文件 283 2004-07-29 21:19 Chaos Toolbox Ver.2.0\Main\disjoint.m
文件 1296 2004-07-29 21:19 Chaos Toolbox Ver.2.0\Main\G_P.m
文件 286 2004-07-29 21:20 Chaos Toolbox Ver.2.0\Main\heaviside.m
文件 1744 2004-07-29 21:20 Chaos Toolbox Ver.2.0\Main\largest_lyapunov_exponent.m
文件 2407 2004-03-23 13:46 Chaos Toolbox Ver.2.0\Main\lyapunov_rosenstein.m
文件 5574 2004-07-29 21:21 Chaos Toolbox Ver.2.0\Main\lyapunov_wolf.m
文件 557 2004-07-29 21:22 Chaos Toolbox Ver.2.0\Main\MainPre_by_jiaquanyijie_1.m
文件 1049 2004-07-29 21:22 Chaos Toolbox Ver.2.0\Main\MainPre_by_jiaquanyijie_n.m
文件 899 2004-07-29 21:23 Chaos Toolbox Ver.2.0\Main\MainPre_by_Lya_1.m
文件 1129 2004-07-29 21:23 Chaos Toolbox Ver.2.0\Main\MainPre_by_Lya_n.m
文件 5168 2004-07-29 21:23 Chaos Toolbox Ver.2.0\Main\nearest_point.m
文件 1392 2004-07-29 21:18 Chaos Toolbox Ver.2.0\Main\C_CMethod_independent.m
目录 0 2008-11-24 09:27 Chaos Toolbox Ver.2.0\Reference
目录 0 2008-11-24 09:27 Chaos Toolbox Ver.2.0\Main
目录 0 2008-11-24 09:27 Chaos Toolbox Ver.2.0
----------- --------- ---------- ----- ----
895717 26
相关资源
- matlab_OFDM调制解调(来自剑桥大学)
- Matlab路面裂缝识别69319
- 高灵敏度GPS接收机MATLAB仿真,附捕获
- 基于MATLAB的质点弹道计算与外弹道优
- 阵列天线的matlab仿真
- MATLAB 经典程序源代码大全
- MATLAB小波软阈值去噪代码33473
- 天线阵的波束形成在MATLAB仿真程序及
- 非线性SVM算法-matlab实现
- 《MATLAB 智能算法超级学习手册》-程序
- 组合导航matlab程序
- 读取txt文件内容matlab代码实现
- Matlab实现基于相关的模板匹配程序
- matlab优化工具箱讲解
- 基于MATLAB的快速傅里叶变换
- 光纤传输中的分布傅立叶算法matlab实
- 基于matlab的图像处理源程序
- matlab 椭圆拟合程序
- 算术编码解码matlab源代码
- optical_flow 光流法 matlab 实现程序
- 引导图像滤波器 Matlab实现
- 分形几何中一些经典图形的Matlab画法
- OFDM系统MATLAB仿真代码
- SVM工具箱(matlab中运行)
- 图像小波变换MatLab源代码
- LU分解的MATLAB实现
- 冈萨雷斯数字图像处理matlab版(第三
- 替代数据法的matlab程序
- 用matlab实现的多站定位系统性能仿真
- 通过不同方法进行粗糙集属性约简m
评论
共有 条评论