Signal parameters for wifi. More...
#include "wifi-spectrum-signal-parameters.h"
Public Member Functions | |
| WifiSpectrumSignalParameters () | |
| default constructor   | |
| WifiSpectrumSignalParameters (const WifiSpectrumSignalParameters &p) | |
| copy constructor   | |
| Ptr< SpectrumSignalParameters > | Copy () const override | 
| make a "virtual" copy of this class, where "virtual" refers to the fact that if the actual object is a derived class of SpectrumSignalParameters, then the copy is also a derived class of the same type.   | |
| Public Member Functions inherited from ns3::SpectrumSignalParameters | |
| SpectrumSignalParameters () | |
| default constructor   | |
| SpectrumSignalParameters (const SpectrumSignalParameters &p) | |
| copy constructor   | |
| virtual | ~SpectrumSignalParameters () | 
| destructor   | |
| Public Member Functions inherited from ns3::SimpleRefCount< SpectrumSignalParameters > | |
| SimpleRefCount () | |
| Default constructor.   | |
| uint32_t | GetReferenceCount () const | 
| Get the reference count of the object.   | |
| SimpleRefCount & | operator= (const SimpleRefCount &o) | 
| Assignment operator.   | |
| void | Ref () const | 
| Increment the reference count.   | |
| void | Unref () const | 
| Decrement the reference count.   | |
Public Attributes | |
| Ptr< const WifiPpdu > | ppdu | 
| The PPDU being transmitted.   | |
| Public Attributes inherited from ns3::SpectrumSignalParameters | |
| Time | duration | 
| The duration of the packet transmission.   | |
| Ptr< const ComplexMatrixArray > | precodingMatrix | 
| The 3D precoding matrix where the dimensions are: the number of TX ports, the number of TX streams, the number of RBs.   | |
| Ptr< SpectrumValue > | psd | 
| The Power Spectral Density of the waveform, in linear units.   | |
| Ptr< const ComplexMatrixArray > | spectrumChannelMatrix | 
| The 3D channel matrix where the dimensions are: the number of RX ports, the number of TX Ports, the number of resource blocks (RBs).   | |
| Ptr< AntennaModel > | txAntenna | 
| The AntennaModel instance that was used to transmit this signal.   | |
| Ptr< MobilityModel > | txMobility | 
| The transmitter mobility model This should be used at StartRx instead of retrieving the mobility model directly from the PHY.   | |
| Ptr< SpectrumPhy > | txPhy | 
| The SpectrumPhy instance that is making the transmission.   | |
Signal parameters for wifi.
Definition at line 27 of file wifi-spectrum-signal-parameters.h.
| ns3::WifiSpectrumSignalParameters::WifiSpectrumSignalParameters | ( | ) | 
default constructor
Definition at line 21 of file wifi-spectrum-signal-parameters.cc.
References ns3::SpectrumSignalParameters::SpectrumSignalParameters(), NS_LOG_FUNCTION, and ppdu.
Referenced by WifiSpectrumSignalParameters(), and Copy().
| ns3::WifiSpectrumSignalParameters::WifiSpectrumSignalParameters | ( | const WifiSpectrumSignalParameters & | p | ) | 
copy constructor
| p | the wifi spectrum signal parameters | 
Definition at line 28 of file wifi-spectrum-signal-parameters.cc.
References ns3::SpectrumSignalParameters::SpectrumSignalParameters(), WifiSpectrumSignalParameters(), NS_LOG_FUNCTION, and ppdu.
      
  | 
  overridevirtual | 
make a "virtual" copy of this class, where "virtual" refers to the fact that if the actual object is a derived class of SpectrumSignalParameters, then the copy is also a derived class of the same type.
Each class inheriting from SpectrumSignalParameters should override this method and use it to call the copy constructor of the derived class.
Reimplemented from ns3::SpectrumSignalParameters.
Definition at line 36 of file wifi-spectrum-signal-parameters.cc.
References WifiSpectrumSignalParameters(), and NS_LOG_FUNCTION.
The PPDU being transmitted.
Definition at line 43 of file wifi-spectrum-signal-parameters.h.
Referenced by WifiSpectrumSignalParameters(), and WifiSpectrumSignalParameters().