-
VCPA 1.1
说明: 这个文件中包含光谱数据筛选的程序以及应用例子,可以筛选光谱数据中的特征变量(This file contains the program and application examples of spectral data filtering, which can filter the characteristic variables in the spectral data)
- 2021-03-13 13:37:36下载
- 积分:1
-
LyapunovExponents
计算李雅普诺夫指数的matlab程序,文件中有使用说明,希望对大家有帮助,谢谢!不需要任何条件即可下载(Matlab program Lyapunov index calculation, the paper had used, hoping to be helpful, thank you! Do not need to download any of the conditions)
- 2010-09-27 19:21:47下载
- 积分:1
-
PF
此程序是计算电力系统潮流的通解,通过支路法不断更新参数(This procedure is the general solution of the power flow calculation, continuously updated through the branch method parameters)
- 2013-12-09 15:15:05下载
- 积分:1
-
vgyfgt
说明: dfig风机模型,应用simulink实现部分功能(Dfig fan model, using simulink to achieve some functions)
- 2018-12-25 21:14:54下载
- 积分:1
-
danchunxing
说明: 单纯形法
主要进行最优求解,环境为MATLAB.以一个例子进行简单说明。(Simplex method for the optimal solution of the main, the environment for MATLAB. To an example of a simple description.)
- 2008-11-25 19:41:55下载
- 积分:1
-
FraCtal-Coding
结合压缩感知的分形编码研究,希望对大家有所帮助。(Combined the compressed sensing fractal coding research)
- 2013-03-27 17:01:00下载
- 积分:1
-
BatteryManagement_v4_r2014a
搭建双向DC-DC双电路,实现直流微网并网运行蓄电池恒压充放电(Constant Voltage Charging and Discharging of Batteries in Grid-connected Operation of DC Microgrid Based on Bidirectional DC-DC Double Circuit)
- 2021-04-24 08:28:47下载
- 积分:1
-
ESPRIT_PROG
列出了利用ESPRIT算法进行DOA估计的matlab例程以及智能天线仿真的matlab例程(Lists the ESPRIT algorithm using DOA estimation matlab routines, as well as smart antenna simulation matlab routines)
- 2008-07-01 11:04:33下载
- 积分:1
-
pso
Particle Sworm Optimization algorithms
- 2010-05-16 00:31:39下载
- 积分: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