-
Essential
Essential MATLAB for Engineers and Scientists
- 2009-04-14 01:12:30下载
- 积分:1
-
resolution.tar
matlab code or seismic segy reading
- 2009-12-14 05:00:02下载
- 积分:1
-
Program-of-chap1
The program about sliding mode control:
chap1_1ctrl.m
chap1_1plant.m
chap1_1plot.m
chap1_1sim.m
....
- 2013-12-14 16:14:43下载
- 积分:1
-
Hwuqiong
对给定的系统实施基于内模原理的H无穷控制。并绘制阶跃响应图与bode图。同时加入了一定范围内的参数扰动,参数扰动时,系统同样可以稳定。(The implementation of H control based on the internal model principle of the given system. And draw the step response diagram and bode. At the same time, parameters are added to a certain range, and the system can be stable when the parameters are disturbed.)
- 2016-03-21 22:07:32下载
- 积分:1
-
SKYhook_suspension
悬架系统的天棚阻尼控制策略,有效减低系统的动载荷,加速度(Ceiling suspension system damping control strategy to effectively reduce the system dynamic loads, accelerations)
- 2020-11-24 19:39:32下载
- 积分:1
-
InputBuffer---
A buffer with 2 inputs and 2 outputs is implemented in this experiment.
The buffer has a buffer size k=6 cells for each input buffer, and arrival rate lambda, λ.
The Matlab software was used to make this buffer. Two 2*2 arrays were created as two for inputs and outputs, a 2*6 array is created as the body of buffer. This means the buffer can hold the 6 data from two sources and the buffer has two input ports and two outputs port.
However, it can only have one write or arrival for each input per slot time or cycle time and it can only have one read for each output per cycle time. We can only read out once per cell time from a given input buffer.(A buffer with 2 inputs and 2 outputs is implemented in this experiment.
The buffer has a buffer size k=6 cells for each input buffer, and arrival rate lambda, λ.
The Matlab software was used to make this buffer. Two 2*2 arrays were created as two for inputs and outputs, a 2*6 array is created as the body of buffer. This means the buffer can hold the 6 data from two sources and the buffer has two input ports and two outputs port.
However, it can only have one write or arrival for each input per slot time or cycle time and it can only have one read for each output per cycle time. We can only read out once per cell time from a given input buffer.
)
- 2012-10-16 18:25:40下载
- 积分:1
-
matlab
function [CellSpace_nextstep VehicleSpace] = CountingNextStepVehicleState(CellSpace_current,CellSpace_nextstep,VehicleSpace,TakenMat, TakenCarIDMat,VMAX,signalFlag,UseLaneChangingModelFlag)
计算下一时刻的元胞空间状态
获取当前时刻元胞空间中的车辆信息,
[VehicleInCellSpaceMat]=GetVehicleInCellSpace(CellSpace_current,TakenMat,TakenCarIDMat)
if isempty(VehicleInCellSpaceMat) == 1 如果为空
return
end
对每个车辆进行遍历, 获取每个车辆的数据,以及邻居车辆的数据
计算每个车辆的下一时刻状态并更新到下一时刻的元胞空间中
[CellSpace_nextstep VehicleSpace] = UpdataCellSpaceWithVehicleInfo(CellSpace_current,CellSpace_nextstep,VehicleSpace,VehicleInCellSpaceMat,VMAX,signalFlag,UseLaneChangingModel(function [CellSpace_nextstep VehicleSpace] = CountingNextStepVehicleState(CellSpace_current,CellSpace_nextstep,VehicleSpace,TakenMat, TakenCarIDMat,VMAX,signalFlag,UseLaneChangingModelFlag)
计算下一时刻的元胞空间状态
获取当前时刻元胞空间中的车辆信息,
[VehicleInCellSpaceMat]=GetVehicleInCellSpace(CellSpace_current,TakenMat,TakenCarIDMat)
if isempty(VehicleInCellSpaceMat) == 1 如果为空
return
end
对每个车辆进行遍历, 获取每个车辆的数据,以及邻居车辆的数据
计算每个车辆的下一时刻状态并更新到下一时刻的元胞空间中
[CellSpace_nextstep VehicleSpace] = UpdataCellSpaceWithVehicleInfo(CellSpace_current,CellSpace_nextstep,VehicleSpace,VehicleInCellSpaceMat,VMAX,signalFlag,UseLaneChangingModelFlag)
)
- 2013-05-04 19:01:27下载
- 积分:1
-
I_love_you
一个很有意思的小程序,可以用于向对方表白哦。(A very interesting small program that can be used to declare each other oh.)
- 2013-12-11 22:35:50下载
- 积分:1
-
瞬时功率计算
能够实现三相离散电压电流的瞬时有功、无功功率计算以及绘制。(It can realize instantaneous active and reactive power calculation and drawing of three-phase discrete voltage and current.)
- 2019-02-28 16:53:29下载
- 积分:1
-
rcs_fdtd
在matlab环境下用fdtd法计算三维rcs,散射体为圆柱或矩形柱,边界条件采用UPML。(In the matlab environment with three-dimensional method fdtd rcs, scattering cylindrical or rectangular column, the boundary conditions used UPML.)
- 2011-10-28 15:39:18下载
- 积分:1