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. More...
 
virtual ~SatSimpleChannelEstimationErrorContainer ()
 Destructor for SatSimpleChannelEstimationErrorContainer. More...
 
- Public Member Functions inherited from ns3::SatChannelEstimationErrorContainer
 SatChannelEstimationErrorContainer ()
 Default constructor. More...
 
virtual ~SatChannelEstimationErrorContainer ()
 Destructor for SatChannelEstimationErrorContainer. More...
 
double AddError (double sinrInDb, uint32_t wfId=0) const
 Add channel estimation error to SINR. More...
 

Protected Member Functions

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

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 71 of file satellite-channel-estimation-error-container.cc.


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