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)

相关文章:

  • 2021-04-16
  • 2021-09-05
  • 2021-10-23
  • 2021-10-08
  • 2021-10-26
  • 2021-11-16
  • 2021-07-31
  • 2021-06-20
猜你喜欢
  • 2021-10-15
  • 2022-01-23
  • 2021-12-01
  • 2021-07-05
  • 2021-10-30
  • 2021-06-16
  • 2021-08-17
相关资源
相似解决方案