INET Framework for OMNeT++/OMNEST
|
A model for the error rate for different modulations. More...
#include <Ieee80211NistErrorModel.h>
Public Member Functions | |
virtual std::ostream & | printToStream (std::ostream &stream, int level) const override |
Prints this object to the provided output stream. More... | |
Public Member Functions inherited from inet::physicallayer::Ieee80211ErrorModelBase | |
Ieee80211ErrorModelBase () | |
virtual double | computePacketErrorRate (const ISNIR *snir, IRadioSignal::SignalPart part) const override |
Returns the packet error rate based on SNIR, modulation, FEC encoding and any other physical layer characteristics. More... | |
virtual double | computeBitErrorRate (const ISNIR *snir, IRadioSignal::SignalPart part) const override |
Returns the bit error rate based on SNIR, modulation, FEC encoding and any other physical layer characteristics. More... | |
virtual double | computeSymbolErrorRate (const ISNIR *snir, IRadioSignal::SignalPart part) const override |
Returns the symbol error rate based on SNIR, modulation, and any other physical layer characteristics. More... | |
Public Member Functions inherited from inet::physicallayer::IPrintableObject | |
virtual | ~IPrintableObject () |
virtual std::string | getInfoStringRepresentation () const |
virtual std::string | getDetailStringRepresentation () const |
virtual std::string | getDebugStringRepresentation () const |
virtual std::string | getTraceStringRepresentation () const |
virtual std::string | getCompleteStringRepresentation () const |
Protected Member Functions | |
double | calculatePe (double p, uint32_t bValue) const |
double | getBpskBer (double snr) const |
double | getQpskBer (double snr) const |
double | get16QamBer (double snr) const |
double | get64QamBer (double snr) const |
double | getFecBpskBer (double snr, double nbits, uint32_t bValue) const |
double | getFecQpskBer (double snr, double nbits, uint32_t bValue) const |
double | getFec16QamBer (double snr, uint32_t nbits, uint32_t bValue) const |
double | getFec64QamBer (double snr, uint32_t nbits, uint32_t bValue) const |
virtual double | getOFDMAndERPOFDMChunkSuccessRate (const APSKModulationBase *subcarrierModulation, const ConvolutionalCode *convolutionalCode, unsigned int bitLength, double snr) const |
virtual double | getDSSSAndHrDSSSChunkSuccessRate (bps bitrate, unsigned int bitLength, double snr) const |
virtual double | getHeaderSuccessRate (const IIeee80211Mode *mode, unsigned int headerBitLength, double snr) const override |
virtual double | getDataSuccessRate (const IIeee80211Mode *mode, unsigned int bitLength, double snr) const override |
Additional Inherited Members | |
Public Types inherited from inet::physicallayer::IPrintableObject | |
enum | PrintLevel { PRINT_LEVEL_TRACE, PRINT_LEVEL_DEBUG, PRINT_LEVEL_DETAIL, PRINT_LEVEL_INFO, PRINT_LEVEL_COMPLETE = INT_MIN } |
A model for the error rate for different modulations.
For OFDM modulation, the model description and validation can be found in http://www.nsnam.org/~pei/80211ofdm.pdf. For DSSS modulations (802.11b), the model uses the DsssErrorRateModel.
|
protected |
Referenced by getFec16QamBer(), getFec64QamBer(), getFecBpskBer(), and getFecQpskBer().
|
protected |
Referenced by getFec16QamBer().
|
protected |
Referenced by getFec64QamBer().
|
protected |
Referenced by getFecBpskBer().
|
overrideprotectedvirtual |
Implements inet::physicallayer::Ieee80211ErrorModelBase.
|
protectedvirtual |
Referenced by getDataSuccessRate(), and getHeaderSuccessRate().
|
protected |
Referenced by getOFDMAndERPOFDMChunkSuccessRate().
|
protected |
Referenced by getOFDMAndERPOFDMChunkSuccessRate().
|
protected |
Referenced by getOFDMAndERPOFDMChunkSuccessRate().
|
protected |
Referenced by getOFDMAndERPOFDMChunkSuccessRate().
|
overrideprotectedvirtual |
Implements inet::physicallayer::Ieee80211ErrorModelBase.
|
protectedvirtual |
Referenced by getDataSuccessRate(), and getHeaderSuccessRate().
|
protected |
Referenced by getFecQpskBer().
|
inlineoverridevirtual |
Prints this object to the provided output stream.
Function calls to operator<< with pointers or references either const or not are all forwarded to this function.
Reimplemented from inet::physicallayer::IPrintableObject.