This class defines all functions to create spectrum model for lte. More...
#include <lte-spectrum-value-helper.h>
Public Member Functions | |
| Ptr< SpectrumValue > | CreateDownlinkTxPowerSpectralDensity (double powerTx, std::vector< int > channels) |
| create spectrum value | |
| Ptr< SpectrumValue > | CreateUplinkTxPowerSpectralDensity (double powerTx, std::vector< int > channels) |
| create spectrum value | |
| Ptr< SpectrumValue > | CreateDownlinkNoisePowerSpectralDensity (void) |
| create spectrum value for noise | |
| Ptr< SpectrumValue > | CreateUplinkNoisePowerSpectralDensity (void) |
| create spectrum value for noise | |
This class defines all functions to create spectrum model for lte.
| Ptr<SpectrumValue> ns3::LteSpectrumValueHelper::CreateDownlinkNoisePowerSpectralDensity | ( | void | ) |
create spectrum value for noise
| Ptr<SpectrumValue> ns3::LteSpectrumValueHelper::CreateDownlinkTxPowerSpectralDensity | ( | double | powerTx, | |
| std::vector< int > | channels | |||
| ) |
create spectrum value
| powerTx | the power transmission in dBm | |
| channels | the list of sub channels where the signal will be sent |
| Ptr<SpectrumValue> ns3::LteSpectrumValueHelper::CreateUplinkNoisePowerSpectralDensity | ( | void | ) |
create spectrum value for noise
| Ptr<SpectrumValue> ns3::LteSpectrumValueHelper::CreateUplinkTxPowerSpectralDensity | ( | double | powerTx, | |
| std::vector< int > | channels | |||
| ) |
create spectrum value
| powerTx | the power transmission in dBm | |
| channels | the list of sub channels where the signal will be sent |
1.6.1