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