Probabilistic Flooding Simulation
by Xiaodong Wang
27 Jun 2005
(Updated 05 Jul 2005)
This simple script simulates the probabilistic flooding in wireless networks.
|
Watch this File
|
| File Information |
| Description |
This script generates a random deployed wireless network, and probabilistic broadcast is simulated. In probabilistic broadcast, each node re-transmits the packet according to a probability.
A link on probabilistic broadcast:
http://lsewww.epfl.ch/Documents/acrobat/SCS03.pdf
A link on DFS algorithm:
http://en.wikipedia.org/wiki/Depth-first_search
In this script, the network is represented by an adjacent matrix. Depth first search algorithm is used to traverse the network.
It should be noted that this simulation is in the abstract network level. MAC contention, link corruption are not simulated. |
| Acknowledgements |
The author wishes to acknowledge the following in the creation of this submission:
Dijkstra Shortest Path Routing
|
| MATLAB release |
MATLAB 6.5 (R13)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (2) |
| 13 Sep 2005 |
Markus Wälchli
|
|
|
| 15 Jun 2011 |
Rick
|
|
|
| Updates |
| 05 Jul 2005 |
More comments to the code; |
|
Contact us at files@mathworks.com