-
UWB_SNR
It is to simulation SNR of UWB.
- 2009-05-08 19:59:04下载
- 积分:1
-
sigma-delta-toolbox
sigma-delta调制器工具箱,包括SIMULINK和MATLAB(sigma-delta modulator toolbox, including MATLAB and SIMULINK)
- 2020-07-23 01:18:45下载
- 积分:1
-
kalman-tracking
卡尔曼滤波在目标跟踪的应用,Matlab环境的代码(Kalman filtering in target tracking applications, Matlab code for the environment)
- 2011-12-01 12:53:24下载
- 积分:1
-
matlabfuzzycluster
matlab图像分类分割编程
利用matlab 的fuzzy分类为图像分类编写的matlab程序(image classification segmentation matlab programming)
- 2009-05-20 11:35:32下载
- 积分:1
-
ECG
心电信号处理核心代码,数字信号处理课程设计内容,可以实现心电信号的处理步骤(ECG signal processing core code, the design of digital signal processing course content, ECG processing steps)
- 2013-02-04 13:07:01下载
- 积分:1
-
matlabforsignalandsystem
信号与系统MATLAB仿真实验讲义,很适合初学者,理论与实践相结合才是最好的学习方法(Signals and Systems Lecture MATLAB simulations, it is suitable for beginners, combining theory and practice is the best way of learning)
- 2008-07-27 16:49:57下载
- 积分:1
-
chirp
chirp信号相关处理,与M序列的比较,chirp信号在系统辨识中的应用(Chirp signal correlation processing and comparison with M sequence, and application of chirp signal in system identification)
- 2017-07-30 20:15:58下载
- 积分:1
-
EEG-functions
说明: EEG处理过程中用到的一些程序,如预处理,特征提取等(EEG processing some of the procedures used, such as preprocessing, feature extraction)
- 2011-02-27 19:31:04下载
- 积分:1
-
Tutoriel-MATLAB
Tutoriel MATLAB, The integrated using Matlab is very effective, learn to use the basics.
- 2013-02-12 22:55:53下载
- 积分: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