davidzwei / Handoff-Simulation

To simulate the number of handoffs in one day

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handoff-Simulator

Map


Condition

  • Station

    • Pt = 100 dBm
    • Pmin = 10 dBm
  • Car

    • ⋋ = 1/2 car/msec , ⋋ = 1/3 car/msec , ⋋ = 1/5 car/msec
      • P(t) = 1 - "e" ^(−"⋋t" )
    • Velocity = 10(m/s)
    • Direction & Possibility when being in intersection of road
      • go straight : 3/5
      • turn right : 1/5
      • turn left : 1/5

Result

the figure shows the count of handoffs in one day(86400 sec)

About

To simulate the number of handoffs in one day


Languages

Language:Python 100.0%