zoukankan      html  css  js  c++  java
  • Random Way Point (RWP) Network Model

    What is RWP

    RWP is a commonly used synthetic model for mobility,e.g.,in ad hoc networks.It is an elementary model which describes the movement pattern of independent nodes by simple terms.

    Briefly,in the RWP model:

    • Each node moves along a zigzag line from one waypoint to another.
    • The waypoints are uniformly distributed over the given convex area.
    • At the start of each leg a random velocity is drawn from the velocity distribution.(in the basic case the velocity is constant 1)
    • Optionally, the nodes may have so-called “thinking times” when they reach each waypoint before continuing on the next leg, where durations are independent and identically distributed random variables.

    A intuitive demo of RWP can be found here:RWP Demo

    Common problems with RWP

    • Zig-zag rajectories.
    • Velocity distribution

    Variations

    Random Waypoint on the Border(RWPB)

    Markovian Waypoint Model(MWP)

  • 相关阅读:
    Kafka速览
    分布式消息中间件(二)ActiveMQ
    PageUtil 分页
    Tomcat配置
    CryptographyUtil盐加密
    InitComponent的使用
    Shiro权限总结
    【转】Java自学之路——by马士兵
    ExcelUtil
    Java操作Excel之Poi
  • 原文地址:https://www.cnblogs.com/jcleung/p/1812730.html
Copyright © 2011-2022 走看看