AODV路由协议 MATLAB仿真我要分享

Matlab simulation of AODV Routing Protocol

关注次数: 313

下载次数: 4

文件大小: 1.46 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:利用matlab实现无线自组织网AODV仿真的算法源码。 为由50个节点构成的网络。在50m×50m大小的区域内,随机的产生50个节点。由用户指定源节点和目的节点,程序负责给出从源节点到目的节点的最小路径和此路径的跳数。各个节点之间设定为只要在自己直接通信范围内的其它节点,均一跳可达。-Write your own realization of the use of matlab simulation of wireless self-organizing network algorithms AODV source. The grounds of a network of 50 nodes. Size of 50m × 50m in area, randomly generated 50 nodes. By the user to specify the source node and destination node, the program responsible for the given node from the source node to the destination path and this path is the minimum number of hops. Set between each node to communicate directly as long as within the scope of their other nodes, all jump up.


English Description:

Using MATLAB to realize AODV simulation algorithm source code of wireless ad hoc network. It is a network composed of 50 nodes. In the area of 50m × 50m, 50 nodes are randomly generated. The user specifies the source node and the destination node, and the program is responsible for giving the minimum path from the source node to the destination node and the hop number of this path. Each node is set to reach one hop as long as other nodes within its own direct communication range. -Write your own realization of the use of matlab simulation of wireless self-organizing network algorithms AODV source. The grounds of a network of 50 nodes. Size of 50m × 50m in area, randomly generated 50 nodes. By the user to specify the source node and destination node, the program responsible for the given node from the source node to the destination path and this path is the minimum number of hops. Set between each node to communicate directly as long as within the scope of their other nodes, all jump up.


代码预览

相关推荐