WinProp_Measurements
Data Fields
- char *
- CalibrationFile
- int
- NbrValues
- double *
- CoordianteX
- double *
- CoordianteY
- double *
- Pathloss
Detailed Description
This structure is used pass measurement data to the computation function WinProp_Predict. Measurements are used to write a calibration file for the DPM (Dominant Path Model).
Field Documentation
- CalibrationFile
-
- char * WinProp_Measurements::CalibrationFile
- Name of calibration file (*.dpm) which will be used to store the information.
- NbrValues
-
- int WinProp_Measurements::NbrValues
- Number of measurement values, resp. number of elements in the arrays.
- CoordianteX
-
- double * WinProp_Measurements::CoordianteX
- x-coordinates of array elements
- CoordianteY
-
- double * WinProp_Measurements::CoordianteY
- y-coordinates of array elements
- Pathloss
-
- double * WinProp_Measurements::Pathloss
- Array with path loss values (dB)
- source.eng/Interface/Engine.h