#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... | |
Definition at line 80 of file satellite-channel-estimation-error-container.h.
| ns3::SatSimpleChannelEstimationErrorContainer::SatSimpleChannelEstimationErrorContainer | ( | ) |
Default constructor.
SatSimpleChannelEstimationErrorContainer.
Definition at line 62 of file satellite-channel-estimation-error-container.cc.
|
virtual |
Destructor for SatSimpleChannelEstimationErrorContainer.
Definition at line 67 of file satellite-channel-estimation-error-container.cc.
|
protectedvirtual |
Simple channel estimation error does nothing to the SINR.
| sinrInDb | Measured SINR in dB |
| wfId | Waveform id |
Implements ns3::SatChannelEstimationErrorContainer.
Definition at line 72 of file satellite-channel-estimation-error-container.cc.