INET Framework for OMNeT++/OMNEST
|
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>
Public Member Functions | |
virtual const IReceptionPacketModel * | computePacketModel (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 IReceptionBitModel * | computeBitModel (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 IReceptionSymbolModel * | computeSymbolModel (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 IReceptionSampleModel * | computeSampleModel (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 } |
The layered error model computes the erroneous bits, symbols, or samples based on the SNIR and a simplified model of the signal processing.
|
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().
|
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().
|
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().
|
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().