(Thissimulinkmodelsimulatesthedampeddrivenpendulum,showingitschaoticmotion.theta=angleofpendulumomega=(d/dt)theta=angularvelocityGamma(t)=gcos(phi)=Forceomega_d=(d/dt)phiGamma(t)=(d/dt)omega+omega/Q+sin(theta)Playwiththeinitialconditions(omega_0,theta_0,phi_0=omega(t=0),theta(t=0),phi(t=0))andthesystemparameters(g,Q,omega_d)andthesolverparameters/method.ChaoscanbeseenforQ=2,omega_d=w/3.TheprogramoutputstoMatlabtime,theta(time)&omega(time).Plotthephasespacevia:plot(mod(theta+pi,2*pi)-pi,omega,.)PlotthePoincaresectionsusing:t_P=(0:2*pi/omega_d:max(time))plot(mod(spline(time,theta+pi,t_P),2*pi)-pi,spline(time,omega,t_P),.)Systemisdescribedin:"Fractalbasinboundariesandintermittencyinthedrivendampedpendulum"E.G.GwinnandR.M.WesterveltPRA33(6):4143(1986)) - IMDN开发者社群-imdn.cn">
登录
首页 » matlab » ForcedPendulum

ForcedPendulum

于 2010-02-17 发布 文件大小:8KB
0 258
下载积分: 1 下载次数: 36

代码说明:

  This simulink model simulates the damped driven pendulum, showing it s chaotic motion. theta = angle of pendulum omega = (d/dt)theta = angular velocity Gamma(t) = gcos(phi) = Force omega_d = (d/dt) phi Gamma(t) = (d/dt)omega + omega/Q + sin(theta) Play with the initial conditions (omega_0, theta_0, phi_0 = omega(t=0), theta(t=0), phi(t=0)) and the system parameters (g, Q, omega_d) and the solver parameters/method. Chaos can be seen for Q=2, omega_d=w/3. The program outputs to Matlab time, theta(time) & omega(time). Plot the phase space via: plot(mod(theta+pi, 2*pi)-pi, omega, . ) Plot the Poincare sections using: t_P = (0:2*pi/omega_d:max(time)) plot(mod(spline(time, theta+pi, t_P), 2*pi)-pi, spline(time, omega, t_P), . ) System is described in: "Fractal basin boundaries and intermittency in the driven damped pendulum" E. G. Gwinn and R. M. Westervelt PRA 33(6):4143 (1986) (This simulink model simulates the damped driven pendulum, showing it s chaotic motion. theta = angle of pendulum omega = (d/dt)theta = angular velocity Gamma(t) = gcos(phi) = Force omega_d = (d/dt) phi Gamma(t) = (d/dt)omega+ omega/Q+ sin(theta) Play with the initial conditions (omega_0, theta_0, phi_0 = omega(t=0), theta(t=0), phi(t=0)) and the system parameters (g, Q, omega_d) and the solver parameters/method. Chaos can be seen for Q=2, omega_d=w/3. The program outputs to Matlab time, theta(time) & omega(time). Plot the phase space via: plot(mod(theta+pi, 2*pi)-pi, omega, . ) Plot the Poincare sections using: t_P = (0:2*pi/omega_d:max(time)) plot(mod(spline(time, theta+pi, t_P), 2*pi)-pi, spline(time, omega, t_P), . ) System is described in: "Fractal basin boundaries and intermittency in the driven damped pendulum" E. G. Gwinn and R. M. Westervelt PRA 33(6):4143 (1986) )

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

发表评论


0 个回复

  • UPS
    这是一款基于Matlab2016年版本的UPS电力电子装置的仿真图,通过Simulink来运行,然后可以显示电流电压和开关管的波形,有很好的可视化(This is based on the Matlab2016 version of the UPS power electronic device simulation diagram, through the Simulink to run, and then can display the current and voltage and switch tube waveform, a good visual)
    2021-01-28 21:28:36下载
    积分:1
  • m-m-1
    说明:  通过对业务流的参数来实现mm1排队论的模拟仿真,最终统计出各种时间。(The parameters of the business flow through to achieve mm1 queuing theory simulation, the final statistics of all time.)
    2010-04-23 12:49:45下载
    积分:1
  • GUISUSAN
    边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪声能力很强,运算量也比较小。并将SUSAN算法用于多类图像的边缘检测中,实验证明该算法非常适合含噪图像的边缘检测。 2 SUSAN边缘检测简介 (err)
    2009-10-22 11:34:46下载
    积分:1
  • Matlabnnt
    觉得很好的一个Matlab程序想和大家一起分享,互相学习。(A Matlab program feel good and you want to share, learn from each other.)
    2010-12-09 17:03:23下载
    积分:1
  • feature_ex_sun
    说明:  基于HSM(harmonic-to-subharmonic)的基音提取算法。本算法通过对HSM建模,消除了基音提取过程中基音减半或增倍的现象,大大提高了准确性能。(Based on HSM (harmonic-to-subharmonic) of the pitch extraction algorithm. HSM model by the algorithm, the extraction process to eliminate the pitch halving or pitch doubling phenomenon, greatly improving the accuracy of performance.)
    2011-02-21 16:37:25下载
    积分:1
  • signal-process
    信号检测很有用的参考资料,很全。非常适合自学者(signal processing ,good for newer)
    2013-12-06 15:38:31下载
    积分:1
  • simulink
    对matlab模块进行了详细的讲解,对matlab模块应用和开放很有帮助。(Matlab module on a detailed explanation of the application and open matlab module helpful.)
    2010-08-12 17:32:48下载
    积分:1
  • mri_toolbox_v1.5.tar
    一个对MRI图像进行分割的工具。对于学习研究MRI分割非常有用(MRI images of a partition tool. The study is very useful MRI segmentation)
    2009-04-26 10:19:41下载
    积分:1
  • haha
    完成M=4正交信号的数字通信系统的蒙特卡罗仿真(The completion of M = 4 orthogonal signals in Monte-Carlo simulation of digital communication systems)
    2009-11-24 20:41:22下载
    积分:1
  • laser
    用于求解半导体激光器的速率方程,方法简单。(Used to solve the semiconductor laser rate equations, the method is simple.)
    2013-04-27 16:56:18下载
    积分:1
  • 696518资源总数
  • 104891会员总数
  • 7今日下载