How is the Antenna Toolbox "los" function calculated?

조회 수: 2 (최근 30일)
MathWorks Support Team
MathWorks Support Team 2020년 11월 24일
답변: MathWorks Support Team 2020년 11월 24일
How is the function los(tx,rx) calculated between the two sites "tx" and "rx"?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2020년 11월 24일
The "los" function performs an optical line-of-sight calculation and does not correct for the "radio horizon" or include refraction effects through the atmosphere. The primary intention of the function is to perform the calculation including the intervening terrain, and for most problems, the calculation is done using these steps:
1. Calculate the elevation angle from the observer to the target
2. Calculate the elevation angles from the observer to the terrain profile, which is a regular sampling of terrain points along the great circle path from observer to target
3. If any elevation angles in 2 are greater than the elevation angle in 1, then the line-of-sight is obstructed
For some cases where it appears that curvature of Earth is the dominant factor, the "los" function instead short-cuts to using a simple trig-based distance-to-horizon calculation:
maxVisibilityDistance = sqrt(2*earthRadius*h1+h1^2) + sqrt(2*earthRadius*h2+h2^2)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 RF Propagation에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

제품


릴리스

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by