-
signalling
信号功率谱密度、信道为AWGN信道时构造一种接收机(Signal power spectral density, for the AWGN channel when the channel construct a receiver)
- 2010-11-15 20:18:11下载
- 积分:1
-
NSGA2算法
说明: NSGA2多目标优化算法,配上说明文档
NSGA-Ⅱ算法是 Srinivas 和 Deb 于 2000 年在 NSGA 的基础上提出的,它比 NSGA算法更加优越:它采用了快速非支配排序算法,计算复杂度比 NSGA 大大的降低;采用了拥挤度和拥挤度比较算子,代替了需要指定的共享半径 shareQ,并在快速排序后的同级比较中作为胜出标准,使准 Pareto 域中的个体能扩展到整个 Pareto 域,并均匀分布,保持了种群的多样性;引入了精英策略,扩大了采样空间,防止最佳个体的丢失,提高了算法的运算速度和鲁棒性。(NSGA2 multi-objective optimization algorithm, with instructions)
- 2021-03-02 10:49:34下载
- 积分:1
-
find_skel_intersection
图像中交叉点提取算法,用matlab编写,很容易理解(Cross-point of the image extraction algorithm using matlab write, it is easy to understand)
- 2009-09-16 20:37:20下载
- 积分:1
-
sin
说明: 关于正弦sin信号的matlab源代码,可说明取样点数与仿真精度的关系(Sinusoidal signal sin on matlab source code, to illustrate the accuracy of the sampling points and simulation of the relationship between the)
- 2008-11-17 20:55:11下载
- 积分:1
-
dtcwtPbicubic
Dtcwt and bicubic based image resolution enhancement
- 2012-10-02 18:23:29下载
- 积分:1
-
A13encodeanddecode
按照A13律编码对一个离散序列对信号进行编码,通信原理(encode by A13-law)
- 2010-11-15 17:14:14下载
- 积分:1
-
3
说明: MATLAB 16QAM仿真调制与解调及其说明(MATLAB 16QAMdaskljdsajdiosaduiosamdklsajo)
- 2012-05-12 09:21:36下载
- 积分:1
-
AHPmethod
层次分析法(Analytic Hierarchy Process简称AHP)是将与决策总是有关的元素分解成目标、准则、方案等层次,在此基础之上进行定性和定量分析的决策方法。这里提出层次分析法的matlab源程序(AHP (Analytic Hierarchy Process referred AHP) is always associated with the decision-making elements into goals, guidelines, programs and other levels, on this basis for qualitative and quantitative analysis of decision-making methods. AHP presented here matlab source)
- 2013-09-13 11:38:13下载
- 积分: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
-
MOEA-D
说明: 业内最经典的多目标算法之一,多目标演化算法(One of the most classical multi-objective algorithms in the industry, multi-objective evolutionary algorithm)
- 2020-06-25 06:20:02下载
- 积分:1