A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::LteDataSinrChunkProcessor Class Reference

#include <lte-sinr-chunk-processor.h>

+ Inheritance diagram for ns3::LteDataSinrChunkProcessor:

Public Member Functions

 LteDataSinrChunkProcessor (Ptr< LteSpectrumPhy > p)
 
 LteDataSinrChunkProcessor (Ptr< LteSpectrumPhy > s, Ptr< LtePhy > p)
 
virtual void End ()
 
virtual void EvaluateSinrChunk (const SpectrumValue &sinr, Time duration)
 
virtual void Start ()
 
- Public Member Functions inherited from ns3::SimpleRefCount< LteSinrChunkProcessor >
 SimpleRefCount (const SimpleRefCount &o)
 
uint32_t GetReferenceCount (void) const
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 
void Ref (void) const
 
void Unref (void) const
 

Private Attributes

Ptr< LtePhym_phy
 
Ptr< LteSpectrumPhym_spectrumPhy
 
Ptr< SpectrumValuem_sumSinr
 
Time m_totDuration
 

Additional Inherited Members

- Static Public Member Functions inherited from ns3::SimpleRefCount< LteSinrChunkProcessor >
static void Cleanup (void)
 

Detailed Description

The LteDataSinrChunkProcessor averages the calculated SINR over time for data frame and therefore in charge of generating the sinr values for evaluating the errors of data packets. Might be used also for generating CQI based on data in case any LtePhy is attached.

Definition at line 89 of file lte-sinr-chunk-processor.h.


The documentation for this class was generated from the following files: