-
creatmatwithc++
用C++编写一个可创建MAT文件的独立应用程序。程序说明了:1.可创建MAT文件的独立应用程序的编写步骤;2.相应C++源程序的基本格式;3.相应mx-函数和C指令的配合应用。4.MAT库函数matClose, matGetArray, matOpen, matPutArray, matPutArrayAsGlobal的使用方法。(With C++ Prepared a document to create an independent MAT applications. An explanation of the procedures: 1. Can create MAT documents prepared by an independent application steps 2. Corresponding C++ Source of the basic format 3. Corresponding mx-function and C with the application instructions. 4.MAT library function matClose, matGetArray, matOpen, matPutArray, matPutArrayAsGlobal use.)
- 2008-06-24 10:50:59下载
- 积分:1
-
SimMechanics_Supporting_Files
通过simulink控制并仿真小车,实现避障(By simulink control and simulation car, realize obstacle avoidance)
- 2021-03-24 08:39:15下载
- 积分:1
-
s_LMS
这个是自适应LMS算法的改进方法,变步长lms算法svslms(This is the method of adaptive LMS algorithm, variable step size lms algorithm related papers)
- 2010-06-10 17:57:23下载
- 积分:1
-
sensorgroup
This submission enables MATLAB to access onboard Sensors on iPhone and iPad. With this submission, you can access a mobile device’s accelerometer, magnetometer, location, orientation and compass information directly from MATLAB running on your computer. You can access current and logged sensor data, and you can use MATLAB to visualize and analyze the mobile sensor data or make decisions based on the acquired data.
- 2013-08-01 21:43:15下载
- 积分:1
-
MPPT
用s函数编写光伏最大功率追踪,采用变步长电导增量法,能够实现最大功率跟踪(S function written in photovoltaic maximum power tracking, using variable step incremental conductance method to achieve maximum power point tracking)
- 2021-01-02 20:58:57下载
- 积分:1
-
stduy_of_DCDC02
基于移相全桥控制双向DCDC变换器matlab仿真原理图,可以在此基础上加以改进(Based on the full-bridge phase-shift control bidirectional DCDC converter matlab simulation schematic, can be improved on this basis)
- 2012-12-17 12:40:25下载
- 积分:1
-
pidmatlab
说明: 串级PID控制 控制顺序先主回路后副回路(Cascade PID control loop sequence after the first deputy main loop)
- 2006-03-29 09:50:12下载
- 积分:1
-
Self_cali
本程序的功能是:实现惯性导航参数的自标定过程。(Realize the self-calibration process of inertial navigation)
- 2013-11-17 15:23:23下载
- 积分:1
-
code-music
matlab code signal processing and music algorithm
- 2013-04-24 10:15:32下载
- 积分: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