Wet Antenna Attenuation (WAA)

This module groups the methods related to wet antenna attenuation.

Constant wet antenna attenuation

The simplest wet antenna attenuation model involves subtracting a constant value from the measured attenuation. This method was originally proposed by Overeem et al. (2013), who obtained a value of 2.3 dB by calibrating the model using 12 days of data from the Netherlands. We use this value as a reasonable default; however, it should be calibrated for each specific region and deployment.


source

rm_constant_waa


def rm_constant_waa(
    att:Dataset, # ds containing the attenuation time series
    waa:float=2.3, # dB constant wet antenna attenuation
)->Dataset:

Remove a constant wet antenna attenuation from the attenuation time series.

References

  • Overeem, A., H. Leijnse, and R. Uijlenhoet, 2013: Country-wide rainfall maps from cellular communication networks. Proceedings of the National Academy of Sciences, 110, 2741–2745, doi:10.1073/pnas.1217961110.