#include <StochasticLayeredErrorModel.h>
inet::physicallayer::StochasticLayeredErrorModel::StochasticLayeredErrorModel |
( |
| ) |
|
double packetErrorRate
Definition: StochasticLayeredErrorModel.h:30
#define NaN
Definition: INETMath.h:103
double bitErrorRate
Definition: StochasticLayeredErrorModel.h:31
double symbolErrorRate
Definition: StochasticLayeredErrorModel.h:32
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.
Implements inet::physicallayer::ILayeredErrorModel.
virtual const IReceptionBitModel * computeBitModel(const LayeredTransmission *transmission, double bitErrorRate) const
Definition: LayeredErrorModelBase.cc:44
double bitErrorRate
Definition: StochasticLayeredErrorModel.h:31
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.
Implements inet::physicallayer::ILayeredErrorModel.
60 throw cRuntimeError(
"Not yet implemented");
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.
Implements inet::physicallayer::ILayeredErrorModel.
75 throw cRuntimeError(
"Not yet implemented");
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.
Implements inet::physicallayer::ILayeredErrorModel.
virtual const IReceptionSymbolModel * computeSymbolModel(const LayeredTransmission *transmission, double symbolErrorRate) const
Definition: LayeredErrorModelBase.cc:59
double symbolErrorRate
Definition: StochasticLayeredErrorModel.h:32
void inet::physicallayer::StochasticLayeredErrorModel::initialize |
( |
int |
stage | ) |
|
|
overrideprotectedvirtual |
double packetErrorRate
Definition: StochasticLayeredErrorModel.h:30
Local initializations.
Definition: InitStages.h:35
double bitErrorRate
Definition: StochasticLayeredErrorModel.h:31
double symbolErrorRate
Definition: StochasticLayeredErrorModel.h:32
std::ostream & inet::physicallayer::StochasticLayeredErrorModel::printToStream |
( |
std::ostream & |
stream, |
|
|
int |
level |
|
) |
| const |
|
overridevirtual |
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.
50 stream <<
"StochasticLayeredErrorModel";
double packetErrorRate
Definition: StochasticLayeredErrorModel.h:30
Definition: IPrintableObject.h:34
double bitErrorRate
Definition: StochasticLayeredErrorModel.h:31
double symbolErrorRate
Definition: StochasticLayeredErrorModel.h:32
double inet::physicallayer::StochasticLayeredErrorModel::bitErrorRate |
|
protected |
double inet::physicallayer::StochasticLayeredErrorModel::packetErrorRate |
|
protected |
double inet::physicallayer::StochasticLayeredErrorModel::symbolErrorRate |
|
protected |
The documentation for this class was generated from the following files: