20 #ifndef THREE_GPP_V2V_PROPAGATION_LOSS_MODEL_H
21 #define THREE_GPP_V2V_PROPAGATION_LOSS_MODEL_H
77 virtual double GetLossLos (
double distance2D,
double distance3D,
double hUt,
double hBs)
const override;
88 virtual double GetLossNlosv (
double distance2D,
double distance3D,
double hUt,
double hBs)
const override;
99 virtual double GetLossNlos (
double distance2D,
double distance3D,
double hUt,
double hBs)
const override;
166 virtual double GetLossLos (
double distance2D,
double distance3D,
double hUt,
double hBs)
const override;
LosConditionValue
Possible values for Line-of-Sight condition.
Base class for the 3GPP propagation models.
Implements the pathloss model defined in 3GPP TR 37.885, Table 6.2.1-1 for the Highway scenario.
static TypeId GetTypeId(void)
Get the type ID.
virtual ~ThreeGppV2vHighwayPropagationLossModel() override
Destructor.
virtual double GetLossLos(double distance2D, double distance3D, double hUt, double hBs) const override
Computes the pathloss between a and b considering that the line of sight is not obstructed.
ThreeGppV2vHighwayPropagationLossModel()
Constructor.
Implements the pathloss model defined in 3GPP TR 37.885, Table 6.2.1-1 for the Urban scenario.
virtual double GetShadowingStd(Ptr< MobilityModel > a, Ptr< MobilityModel > b, ChannelCondition::LosConditionValue cond) const override
Returns the shadow fading standard deviation.
virtual double GetLossNlosv(double distance2D, double distance3D, double hUt, double hBs) const override
Computes the pathloss between a and b considering that the line of sight is obstructed by a vehicle.
ThreeGppV2vUrbanPropagationLossModel(const ThreeGppV2vUrbanPropagationLossModel &)=delete
Copy constructor.
virtual double GetLossLos(double distance2D, double distance3D, double hUt, double hBs) const override
Computes the pathloss between a and b considering that the line of sight is not obstructed.
virtual double GetShadowingCorrelationDistance(ChannelCondition::LosConditionValue cond) const override
Returns the shadow fading correlation distance.
double m_percType3Vehicles
percentage of Type 3 vehicles in the scenario (i.e., trucks)
Ptr< LogNormalRandomVariable > m_logNorVar
log normal random variable
virtual double GetLossNlos(double distance2D, double distance3D, double hUt, double hBs) const override
Computes the pathloss between a and b considering that the line of sight is obstructed by a building.
ThreeGppV2vUrbanPropagationLossModel()
Constructor.
ThreeGppV2vUrbanPropagationLossModel & operator=(const ThreeGppV2vUrbanPropagationLossModel &)=delete
Copy constructor.
virtual ~ThreeGppV2vUrbanPropagationLossModel() override
Destructor.
double GetAdditionalNlosvLoss(double distance3D, double hUt, double hBs) const
Computes the additional loss due to an obstruction caused by a vehicle.
Ptr< UniformRandomVariable > m_uniformVar
uniform random variable
static TypeId GetTypeId(void)
Get the type ID.
a unique identifier for an interface.
Every class exported by the ns3 library is enclosed in the ns3 namespace.