-
Mortgage-and-insurance-products
运用MATLAB实现贷款按揭与保险产品模拟(A simulation of Mortgage and insurance products Coded by MATLAB)
- 2015-02-05 15:13:43下载
- 积分: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
-
fcm-matlab
简单的模糊c均值聚类matlab程序 希望对大家有所帮助(Fuzzy c-means clustering matlab program we hope to help)
- 2012-05-07 13:00:19下载
- 积分:1
-
Direct_sequence_spread_spectrum
Assume that a direct sequence spread spectrum system uses the Barker code of length 7 (N=7) as its spreading sequence.
a. Randomly generate 8 symbols (d0~d7) from the set {+1,-1}.
b. If each chip of the Barker code is denoted as cj, j=0~6, spread each symbol di by the Barker code. (Please refer to p. 17 of the slides.) Use “stem” to plot the signals before
spreading and after spreading
- 2010-08-11 04:53:11下载
- 积分:1
-
yixuetuxiangchuli
医学图像处理第二版 罗述谦老师编写的,特别适合初次接触医学图像处理的同学学习,涉及的内容很宽泛,讲解很详细,这是我的导师推荐给我的入门书籍,很受益。希望大家也可以学到很多(Medical Image Processing 罗述谦 teacher preparation, especially for the initial contact with the students learning medical image processing, covering the very broad to explain in great detail, which I recommend to my mentor introductory books, very beneficial. I hope we can all learn a lot)
- 2013-12-09 10:46:05下载
- 积分:1
-
Nonlinear_ineq_con_2variables
This is IP optimization method examples with two constraints
- 2009-12-24 21:35:05下载
- 积分:1
-
PeakFinder
用于信号处理中的峰值检测,里面有demo,可以直接运行(peak finder)
- 2020-11-17 15:29:39下载
- 积分:1
-
ch2
内容完整且每章相对独立;是一本简明的MATLAB参考书,既适用于初学者,也适用于高级MATLAB用户。对MATLAB与FORTRAN、C等语言结合的描述更是所有MATLAB书籍中少有的一大特色。(The contents of each chapter is relatively complete and independent it is a simple MATLAB reference books, both for beginners, but also to high-level MATLAB users. Of MATLAB and FORTRAN, C and other languages with a description of all MATLAB books is a major feature of the few.)
- 2009-10-17 13:19:13下载
- 积分:1
-
PWMmethod
利用平面波展开法来计算完整光子晶体能带图的两个程序,比较好用(Using the plane wave expansion method to calculate the complete photonic bandgap diagram of the two programs, seem to work better)
- 2012-05-22 22:39:58下载
- 积分:1
-
PLL
锁相环通信系统仿真 包括预处理,仿真引擎,以及后处理(PLL communication system simulation including pre-processing, simulation engines, and post-processing)
- 2011-09-07 11:14:48下载
- 积分:1