-
sim_dukou
渡口模型,系统模拟仿真,排队论,任意输入船道数和模拟次数,输出平均车辆数和各车辆类型数量(Ferry model, system simulation, queuing theory, any input channel number and the number of simulations ship, the output of the average number of vehicles and the number of vehicle types)
- 2013-09-23 21:47:10下载
- 积分:1
-
1234435
用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation
function [sys,x0,str,ts]=s_function(t,x,u,flag)
switch flag,
Initialization
case 0,
[sys,x0,str,ts]=mdlInitializeSizes
Outputs
case 3,
sys=mdlOutputs(t,x,u)
Unhandled flags
case {2, 4, 9 }
sys = []
Unexpected flags
otherwise
error([ Unhandled flag = ,num2str(flag)])
end
mdlInitializeSizes
function [sys,x0,str,ts]=mdlInitializeSizes
sizes = simsizes
sizes.NumContStates = 0
sizes.NumDiscStates = 0
sizes.NumOutputs = 3
sizes.NumInputs = 1
sizes.DirFeedthrough = 1
sizes.NumSampleTimes = 0
sys=simsizes(sizes)
x0=[]
str=[]
ts=[]
function sys=mdlOutputs(t,x,u)
x11d=sin(pi*t/2)
x21d=cos(pi*t)
x31d=1
sys(1)=x11d
sys(2)=x21d
sys(3)=x31d
)
- 2012-10-19 11:43:12下载
- 积分:1
-
111
说明: 扩展卡尔曼滤波 ekf 三维目标跟踪(Extended Kalman filter EKF 3D target tracking)
- 2020-12-05 11:13:16下载
- 积分:1
-
Matlab-INS-toolbox
该惯性导航系统工具箱(INS)就是专门为这个目的设计的。这个工具箱可以用来模拟仿真载体动力学,处理原始测量值(加速计上的delta-V数据和陀螺仪上的delte-theta数据)和数据。(The inertial navigation system (INS) is specially designed for this purpose. The kit can be used to simulate carrier dynamics, processing raw measurements (accelerometer delta-V data and gyroscope data delte-theta) and data)
- 2021-03-03 14:59:33下载
- 积分:1
-
BatteryBMS
说明: 该模型主要模拟蓄电池及其电池管理系统,即BMS,其中包括充放电电流计算、电池温度等,可用于电动汽车、燃料电池汽车模拟,也可用于电池建模计算(The model mainly simulates the battery and its battery management system, namely BMS, including charge and discharge current calculation, battery temperature, etc., which can be used for electric vehicle and fuel cell vehicle simulation, and can also be used for battery modeling calculation.)
- 2019-05-08 15:24:06下载
- 积分:1
-
nnt_intro
Neural Networks Toolbox
- 2011-01-24 05:48:43下载
- 积分:1
-
07027162
IMPARARE IL C++ in 2 ore e mezzo?
Modulo-000
- 2015-03-10 23:22:16下载
- 积分:1
-
Kmeans
K means implementation
- 2014-01-03 13:12:16下载
- 积分:1
-
Numerical_algorithm_matlab_programming_procedures
matlab程序设计之数值算法程序Numerical algorithm matlab programming procedures(Numerical algorithm matlab programming procedures Numerical algorithm matlab programming procedures)
- 2010-08-02 10:38:10下载
- 积分:1
-
wolfpowell
wolf-powell算法,运行在MATLAB环境中,用于搜索步长的计算(wolf powell algorithm)
- 2013-11-17 20:46:59下载
- 积分:1