-
ParallelArrayOfNonlinearity
关于随机共振中的非线性平行阵列的程序,提供了多种非线性模型的仿真(About nonlinear stochastic resonance in a parallel array of procedures, provides a variety of nonlinear model simulation)
- 2020-12-28 09:59:02下载
- 积分:1
-
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
-
lms
说明: matlab实现陷波器,采用的是LMS 算法实现,能将特定的正弦信号滤去(matlab notch filter realization using the LMS algorithm, the sinusoidal signal to a particular least squares)
- 2008-11-11 16:19:35下载
- 积分:1
-
principal-component-analysis
主成分分析的代码,数据处理的必备,方便实用!!(Principal component analysis of the code, the data processing required, convenient and practical! !)
- 2013-10-05 09:48:16下载
- 积分:1
-
MATLABGUIJIMONI
很不错的目标跟踪轨迹模拟MATLAB仿真程序,可以在MATLAB0.7运行成功(Good target tracking trajectory simulation of MATLAB simulation program, can run in MATLAB0.7 success
)
- 2015-03-12 09:19:46下载
- 积分:1
-
jielibaogao
本程序是针对左端铰支,右端固支的连续梁,并且其中的集中荷载是按作用点在单元中点计算。对于初学者可以做为参考。(This program is for the left end of the hinge support right end clamped continuous beam, and the concentrated load action point unit midpoint. Can be used as a reference for beginners.)
- 2012-11-14 17:52:46下载
- 积分:1
-
motaifenxi
模态分析程序,一定要有实验现场的数据,要不运行不了(Modal analysis program, there must be experimental field data, or not running)
- 2013-09-27 14:32:28下载
- 积分:1
-
MATLAB_bgl_toolbox
图论通用工具箱总汇:
GraphTheory Toolbox for MATLAB
MATLAB图论通用工具箱Studio大集成版
使用说明:
本工具包包含图论常用算法,经过本人测试通过,
其运行效率很高。用户不妨随机产生100*100、
500*500。1000*1000、5000*5000 等等超大型矩阵尝试。
另外本工具包中还附录了一些求解优化问题的程序。(图论通用工具箱总汇:
The graph of general toolbox confluence:
GraphTheory Toolbox for MATLAB
GraphTheory Toolbox for MATLAB
MATLAB图论通用工具箱Studio大集成版
General MATLAB graph theory toolbox of Studio integrated version
使用说明:
Instructions for use:
本工具包包含图论常用算法,经过本人测试通过,
The kit includes the graph theory algorithms, after I test,
其运行效率很高。用户不妨随机产生100*100、
Its operating efficiency is very high. The user can randomly generated 100*100,
500*500。1000*1000、5000*5000 等等超大型矩阵尝试。
500*500. 1000*1000, 5000*5000 and so on super large matrix try.
另外本工具包中还附录了一些求解优化问题的程序。
In addition, the toolkit also appendix some optimization problem solving program.
)
- 2021-03-29 14:39:11下载
- 积分:1
-
MATLAB-GUI
《MATLAB GUI设计学习手记(第2版)》在第1版的基础上,完善了全书知识结构,突出了gui设计重点,对读者经常遇到的38个问题作了透彻的解答,并提炼出13个专题作了详尽的介绍。(MATLAB GUI design Learning Notes (2nd Edition) " on the basis of the first edition, improve the structure of the book knowledge, highlighting the GUI design focus, made a thorough answers to 38 questions that readers often encountered and extract 13, made a detailed introduction to the topic.)
- 2013-04-29 21:28:29下载
- 积分:1
-
discrisnoise
用窗去除噪声,达到良好的去噪效果.通过不同窗的比较,得到满意的效果。(to discris the noise by a window)
- 2010-07-18 21:40:44下载
- 积分:1