-
ForcedPendulum
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)
)
- 2010-02-17 07:28:51下载
- 积分:1
-
saPSO
退火粒子群优化算法(SAPSO),matlab代码,仅供学习(Annealing particle swarm optimization (SAPSO), matlab code, only to learn)
- 2021-04-23 21:58:47下载
- 积分:1
-
LSSVM-Imatlab
支持向量机回归MATLAB代码程序,程序齐全(very goodvery goodvery goodvery goodvery good)
- 2010-06-21 01:40:17下载
- 积分:1
-
judp
UDP packets are used to send data from one computer to another over a network or from one application to another within a single computer.
The judp.m program uses Matlab s ability to call Java code to enable it to send and/or receive UDP packets. One Matlab session can communicate with another Matlab session (on the same machine or over the network) or it can communicate with a completely different program (again, on the same machine or over the network).
- 2009-06-24 21:29:18下载
- 积分:1
-
bluetooth
This file is implementing a bluetooth system which is equipped with frequency hopping method, this method is used for system
protection against jamming, This is a matlab simulink file.
- 2013-11-20 06:04:21下载
- 积分:1
-
lms_adaptive
实现基于变步长LMS算法的自适应均衡器,滤波器阶数为2,输入信号为零均值,方差为1的高斯白噪声(implement an adaptive equlization basing on the changed_step LMS algorith)
- 2010-06-29 16:18:13下载
- 积分:1
-
GaborFilter
This program is used for filtering and editing of image
- 2011-09-29 18:30:26下载
- 积分:1
-
three-function-curve
三角函数曲线的源程序代码,方便matlab初学者学习。(Trigonometric function curve of the source code, convenient for beginners to learn matlab.
)
- 2011-10-23 10:54:40下载
- 积分:1
-
Radar
相控阵雷达 相控阵雷达的仿真程序 波束形成(Copyright (c) 2013, The MathWorks, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the distribution
* Neither the name of the The MathWorks, Inc. nor the names
of its contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTIC)
- 2021-01-15 14:38:46下载
- 积分:1
-
ohspeci
1.5维谱,信号处理方面,用于微弱信号特征提取(1.5-dimensional spectrum, signal processing, feature extraction for weak signal)
- 2021-01-13 19:08:47下载
- 积分:1