A struct for both SNR and PER. More...
#include "phy-entity.h"
Collaboration diagram for ns3::PhyEntity::SnrPer: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 114 of file phy-entity.h.
|
inline |
Default constructor.
Definition at line 122 of file phy-entity.h.
Constructor for SnrPer.
| s | the SNR in linear scale |
| p | the PER |
Definition at line 132 of file phy-entity.h.
| double ns3::PhyEntity::SnrPer::per {1.0} |
PER.
Definition at line 117 of file phy-entity.h.
| double ns3::PhyEntity::SnrPer::snr {0.0} |
SNR in linear scale.
Definition at line 116 of file phy-entity.h.