Static Public Member Functions | Static Protected Attributes

ns3::DsssErrorRateModel Class Reference

an implementation of DSSS error rate model More...

#include <dsss-error-rate-model.h>

List of all members.

Static Public Member Functions

static double DqpskFunction (double x)
static double GetDsssDbpskSuccessRate (double sinr, uint32_t nbits)
static double GetDsssDqpskSuccessRate (double sinr, uint32_t nbits)
static double GetDsssDqpskCck5_5SuccessRate (double sinr, uint32_t nbits)
static double GetDsssDqpskCck11SuccessRate (double sinr, uint32_t nbits)

Static Protected Attributes

static const double WLAN_SIR_PERFECT
static const double WLAN_SIR_IMPOSSIBLE

Detailed Description

an implementation of DSSS error rate model

The 802.11b modulations:

This model is designed to run with highest accuracy using the Gnu Scientific Library (GSL), but if GSL is not installed on the platform, will fall back to (slightly less accurate) Matlab-derived models for the CCK modulation types.

More detailed description and validation can be found in http://www.nsnam.org/~pei/80211b.pdf


The documentation for this class was generated from the following file: