A struct for both SNR and PER. More...
#include "interference-helper.h"
Public Attributes | |
| double | per |
| PER. More... | |
| double | snr |
| SNR. More... | |
A struct for both SNR and PER.
Definition at line 109 of file interference-helper.h.
| double ns3::InterferenceHelper::SnrPer::per |
PER.
Definition at line 112 of file interference-helper.h.
Referenced by ns3::InterferenceHelper::CalculatePlcpHeaderSnrPer(), ns3::InterferenceHelper::CalculatePlcpPayloadSnrPer(), and ns3::WifiPhy::StartReceivePacket().
| double ns3::InterferenceHelper::SnrPer::snr |
SNR.
Definition at line 111 of file interference-helper.h.
Referenced by ns3::InterferenceHelper::CalculatePlcpHeaderSnrPer(), ns3::InterferenceHelper::CalculatePlcpPayloadSnrPer(), and ns3::WifiPhy::StartReceivePacket().