#include <ue-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::UeLteSpectrumPhy. | |
The UeLteSpectrumPhy models the UL/DL physical layer for the UE
| void ns3::UeLteSpectrumPhy::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::UeLteSpectrumPhy::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::UeLteSpectrumPhy.
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.
1.6.1