INET Framework for OMNeT++/OMNEST
|
#include <ConvolutionalCode.h>
Public Member Functions | |
ConvolutionalCode (const char *transferFunctionMatrix, const char *puncturingMatrix, const char *constraintLengthVector, int codeRatePuncturingK, int codeRatePuncturingN, const char *mode) | |
int | getCodeRatePuncturingK () const |
int | getCodeRatePuncturingN () const |
const char * | getConstraintLengthVector () const |
const char * | getMode () const |
const char * | getPuncturingMatrix () const |
const char * | getTransferFunctionMatrix () const |
std::ostream & | printToStream (std::ostream &stream, int level) const override |
Prints this object to the provided output stream. More... | |
virtual double | getCodeRate () const override |
virtual int | getEncodedLength (int decodedLength) const override |
virtual int | getDecodedLength (int encodedLength) const override |
virtual double | computeNetBitErrorRate (double grossBitErrorRate) const override |
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 Attributes | |
const char * | transferFunctionMatrix |
const char * | puncturingMatrix |
const char * | constraintLengthVector |
int | codeRatePuncturingK |
int | codeRatePuncturingN |
int | memory |
const char * | mode |
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 } |
inet::physicallayer::ConvolutionalCode::ConvolutionalCode | ( | const char * | transferFunctionMatrix, |
const char * | puncturingMatrix, | ||
const char * | constraintLengthVector, | ||
int | codeRatePuncturingK, | ||
int | codeRatePuncturingN, | ||
const char * | mode | ||
) |
|
overridevirtual |
Implements inet::physicallayer::IForwardErrorCorrection.
|
overridevirtual |
Implements inet::physicallayer::IForwardErrorCorrection.
|
inline |
Referenced by inet::physicallayer::Ieee80211OFDMDecoder::calculatePadding(), inet::physicallayer::Ieee80211OFDMModeBase::computeNetBitrate(), inet::physicallayer::APSKLayeredTransmitter::computePaddingLength(), inet::physicallayer::ConvolutionalCoder::ConvolutionalCoder(), inet::physicallayer::Ieee80211LayeredOFDMReceiver::createDataFieldBitModel(), inet::physicallayer::Ieee80211LayeredOFDMReceiver::getCodeRateFromDecoderModule(), inet::physicallayer::Ieee80211NistErrorModel::getOFDMAndERPOFDMChunkSuccessRate(), and inet::physicallayer::Ieee80211YansErrorModel::getOFDMAndERPOFDMChunkSuccessRate().
|
inline |
Referenced by inet::physicallayer::Ieee80211OFDMDecoder::calculatePadding(), inet::physicallayer::Ieee80211OFDMModeBase::computeNetBitrate(), inet::physicallayer::ConvolutionalCoder::ConvolutionalCoder(), inet::physicallayer::Ieee80211LayeredOFDMReceiver::createDataFieldBitModel(), inet::physicallayer::Ieee80211LayeredOFDMReceiver::getCodeRateFromDecoderModule(), inet::physicallayer::Ieee80211NistErrorModel::getOFDMAndERPOFDMChunkSuccessRate(), and inet::physicallayer::Ieee80211YansErrorModel::getOFDMAndERPOFDMChunkSuccessRate().
|
inline |
Referenced by inet::physicallayer::ConvolutionalCoder::ConvolutionalCoder().
|
overridevirtual |
Implements inet::physicallayer::IForwardErrorCorrection.
Referenced by inet::physicallayer::Ieee80211LayeredOFDMTransmitter::appendPadding(), and inet::physicallayer::Ieee80211OFDMDataMode::getDuration().
|
overridevirtual |
Implements inet::physicallayer::IForwardErrorCorrection.
Referenced by inet::physicallayer::Ieee80211LayeredOFDMTransmitter::createScalarAnalogModel().
|
inline |
|
inline |
Referenced by inet::physicallayer::ConvolutionalCoder::ConvolutionalCoder().
|
inline |
Referenced by inet::physicallayer::ConvolutionalCoder::ConvolutionalCoder().
|
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.
|
protected |
|
protected |
|
protected |
|
protected |
Referenced by computeNetBitErrorRate(), and ConvolutionalCode().
|
protected |
|
protected |
|
protected |