登录
首页 » matlab » demo_chaos

demo_chaos

于 2021-04-04 发布 文件大小:89KB
0 210
下载积分: 1 下载次数: 5

代码说明:

  经典的分岔程序,相图程序,实用,可以参考学习(bifurcation,Classical bifurcation procedures, phase diagram procedures, practical, can refer to learning)

文件列表:

demo_chaos\Cont\Autonomous4DCirc.m, 612 , 2013-04-20
demo_chaos\Cont\ChuaCirc.m, 353 , 2013-04-20
demo_chaos\Cont\ChuaCircCN.m, 479 , 2013-04-20
demo_chaos\Cont\ColpittsOsc.m, 473 , 2013-04-20
demo_chaos\Cont\DoubleAttractor.m, 796 , 2013-04-20
demo_chaos\Cont\Lorenz.m, 246 , 2013-04-20
demo_chaos\Cont\RC_Colpitts.m, 422 , 2013-04-20
demo_chaos\Cont\RC_Hysteresis.m, 633 , 2013-04-20
demo_chaos\Cont\RC_NonlinCirc.m, 444 , 2013-04-20
demo_chaos\Cont\RayleighOsc.m, 391 , 2013-04-20
demo_chaos\Cont\SimpleChaoticCirc.m, 419 , 2013-04-20
demo_chaos\Cont\fAutonomous4DCirc.m, 585 , 2013-04-20
demo_chaos\Cont\fChuaCirc.m, 539 , 2013-04-20
demo_chaos\Cont\fColpittsOsc.m, 580 , 2013-04-20
demo_chaos\Cont\fRC_Colpitts.m, 596 , 2013-04-20
demo_chaos\Cont\fRC_Hysteresis.m, 628 , 2013-04-20
demo_chaos\Cont\fRC_NonlinCirc.m, 487 , 2013-04-20
demo_chaos\Cont\fRayleighOsc.m, 444 , 2013-04-20
demo_chaos\Cont\fSimpleChaoticCirc.m, 529 , 2013-04-20
demo_chaos\Discr\BernoulliMap.m, 73 , 2013-04-20
demo_chaos\Discr\PWAMmap1.m, 186 , 2013-04-20
demo_chaos\Discr\PWAMmap2.m, 167 , 2013-04-20
demo_chaos\Discr\PWAMmap3.m, 186 , 2013-04-20
demo_chaos\Discr\PWAMmap4.m, 176 , 2013-04-20
demo_chaos\Discr\TailedTentMap.m, 121 , 2013-04-20
demo_chaos\Discr\genhaos.m, 268 , 2013-04-20
demo_chaos\Discr\henonmap.m, 145 , 2013-04-20
demo_chaos\Discr\logisticmap.m, 112 , 2013-04-20
demo_chaos\Discr\logisticmap1.m, 96 , 2013-04-20
demo_chaos\Discr\logisticmap2.m, 86 , 2013-04-20
demo_chaos\Discr\logisticmap3.m, 100 , 2013-04-20
demo_chaos\Discr\miramap.m, 186 , 2013-04-20
demo_chaos\Discr\tentmap.m, 74 , 2013-04-20
demo_chaos\Discr\tentmap1.m, 160 , 2013-04-20
demo_chaos\Discr\tentmap2.m, 224 , 2013-04-20
demo_chaos\Prvt\AttInit.m, 4827 , 2013-04-20
demo_chaos\Prvt\Bic.bmp, 19798 , 2013-04-20
demo_chaos\Prvt\BicInit.m, 3512 , 2013-04-20
demo_chaos\Prvt\Bif.bmp, 19318 , 2013-04-20
demo_chaos\Prvt\BifInit.m, 2637 , 2013-04-20
demo_chaos\Prvt\Hist.bmp, 25558 , 2013-04-20
demo_chaos\Prvt\HistInit.m, 2131 , 2013-04-20
demo_chaos\Prvt\LyapInit.m, 3199 , 2013-04-20
demo_chaos\Prvt\TF.bmp, 19318 , 2013-04-20
demo_chaos\Prvt\TFInit.m, 6197 , 2013-04-20
demo_chaos\Prvt\att.bmp, 18838 , 2013-04-20
demo_chaos\Prvt\findLyap.m, 1004 , 2013-04-20
demo_chaos\Prvt\m_bicoher.m, 1789 , 2013-04-20
demo_chaos\Prvt\m_dre.m, 2197 , 2013-04-20
demo_chaos\Prvt\m_dreTF.m, 643 , 2013-04-20
demo_chaos\Prvt\m_odephas2.m, 4092 , 2013-04-20
demo_chaos\Prvt\m_powerspec.m, 1538 , 2013-04-20
demo_chaos\attractor.m, 24434 , 2013-04-20
demo_chaos\bicoherence.m, 21230 , 2013-04-20
demo_chaos\bifurcation.m, 17069 , 2013-04-20
demo_chaos\histogram.m, 14231 , 2013-04-20
demo_chaos\pathdef.m, 5201 , 2013-04-20
demo_chaos\start.m, 2166 , 2013-04-20
demo_chaos\timefreq.m, 27921 , 2013-04-20
license.txt, 1314 , 2014-02-12

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

发表评论

0 个回复

  • TemplateSpectrumAnalyzer
    labview 控制频谱仪,主要包括labview如何连接频谱分析仪,控制频谱分析仪自动测量,自动保存数据,分析数据等功能。(labview control Spectrum Analyzer)
    2021-04-18 15:28:51下载
    积分:1
  • Delphi 24点游戏实例代码
    Delphi 24点游戏实例代码,这是个图片版的24点游戏源码。读取第一个运算符的位置以得到表达式的第一个数字   function AnyFirstPos(Str: string): Integer;   //读取最后一个运算符的位置以得到表达式的最后一个数字    function AnyLastPos(Str: string): Integer;   //判断最先出现的符号是+号、-号、*号还是/号    function AnyFirstF(Str:String):Char;   //此计算用于计算不带()号的加、减、乘、除运算    function SubCompute(Str:String):integer;   //用于计算表达式的结果   随机读取4张牌同时启动计时器,输入的数至少有一个不是系统所发4张扑克中的一个。
    2022-01-20 23:25:36下载
    积分:1
  • I2C_twi
    I2C realizetion,can run on AT91
    2011-05-30 09:55:27下载
    积分:1
  • patchpicture
    拼图游戏(又部分功能还没有完成) 采用 C++语言、Win32 API平台、VC6.0工具(Jigsaw puzzle (also part of function is not yet complete) using C++ Language, Win32 API platform, VC6.0 tools)
    2007-09-23 23:24:57下载
    积分:1
  • asm-tree-4.0
    ssh搭建 asm-all-4.0.jar 解决ssh包冲突问题(SSH architecture Solving SSH Packet Conflict Problem)
    2020-06-17 12:40:02下载
    积分:1
  • 卡尔曼滤波及扩展
    说明:  描述一个卡尔曼滤波问题需要两个模型,一个是描述系统的状态方程,一个是观测方程,观测量通过观测方程与状态变量建立联系,由观测量估计状态值。与其他频域滤波器不同,卡尔曼滤波器不需要观测和估计的历史记录,可以直接在时域进行设计和使用,是一个时域滤波器,适用于处理实时数据。 对于一个运动模型,建立卡尔曼滤波模型,进行仿真,设已知初始时刻运动目标的真实位置和速度,并已知卡尔曼滤波使用的初始状态值,对该问题给出仿真;进一步分析该问题的稳态卡尔曼解,直接使用稳态卡尔曼滤波(滤波器)仿真该问题。 提供了Matlab源代码,代码中有注释和画图,非常详细。(For a motion model, the kalman filter model is established for simulation. The real position and velocity of the moving target at the initial moment are known, and the initial state value used by the kalman filter is known. The steady-state kalman solution of the problem is further analyzed and the problem is directly simulated by steady-state kalman filter (filter). Matlab source code is provided, the code has comments and drawings, very detailed.)
    2020-02-19 20:41:41下载
    积分:1
  • download
    使用MATLAB下载数据,批量下载,使用url函数(Download data using MATLAB, bulk download, use the URL function.)
    2018-10-08 09:31:59下载
    积分:1
  • Composition
    模拟地震合成记录,仅供信号分析课程参考。程序执行完毕后,生成两个xls文件,Ricker.xls中是雷克子波,Seis.xls中是地震合成记录。(Simulated seismic synthesis record, reference only to the signal analysis course. Program execution is completed, generating two XLS files, Ricker.xls is Ricker wave, Seis.xls is a synthetic seismogram.)
    2018-04-09 21:16:03下载
    积分:1
  • 京东抢购助手
    多账号多线程登录,支持商品抢购、优惠券抢券等(Multi accounts, multi thread login, support for merchandise rush, coupons and so on.)
    2018-06-13 12:40:42下载
    积分:1
  • viterbi
    说明:  viterbi decode by verilog
    2019-06-18 00:55:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载