#include <enb-lte-spectrum-phy.h>
Public Member Functions | |
void | CalcSinrValues (Ptr< const SpectrumValue > rxPsd, Ptr< const SpectrumValue > noise) |
Calculate the SINR estimated during the reception of the packet. | |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
This method returns the TypeId associated to ns3::EnbLteSpectrumPhy. |
The EnbLteSpectrumPhy models the UL/DL physical layer for the eNodeB device
void ns3::EnbLteSpectrumPhy::CalcSinrValues | ( | Ptr< const SpectrumValue > | rxPsd, | |
Ptr< const SpectrumValue > | noise | |||
) | [virtual] |
Calculate the SINR estimated during the reception of the packet.
rxPsd | the Power Spectral Density of the incoming waveform. | |
noise | the Power Spectral Density of the noise. |
Implements ns3::LteSpectrumPhy.
static TypeId ns3::EnbLteSpectrumPhy::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::EnbLteSpectrumPhy.
This object is accessible through the following paths with Config::Set and Config::Connect:
No Attributes defined for this type.
No TraceSources defined for this type.
TraceSources defined in parent class ns3::LteSpectrumPhy:
Reimplemented from ns3::LteSpectrumPhy.