Computation of radiowave attenuation in the atmosphere

Source: Wikipedia, the free encyclopedia.

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 model and the ITU recommendation

optical invariant
, a measure of the light propagating through an optical system.

The document ITU-R pp. 676–78 of the

, 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.

The eikonal equation

This equation is discussed in the references.

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:

Implementations

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:

The linear path is the highest on the figure, the eikonal is the lowest.[clarification needed]
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 that 22.5 GHz is not a practical frequency[1] but it is the most suitable for algorithms comparison. In the table, the first column gives the results in dB, the third gives the distance covered and the last gives the final altitude. Distances are in km. From the altitude 30 km up, the attenuation is negligible. The paths of the three are plotted:

Note: A MATLAB version for the uplink (Telecommunications link) is available from the ITU[2]

The boundary value problem

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:

Compare[clarification needed]
Attenuation Elevation angle
ITU steps 15.40 −0.50°
Fix step 15.12 −0.50°
BVP 11.33 −0.22°

Note the way the solution bvp bends over the straight line. A consequence of this property is that the ray can reach locations situated below the horizon of S. This is consistent with observations.[8] The trajectory is a Concave function is a consequence of the fact that the gradient of the refraction index is negative, so the Eikonal equation implies that the second derivative of the trajectory is negative. From the point where the ray is parallel to ground, relative to the chosen coordinates, the ray goes down but relative to ground level, the ray goes up.

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.

See also

References

  1. ^ a b c Antennas and radiowave propagation. Robert E. Collin. McGraw-Hill College, 1985
  2. ^ a b c ITU recommendation ITU-R pp. 676–78, 2009[clarification needed]
  3. ^ a b c http://trs-new.jpl.nasa.gov/dspace/handle/2014/41145 Archived 23 April 2010 at the Wayback Machine. NASA progress report
  4. ^ Microwave and optical ray geometry. S. Cornbleet, Wiley, 1984
  5. ^ Light transmission optics. Detrich Marcuse, Van Nostrand, 1982
  6. ^ a b c d Methods in Electromagnetic Wave Propagation. D. S. Jones, Oxford, 1987
  7. ^ ITU recommendation ITU-R pp. 835–4, 2009[clarification needed]
  8. ^ ITU recommendation ITU-R pp. 834–36, 2007 [clarification needed]
  9. ^ Initial Value Methods for Boundary Value Problems. Mayer. Academic Press, 1973

External links