[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The channel model we propose is implemented by the class SimpleOFDMWimaxChannel
which
extends the class wimaxchannel
. The channel entity has a private structure named m_phyList
which handles all the physical devices connected to it. When a physical device sends a packet (FEC Block)
to the channel, the channel handles the packet, and then for each physical device connected to it, it
calculates the propagation delay, the path loss according to a given propagation model and eventually forwards the
packet to the receiver device.
The channel class uses the method GetDistanceFrom()
to calculate the distance between two physical
entities according to their 3D coordinates. The delay is computed as delay = distance/C
, where C
is the speed of the light.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] |
This document was generated on August 20, 2010 using texi2html 1.82.