NS-3
|
The COST-Hata-Model is the most often cited of the COST 231 models. More...
#include <cost231-propagation-loss-model.h>
Public Types | |
enum | Environment { SubUrban, MediumCity, Metropolitan } |
Public Member Functions | |
double | GetLoss (Ptr< MobilityModel > a, Ptr< MobilityModel > b) const |
void | SetBSAntennaHeight (double height) |
void | SetSSAntennaHeight (double height) |
void | SetEnvironment (Environment env) |
void | SetLambda (double lambda) |
void | SetMinDistance (double minDistance) |
double | GetBSAntennaHeight (void) const |
double | GetSSAntennaHeight (void) const |
Environment | GetEnvironment (void) const |
double | GetMinDistance (void) const |
double | GetLambda (void) const |
void | SetLambda (double frequency, double speed) |
double | GetShadowing (void) |
void | SetShadowing (double shadowing) |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
This method returns the TypeId associated to ns3::Cost231PropagationLossModel. |
The COST-Hata-Model is the most often cited of the COST 231 models.
Also called the Hata Model PCS Extension, it is a radio propagation model that extends the Hata Model (which in turn is based on the Okumura Model) to cover a more elaborated range of frequencies. COST (COperation europ�enne dans le domaine de la recherche Scientifique et Technique) is a European Union Forum for cooperative scientific research which has developed this model accordingly to various experiments and researches. This model is applicable to urban areas. To further evaluate Path Loss in Suburban or Rural Quasi-open/Open Areas. Frequency: 1500 MHz to 2000 MHz Mobile Station Antenna Height: 1 up to 10m Base station Antenna Height: 30m to 200m Link Distance:up to 20 km
double ns3::Cost231PropagationLossModel::GetLoss | ( | Ptr< MobilityModel > | a, |
Ptr< MobilityModel > | b | ||
) | const |
a | the mobility model of the source |
b | the mobility model of the destination |
static TypeId ns3::Cost231PropagationLossModel::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::Cost231PropagationLossModel.
This object is accessible through the following paths with Config::Set and Config::Connect:
Attributes defined for this type:
No TraceSources defined for this type.
Reimplemented from ns3::PropagationLossModel.