INET Framework for OMNeT++/OMNEST
inet::physicallayer::ILayeredErrorModel Class Referenceabstract

The layered error model computes the erroneous bits, symbols, or samples based on the SNIR and a simplified model of the signal processing. More...

#include <ILayeredErrorModel.h>

Inheritance diagram for inet::physicallayer::ILayeredErrorModel:
inet::physicallayer::IPrintableObject inet::physicallayer::Ieee80211OFDMErrorModel inet::physicallayer::LayeredErrorModelBase inet::physicallayer::APSKLayeredErrorModel inet::physicallayer::StochasticLayeredErrorModel

Public Member Functions

virtual const IReceptionPacketModelcomputePacketModel (const LayeredTransmission *transmission, const ISNIR *snir) const =0
 Computes the packet domain representation at the receiver using a simplified model for the underlying domains. More...
 
virtual const IReceptionBitModelcomputeBitModel (const LayeredTransmission *transmission, const ISNIR *snir) const =0
 Computes the bit domain representation at the receiver using a simplified model for the underlying domains. More...
 
virtual const IReceptionSymbolModelcomputeSymbolModel (const LayeredTransmission *transmission, const ISNIR *snir) const =0
 Computes the symbol domain representation at the receiver using a simplified model for the underlying domains. More...
 
virtual const IReceptionSampleModelcomputeSampleModel (const LayeredTransmission *transmission, const ISNIR *snir) const =0
 Computes the sample domain representation at the receiver using a simplified model for the underlying domains. More...
 
- Public Member Functions inherited from inet::physicallayer::IPrintableObject
virtual ~IPrintableObject ()
 
virtual std::ostream & printToStream (std::ostream &stream, int level) const
 Prints this object to the provided output stream. More...
 
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
 

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
}
 

Detailed Description

The layered error model computes the erroneous bits, symbols, or samples based on the SNIR and a simplified model of the signal processing.

Member Function Documentation

virtual const IReceptionBitModel* inet::physicallayer::ILayeredErrorModel::computeBitModel ( const LayeredTransmission transmission,
const ISNIR snir 
) const
pure virtual

Computes the bit domain representation at the receiver using a simplified model for the underlying domains.

This result includes all potential errors that were not corrected by the underlying domains.

Implemented in inet::physicallayer::Ieee80211OFDMErrorModel, inet::physicallayer::StochasticLayeredErrorModel, and inet::physicallayer::APSKLayeredErrorModel.

Referenced by inet::physicallayer::APSKLayeredReceiver::createBitModel().

virtual const IReceptionPacketModel* inet::physicallayer::ILayeredErrorModel::computePacketModel ( const LayeredTransmission transmission,
const ISNIR snir 
) const
pure virtual

Computes the packet domain representation at the receiver using a simplified model for the underlying domains.

This result includes all potential errors that were not corrected by the underlying domains.

Implemented in inet::physicallayer::Ieee80211OFDMErrorModel, inet::physicallayer::StochasticLayeredErrorModel, and inet::physicallayer::APSKLayeredErrorModel.

Referenced by inet::physicallayer::APSKLayeredReceiver::createPacketModel().

virtual const IReceptionSampleModel* inet::physicallayer::ILayeredErrorModel::computeSampleModel ( const LayeredTransmission transmission,
const ISNIR snir 
) const
pure virtual

Computes the sample domain representation at the receiver using a simplified model for the underlying domains.

This result includes all potential errors that were not corrected by the underlying domains.

Implemented in inet::physicallayer::Ieee80211OFDMErrorModel, inet::physicallayer::StochasticLayeredErrorModel, and inet::physicallayer::APSKLayeredErrorModel.

Referenced by inet::physicallayer::APSKLayeredReceiver::createSampleModel().

virtual const IReceptionSymbolModel* inet::physicallayer::ILayeredErrorModel::computeSymbolModel ( const LayeredTransmission transmission,
const ISNIR snir 
) const
pure virtual

Computes the symbol domain representation at the receiver using a simplified model for the underlying domains.

This result includes all potential errors that were not corrected by the underlying domains.

Implemented in inet::physicallayer::Ieee80211OFDMErrorModel, inet::physicallayer::StochasticLayeredErrorModel, and inet::physicallayer::APSKLayeredErrorModel.

Referenced by inet::physicallayer::APSKLayeredReceiver::createSymbolModel().


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