A struct for both SNR and PER. More...
#include "phy-entity.h"
Public Member Functions | |
SnrPer () | |
Default constructor. More... | |
SnrPer (double s, double p) | |
Constructor for SnrPer. More... | |
Public Attributes | |
double | per {1.0} |
PER. More... | |
double | snr {0.0} |
SNR in linear scale. More... | |
A struct for both SNR and PER.
Definition at line 146 of file phy-entity.h.
|
inline |
Default constructor.
Definition at line 154 of file phy-entity.h.
|
inline |
Constructor for SnrPer.
s | the SNR in linear scale |
p | the PER |
Definition at line 164 of file phy-entity.h.
double ns3::PhyEntity::SnrPer::per {1.0} |
PER.
Definition at line 149 of file phy-entity.h.
Referenced by ns3::DsssPhy::EndReceiveHeader(), ns3::OfdmPhy::EndReceiveHeader(), ns3::HtPhy::EndReceiveHtSig(), ns3::VhtPhy::EndReceiveSig(), and ns3::PhyEntity::GetReceptionStatus().
double ns3::PhyEntity::SnrPer::snr {0.0} |
SNR in linear scale.
Definition at line 148 of file phy-entity.h.
Referenced by ns3::DsssPhy::EndReceiveHeader(), ns3::OfdmPhy::EndReceiveHeader(), ns3::HtPhy::EndReceiveHtSig(), ns3::VhtPhy::EndReceiveSig(), and ns3::PhyEntity::GetReceptionStatus().