-
bizcard
matlab编的模拟自由扩散的过程,初学者适用(simulation of free walk )
- 2009-06-04 14:47:34下载
- 积分:1
-
DSP_mFILES
说明: 清华数字信号处理教材相关代码,供研究使用。(some code for digital signal processing.)
- 2010-03-31 14:04:42下载
- 积分: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
-
s-parameters
spread spectrum communication will be helpful to you!(spread spectrum communication will be HE pful to you!)
- 2007-02-03 22:12:16下载
- 积分:1
-
SDETools-master
关于SDE数值方法的工具包,主要有欧拉数值方法、milstein数值方法(Tool for SDE numerical methods)
- 2019-04-09 19:34:24下载
- 积分:1
-
MATLAB
MATLAB电机仿真精华50例,功能强大,面面俱到(MATLAB simulation of the essence 50 cases of motor, powerful, all-embracing。)
- 2013-07-18 16:05:04下载
- 积分:1
-
Chirp_ESA
运用离散幅度变换对二次调频信号进行参数估计(Use Discrete Amplitude Transform to estimate parameters of a chirp signal)
- 2013-01-02 19:34:25下载
- 积分:1
-
matlab_zhinan
精通matlab综合辅导与指南,对于matlab的初学者很实用。(proficient Matlab comprehensive counseling and guidance for beginners Matlab practical.)
- 2007-05-08 11:00:53下载
- 积分:1
-
ttbox25102012
一款利用matlab编写的射线追踪程序,易改易用。(The installation of TTBOX is relatively simple. All you have to do is to create some directories and tell MatLab, where TTBOX is.
if it does not already exist, create a directory matlab within your home directory.
Copy the TTBOX directory into the matlab directory
if it does not already exist, create a file startup.m within the matlab directory
Insert the following lines into startup.m:
basepath= This should be the path to your home directory!
addpath([basepath filesep matlab filesep ttbox ],1)
addpath([basepath filesep matlab filesep ttbox filesep support ],1)
execute startup within the MatLab command window.
MatLab is now ready to execute TTBOX routines.
The startup-script will be executed automatically upon start of MatLab.
In order to read the online documentation, you have to browse to the doc directory and open the ttbox/doc/ttbox.html file with your web browser (it is recommended to set a bookma)
- 2014-08-28 19:53:12下载
- 积分:1
-
sml
最大似然估计 以最快的速度实现参数估计准确率极高(Maximum likelihood estimation with the fastest speed to achieve a high accuracy rate parameter estimation)
- 2013-09-25 21:09:48下载
- 积分:1