#include "satellite-channel-estimation-error-container.h"
Inheritance diagram for ns3::SatFwdLinkChannelEstimationErrorContainer:
Collaboration diagram for ns3::SatFwdLinkChannelEstimationErrorContainer:Public Member Functions | |
| SatFwdLinkChannelEstimationErrorContainer () | |
| Default constructor. More... | |
| virtual | ~SatFwdLinkChannelEstimationErrorContainer () |
| Destructor for SatFwdLinkChannelEstimationErrorContainer. 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 |
| Add channel estimation error to SINR in FWD link Waveform id does not have any significance here. More... | |
Private Attributes | |
| Ptr< SatChannelEstimationError > | m_channelEstimationError |
| Only one channel estimator error configuration for forward link. More... | |
Definition at line 105 of file satellite-channel-estimation-error-container.h.
| ns3::SatFwdLinkChannelEstimationErrorContainer::SatFwdLinkChannelEstimationErrorContainer | ( | ) |
Default constructor.
SatFwdLinkChannelEstimationErrorContainer.
Currently only one set of channel estimation error parameters for forward link are created.
Definition at line 83 of file satellite-channel-estimation-error-container.cc.
References m_channelEstimationError.
|
virtual |
Destructor for SatFwdLinkChannelEstimationErrorContainer.
Definition at line 97 of file satellite-channel-estimation-error-container.cc.
|
protectedvirtual |
Add channel estimation error to SINR in FWD link Waveform id does not have any significance here.
| sinrInDb | Measured SINR in dB |
| wfId | Waveform id |
Implements ns3::SatChannelEstimationErrorContainer.
Definition at line 102 of file satellite-channel-estimation-error-container.cc.
References m_channelEstimationError.
|
private |
Only one channel estimator error configuration for forward link.
Definition at line 133 of file satellite-channel-estimation-error-container.h.
Referenced by SatFwdLinkChannelEstimationErrorContainer(), and DoAddError().