-
axxion
电机控制matlab仿真模型,来源于某驱动公式,有一些库文件没有,但还是有很高的参考价值的(Matlab simulation model of motor control, from a formula-driven, there are no library files, but there is still a very high reference value)
- 2009-05-27 13:59:31下载
- 积分: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
-
Ibrahima_ngom_DFIG_DC_System
Simulink model of DFIG dc-grid
- 2017-11-29 18:38:05下载
- 积分:1
-
fdtd22
1D FDTD simulation between free space and dielectric medium with absorbing boundary conditions,calculating the fourier transform of electric field (1D FDTD simulation between free space and dielectric medium with absorbing boundary conditions, calculating the fourier transform of electric field)
- 2008-08-11 09:58:23下载
- 积分:1
-
periodogram
convolution codes using matlab
- 2011-05-22 14:50:24下载
- 积分:1
-
matlab1
华中科技课程《控制系统的计算机仿真与实现》的MATLAB仿真程序(第一部分)(Huazhong Science and Technology Program control system computer simulation and realization of the MATLAB simulation program (Part I))
- 2007-12-19 22:41:09下载
- 积分:1
-
source_d
ofdm 解调simulink模块,调试版(OFDM demodulation simulink module, debug version)
- 2008-01-24 22:22:59下载
- 积分:1
-
gongshengjuzheng
用灰度共生矩阵提取五个纹理特征
包括:熵、均匀度、相关性、能量、对比度(Extraction of five GLCM texture characteristics,Include: entropy, uniformity, correlation, energy, contrast)
- 2012-04-05 20:36:20下载
- 积分:1
-
ROC_spectrumsensing
The receiver performance is quantified by depicting the receiver operating char- acteristics (ROC) curves. This curves serve as a tool to and study the performance of a sensing scheme. ROC graphs are employed to show trade-of vs between detection probability and false alarm rates, (i.e. PD versus PFA), thus allowing the determination of an optimal threshold. To illustrate the performance of energy detectors, we generate complementary ROC curves (the average probability of miss detection $ P_{md} 1 - P_d$ versus the false alarm probability $P_f$ for different receiver structures and in different fading environments.Fig. 1 illustrates the complementary ROC curves for a single channel reception (no diversity) over AWGN channels. This figure depicts the complementary ROC curves for energy detectors.
- 2014-11-19 15:36:02下载
- 积分:1
-
QPSKsimulation
重要是实现通过瑞利信道的QPSK的仿真,同时给出了其误码率的仿真(Important thing is to achieve through the Rayleigh channel QPSK simulation, while its error rate is given simulation)
- 2009-12-11 14:11:35下载
- 积分:1