#include <yans-error-rate-model.h>
Inherits ns3::ErrorRateModel.
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
This method returns the TypeId associated to ns3::YansErrorRateModel. |
A packet of interest (e.g., a packet can potentially be received by the MAC) is divided into chunks. Each chunk is related to an start/end receiving event. For each chunk, it calculates the ratio (SINR) between received power of packet of interest and summation of noise and interfering power of all the other incoming packets. Then, it will calculate the success rate of the chunk based on BER of the modulation. The success reception rate of the packet is derived from the success rate of all chunks.
The 802.11b modulations:
static TypeId ns3::YansErrorRateModel::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::YansErrorRateModel.
No Attributes defined for this type.
No TraceSources defined for this type.
Reimplemented from ns3::Object.