The computation of radiowave attenuation in the atmosphere is a series of radio propagation models and methods to estimate the path loss due to attenuation of the signal passing through the atmosphere by the absorption of its different components. There are many well-known facts on the phenomenon and qualitative treatments in textbooks.[1] A document published by the International Telecommunication Union (ITU)[2] provides some basis for a quantitative assessment of the attenuation. That document describes a simplified model along with semi-empirical formulas based on data fitting. It also recommended an algorithm to compute the attenuation of radiowave propagation in the atmosphere. NASA also published a study on a related subject.[3] Free software from CNES based on ITU-R recommendations is available for download and is available to the public.
The document ITU-R pp. 676–78 of the ITU-R section considers the atmosphere as being divided into spherical homogeneous layers; each layer has a constant refraction index. By the use of trigonometry, a couple of formulas and an algorithm were derived.
Through the use of an invariant, the same results can be directly derived:
An incident ray at A under the angle Φ hits the layer B at the angle θ. From basic Euclidean geometry:
By Snell's law:so that
Notes:
The ITU recommended algorithm consists of launching a ray from a radio source, then at each step, a layer is chosen and a new incidence angle is then computed. The process is iterated until the altitude of the target is reached. At each step, the covered distance dL is multiplied by a specific attenuation coefficient g expressed in dB/km. All the increments g dL are added to provide the total attenuation.
Note that the algorithm does not guaranty that the target is actually reached. For this, a much harder boundary value problem would have to be solved.
This equation is discussed in the references.[4] [5] [6] The equation is highly non-linear. Given that a smooth data fitting curve n(altitude) is provided by the ITU[7] for the refraction index n, and that the values of n differs from 1 only by something of the order 10-4, a numerical solution of the eikonal equation can be considered. Usually the equation is presented under the self-adjoint form, a more tractable equation for the ray head position vector r[6] is given in generic parametric form:
Three implementations to compute the attenuations exist:
The first two are only of 1st order approximation (see Orders of approximation). For the eikonal equation, many numerical schemes are available.[6] Here only a simple second order scheme was chosen. For most standard configurations of source-target, the three methods differ little from each other. It is only in the case of rays grazing the ground that the differences are meaningful. The following was used for testing:
At the latitude of 10°, when a ray starts at 5 km altitude with an elevation angle of -1° to hit a target at the same longitude but at latitude 8.84° and altitude 30 km. At 22.5 GHz, the results are:
dB | implementation | distance covered | finale altitude | |
---|---|---|---|---|
30.27 | Eikonal | 761.11 | 30.06 | |
29.20 | Optical invariant | 754.24 | 30.33 | |
23.43 | Linear | Trace Off |
|
Note: A MATLAB version for the uplink (Telecommunications link) is available from the ITU[2]
When a point S communicates with a point T, the orientation of the ray is specified by an elevation angle. In a naïve way, the angle can be given by tracing a straight line from S to T. This specification does not guarantee that the ray will reach T: the variation of refraction index bends the ray trajectory. The elevation angle has to be modified[3] to take into account the bending effect.
For the eikonal equation, this correction can be done by solving a boundary value problem. As the equation is of second order, the problem is well defined. In spite of the lack of a firm theoretical basis for the ITU method, a trial-error by dichotomy (or binary search) can also be used. The next figure shows the results of numerical simulations.
The curve labeled as bvp is the trajectory found by correcting the elevation angle. The other two are from a fixed step and a variable step (chosen in accordance with the ITU recommendations[6]) solutions without the elevation angle correction. The nominal elevation angle for this case is −0.5-degree. The numerical results obtained at 22.5 GHz were:
Attenuation | Elevation angle | ||
---|---|---|---|
ITU steps | 15.40 | −0.50° | |
Fix step | 15.12 | −0.50° | |
BVP | 11.33 | −0.22° |
Often engineers are interested in finding the limits of a system. In this case, a simple idea is to try some low elevation angle and let the ray reach the desired altitude. This point of view has a problem: if suffice to take the angle for which the ray has a tangent point of lowest altitude. For instance with the case of a source at 5 km altitude, of nominal elevation angle −0.5-degree and the target is at 30 km altitude; the attenuation found by the boundary value method is 11.33 dB. The previous point of view of worst case leads to an elevation angle of −1.87-degree and an attenuation of 170.77 dB. With this kind of attenuation, every system would be unusable! It was found also for this case that with the nominal elevation angle, the distance of the tangent point to ground is 5.84 km; that of the worst case is 2.69 km. The nominal distance from source to target is 6383.84 km; for the worst case, it is 990.36 km.
There are many numerical methods to solve boundary value problems.[9] For the Eikonal equation, due to the good behavior of the refraction index just a simple Shooting method can be used.