A struct for both SNR and PER. More...
#include "wifi-phy-common.h"
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 737 of file wifi-phy-common.h.
| double ns3::SnrPer::per {1.0} |
PER.
Definition at line 740 of file wifi-phy-common.h.
Referenced by 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 739 of file wifi-phy-common.h.
Referenced by ns3::DsssPhy::EndReceiveHeader(), ns3::OfdmPhy::EndReceiveHeader(), ns3::HtPhy::EndReceiveHtSig(), ns3::VhtPhy::EndReceiveSig(), and ns3::PhyEntity::GetReceptionStatus().