24 #include <ns3/object-factory.h> 26 #include <ns3/double.h> 27 #include <ns3/simulator.h> 28 #include <ns3/trace-source-accessor.h> 29 #include <ns3/lte-spectrum-signal-parameters.h> 30 #include <ns3/antenna-model.h> 42 m_referenceSignalPower (0),
45 m_useDataChannel (false),
134 if (lteDlDataRxParams != 0)
140 power = (*(params->psd))[
m_rbId] * 180000;
157 if (lteDlCtrlRxParams != 0)
163 power = (*(params->psd))[
m_rbId] * 180000;
Ptr< MobilityModel > GetMobility()
Get the associated MobilityModel instance.
double GetSinr(double noisePower)
Ptr< NetDevice > GetDevice() const
Get the associated NetDevice instance.
Smart pointer class similar to boost::intrusive_ptr.
#define NS_LOG_FUNCTION(parameters)
If log level LOG_FUNCTION is enabled, this macro will output all input parameters separated by "...
Abstract base class for Spectrum-aware PHY layers.
double Integral(const SpectrumValue &arg)
#define NS_OBJECT_ENSURE_REGISTERED(type)
Register an Object subclass with the TypeId system.
void SetRxSpectrumModel(Ptr< const SpectrumModel > m)
set the RX spectrum model to be used
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name.
double m_referenceSignalPower
reference signal power
virtual void DoDispose(void)
Destructor implementation.
Ptr< AntennaModel > GetRxAntenna()
Get the AntennaModel used by the NetDevice for reception.
virtual ~RemSpectrumPhy()
void Reset()
Reset the SINR calculator.
This minimal SpectrumPhy implementation calculates the SINR with respect to the strongest signal for ...
void Deactivate()
make StartRx a no-op from now on, and mark instance as inactive
void StartRx(Ptr< SpectrumSignalParameters > params)
Notify the SpectrumPhy instance of an incoming signal.
Ptr< const SpectrumModel > m_rxSpectrumModel
receive spectrum model
double m_sumPower
sum power
Ptr< MobilityModel > m_mobility
the mobility model
void SetChannel(Ptr< SpectrumChannel > c)
Set the channel attached to this device.
Every class exported by the ns3 library is enclosed in the ns3 namespace.
Ptr< const SpectrumModel > GetRxSpectrumModel() const
void SetUseDataChannel(bool value)
set usage of DataChannel
#define NS_LOG_DEBUG(msg)
Use NS_LOG to output a message of level LOG_DEBUG.
void SetMobility(Ptr< MobilityModel > m)
Set the mobility model associated with this device.
void SetRbId(int32_t rbId)
set RB Id
void DoDispose()
Destructor implementation.
static TypeId GetTypeId(void)
Get the type ID.
bool m_useDataChannel
use data channel
a unique identifier for an interface.
TypeId SetParent(TypeId tid)
Set the parent TypeId.
void SetDevice(Ptr< NetDevice > d)
Set the associated NetDevice instance.