WinProp_Additional_Freq_Loss

Data Fields

int
Enabled
int
NrValues
float *
FrequencyMHz
float *
AddLossPerMeter

Detailed Description

This structure is used to define additional frequency-dependent losses (atmospheric losses). In this structure, the frequencies are defined as single values, then the additional losses for any frequency will be determined internally. If the transmitter frequency is lower than or equal to the lowest defined frequency, the losses of the lowest defined frequency will be considered. If the transmitter frequency is higher than or equal to the highest defined frequency, the losses of the highest frequency will be considered. If the transmitter frequency is between two defined frequencies, an interpolated value between the losses of the corresponding frequencies will be considered.

Field Documentation

Enabled
int WinProp_Additional_Freq_Loss::Enabled
Additional frequency dependent losses:
  • 0: disabled
  • 1: enabled
NrValues
int WinProp_Additional_Freq_Loss::NrValues
Number of frequency-depended losses.
FrequencyMHz
float * WinProp_Additional_Freq_Loss::FrequencyMHz
Array of frequencies in MHz. Array of length NrValues.
AddLossPerMeter
float * WinProp_Additional_Freq_Loss::AddLossPerMeter
Array of additional losses per meter (for each frequency). Array of length NrValues.
The documentation was generated from the following file:
  • source.eng/Interface/Engine.h