Skip to content

Matlab语言编写,实现3种车联网的路由算法:AODV GPSR LSPR

Notifications You must be signed in to change notification settings

IDonotK/routeInVanet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

routeInVanet

Matlab语言编写,实现3种车联网的路由算法:AODV、GPSR、LSPR。 LSPR:(1)Link Stability Prediction Route,即链路稳定性预测路由算法,基于模糊推理算法; (2)定义链路两端车节点的速度相对度、方向相对度以及周围节点密度作为模糊算法的输入量; (3)定义链路稳定度作为模糊算法的输出量; (4)基于网络无向图,利用Dijkstra算法求最短路径。

About

Matlab语言编写,实现3种车联网的路由算法:AODV GPSR LSPR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages