WinProp_Calib_DPM

Data Fields

int
Scenario
int
NbrTuningFiles
char **
TuningFiles
double
MinDistance
double
MaxDistance
double
MinPathLoss
double
MaxPathLoss
double
MinPower
double
MaxPower
double
ExpLOS
double
ExpOLOS
double
ExpNLOS
double
ExpLOSafterBP
double
ExpOLOSafterBP
int
NbrLOS
int
NbrOLOS
int
NbrNLOS
int
NbrLOSafterBP
int
NbrOLOSafterBP
double
DiffrLoss
double
Offset
double
Offset_LOS
double
Offset_NonLOS

Detailed Description

This structure is used to calibrate the parameters of the DPM (Dominant Path Model). The structure can be passed to the function WinProp_Calibrate_DPM, but this is optional.

Field Documentation

Scenario
int WinProp_Calib_DPM::Scenario
Type of scenario (urban, indoor, rural)
NbrTuningFiles
int WinProp_Calib_DPM::NbrTuningFiles
Number of calibration files. Calibration files are generated during a prediction with the DPM (see WinProp_Predict)
TuningFiles
char ** WinProp_Calib_DPM::TuningFiles
Array with file names of calibration files
MinDistance
double WinProp_Calib_DPM::MinDistance
Minimum required distance from transmitter to measurement point
MaxDistance
double WinProp_Calib_DPM::MaxDistance
Maximum required distance from transmitter to measurement point
MinPathLoss
double WinProp_Calib_DPM::MinPathLoss
Minimum required path loss of a measurement point
MaxPathLoss
double WinProp_Calib_DPM::MaxPathLoss
Maximum required path loss of a measurement point
MinPower
double WinProp_Calib_DPM::MinPower
Minimum required power (dBm) of a measurement point
MaxPower
double WinProp_Calib_DPM::MaxPower
Maximum required power (dBm) of a measurement point
ExpLOS
double WinProp_Calib_DPM::ExpLOS
Calibrated LOS exponent set by WinProp_Calibrate_DPM
ExpOLOS
double WinProp_Calib_DPM::ExpOLOS
Calibrated OLOS exponent set by WinProp_Calibrate_DPM
ExpNLOS
double WinProp_Calib_DPM::ExpNLOS
Calibrated NLOS exponent set by WinProp_Calibrate_DPM
ExpLOSafterBP
double WinProp_Calib_DPM::ExpLOSafterBP
Calibrated LOS2 exponent set by WinProp_Calibrate_DPM for urban scenarios onlySee also Scenario
ExpOLOSafterBP
double WinProp_Calib_DPM::ExpOLOSafterBP
Calibrated OLOS2 exponent set by WinProp_Calibrate_DPM for urban scenarios onlySee also Scenario
NbrLOS
int WinProp_Calib_DPM::NbrLOS
Calibration result: Number of LOS pixels considered during the calibration (set by WinProp_Calibrate_DPM)
NbrOLOS
int WinProp_Calib_DPM::NbrOLOS
Calibration result: Number of OLOS pixels considered during the calibration (set by WinProp_Calibrate_DPM)
NbrNLOS
int WinProp_Calib_DPM::NbrNLOS
Calibration result: Number of NLOS pixels considered during the calibration (set by WinProp_Calibrate_DPM)
NbrLOSafterBP
int WinProp_Calib_DPM::NbrLOSafterBP
Calibration result: Number of LOS pixels after breakpoint considered during the calibration. Set by WinProp_Calibrate_DPM for urban scenarios only.
NbrOLOSafterBP
int WinProp_Calib_DPM::NbrOLOSafterBP
Calibration result: Number of OLOS pixels after breakpoint considered during the calibration. Set WinProp_Calibrate_DPM for urban scenarios only
DiffrLoss
double WinProp_Calib_DPM::DiffrLoss
Calibrated diffraction loss set by WinProp_Calibrate_DPM
Offset
double WinProp_Calib_DPM::Offset
Calibrated offset for all pixels. Set by WinProp_Calibrate_DPM
Offset_LOS
double WinProp_Calib_DPM::Offset_LOS
Offset for LOS pixels set by WinProp_Calibrate_DPM
Offset_NonLOS
double WinProp_Calib_DPM::Offset_NonLOS
Offset for NLOS/OLOS pixels set by WinProp_Calibrate_DPM
The documentation was generated from the following file:
  • source.eng/Interface/Engine.h