登录
首页 » matlab » largest_lyapunov_exponent

largest_lyapunov_exponent

于 2020-11-27 发布 文件大小:5KB
0 197
下载积分: 1 下载次数: 294

代码说明:

  利用这个小数据量方法计算混沌时间序列的最大李雅普诺夫指数(With small amount of data calculated largest Lyapunov exponent of chaotic time series)

文件列表:

C_CMethod.m,1693,2004-07-29
G_P.m,1296,2004-07-29
largest_lyapunov_exponent.m,1743,2012-08-27
lyapunov_wolf.m,5574,2004-07-29
period_mean_fft.txt,771,2011-12-03

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Navigation
    机器人的全部目标是产生一个实验室的引导路线。实验室里的各种不同方向坐标已经存储,并且机器人在不同方向移动的非常成功。在某一方向,它可以给出该方向的位置。在不同方位的移动,机器人需要几个阶段,首先定位在某一位置,接着计算下一个方向的路程。(The overall goal of the robot is to conduct a guided tour of the laboratory. Coordinates of various stations in the room are stored, and the robot moves successively from station to station. At each station, it gives an explanation of that station. To move between stations, the robot make several steps, localizing itself at each step and recalculating the way to the next station)
    2009-05-04 10:22:22下载
    积分:1
  • backprojection
    这个源码提供了穿墙雷达反向投影成像算法的实现(backprojection(BP)算法)
    2009-05-09 21:01:04下载
    积分:1
  • leach-energy-caluation
    leach能量消耗計算leach能量消耗計算leach能量消耗計算leach能量消耗計算(leach energy caluation)
    2011-05-17 11:18:29下载
    积分:1
  • Breneman_Malignant_Melanoma_Detection
    Early Stage Malignant Melanoma Detection using Morphological Features
    2011-09-20 18:00:59下载
    积分:1
  • Simplex
    采用最基本的单纯形法编写了matlab程序,可用于求解各种线性规划问题(Matlab procedures used to prepare the basic simplex method can be used to solve a variety of linear programming problems)
    2013-11-23 18:02:37下载
    积分:1
  • A2_rgb
    已知RGB立方体八个顶点的像素值,要求输出该立方体对应的6个面的 .ppm 格式的图像。每个图像大小是512X512像素(Known RGB pixel values ​ ​ of the eight vertices of the cube, the required output image ' .ppm' format corresponding to 6 of the cube faces. Each image size is 512X512 pixels)
    2014-11-01 23:25:42下载
    积分:1
  • Math_matlab_shuzhi
    数值分析, 同济大学教材<<现代数值数学和计算>>数值分析课程所有算法的matlab代码,所有例程均经过测试,私家珍藏(Numerical Analysis, Tongji University teaching <<modern numerical mathematics and computing>> numerical analysis courses all algorithm matlab code, all the routines have been tested, private collection)
    2009-01-03 16:33:28下载
    积分:1
  • matlabandVC03
    matlab 与VC混合编程 PDF格式 刘维编著 还算清晰,有兴趣的朋友下载下来看看 03(matlab Programming PDF format mixed with VC Liu Wei edited fairly clear, interested to see friends downloaded 03)
    2010-09-06 21:01:54下载
    积分:1
  • Solution-of-equation11
    很多解方程的经典matlab例程,欢迎有需要的童鞋来下载~~~·(Solving equations matlab many classic routines, welcomed the children s shoes need to download ~ ~ ~*)
    2011-05-12 11:26:43下载
    积分:1
  • DateConvert
    DateConvert:简单而快速的日期转换 DateConvert转换DATESTR(0)格式的日期向量或序列号和日期向后。 Matlab的DATENUM,DATEVEC和DATESTR接受各种不同意见,但结果他们是缓慢的。如果输入格式正是众所周知,转换可以更快: DATENUM( 17 - 10 - 2009 11时08分23秒 ):2.97秒 DateConvert( 17 - 10 - 2009 11时08分23秒 , 号码 ):0.039秒 =>“1.3%(1000环,1.5GHz的奔腾- M的,利用Matlab 7.7) DateConvert不*不*验证作为Matlab的日期函数输入日期: DATEVEC( 32 - 2 - 2008 25:62:63 )的答复[2008 3 4 2 2 7] DateConvert( 32 - 2 - 2008 25:61:67 , 载体 )的答复[2008 2 32 25 61 67]! 因此DateConvert几乎微不足道,但对速度进行了优化。我需要时间排序200 000邮票,并从217个减少到11秒的时间。 请运行单元测试TestDateVec检查的有效性和速度。 测试:利用Matlab 6.5,7.7,7.8,winxp的,32位。 纯Matlab代码,所以兼容性的MacOS,Linux操作系统,64位预期。 英语月份名称是必要的。(DateConvert: Simple but fast date conversion DateConvert converts the DATESTR(0) format to a date vector or serial date number and backwards. Matlab s DATENUM, DATEVEC and DATESTR accept a variety of inputs, but in consequence they are slow. If the input format is exactly known, the conversion can be much faster: DATENUM( 17-Oct-2009 11:08:23 ): 2.97 sec DateConvert( 17-Oct-2009 11:08:23 , number ): 0.039 sec => 1.3 (1000 loops, 1.5GHz Pentium-M, Matlab 7.7) DateConvert does*not* validate the input date as Matlab s date functions: DATEVEC( 32-Feb-2008 25:62:63 ) replies [2008 3 4 2 2 7], DateConvert( 32-Feb-2008 25:61:67 , vector ) replies [2008 2 32 25 61 67] ! So DateConvert is nearly trivial, but optimized for speed. I needed it for sorting 200 000 time stamps and reduced the time from 217 to 11 sec. Please run the unit-test TestDateVec to check validity and speed. Tested: Matlab 6.5, 7.7, 7.8, WinXP, 32bit. Pure Matlab code, so compat)
    2010-07-05 11:59:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载