Loading...
Searching...
No Matches
ns3::SatSimpleChannelEstimationErrorContainer Class Reference

#include "satellite-channel-estimation-error-container.h"

Inheritance diagram for ns3::SatSimpleChannelEstimationErrorContainer:
Collaboration diagram for ns3::SatSimpleChannelEstimationErrorContainer:

Public Member Functions

 SatSimpleChannelEstimationErrorContainer ()
 Default constructor.
virtual ~SatSimpleChannelEstimationErrorContainer ()
 Destructor for SatSimpleChannelEstimationErrorContainer.
Public Member Functions inherited from ns3::SatChannelEstimationErrorContainer
 SatChannelEstimationErrorContainer ()
 Default constructor.
virtual ~SatChannelEstimationErrorContainer ()
 Destructor for SatChannelEstimationErrorContainer.
double AddError (double sinrInDb, uint32_t wfId=0) const
 Add channel estimation error to SINR.

Protected Member Functions

virtual double DoAddError (double sinrInDb, uint32_t wfId) const
 Simple channel estimation error does nothing to the SINR.

Detailed Description

Constructor & Destructor Documentation

◆ SatSimpleChannelEstimationErrorContainer()

ns3::SatSimpleChannelEstimationErrorContainer::SatSimpleChannelEstimationErrorContainer ( )

◆ ~SatSimpleChannelEstimationErrorContainer()

ns3::SatSimpleChannelEstimationErrorContainer::~SatSimpleChannelEstimationErrorContainer ( )
virtual

Member Function Documentation

◆ DoAddError()

double ns3::SatSimpleChannelEstimationErrorContainer::DoAddError ( double sinrInDb,
uint32_t wfId ) const
protectedvirtual

Simple channel estimation error does nothing to the SINR.

Parameters
sinrInDbMeasured SINR in dB
wfIdWaveform id
Returns
SINR including channel estimation error in dB

Implements ns3::SatChannelEstimationErrorContainer.

Definition at line 72 of file satellite-channel-estimation-error-container.cc.


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