How to use fuction "coverage" to caculate a GEO satellite's coverage map?

45 次查看(过去 30 天)
The max range of the coverage must be less than or equal to maximum propagation distance, which is Earth's radius, 6371 km. However, how to use fuction "coverage" to caculate a GEO satellite's coverage map on earth? Like example lridium Satelite SootBeam Coverage on the US.
  1 个评论
Zora Aria Jade
Zora Aria Jade 2023-12-29
Misuse rfprop.PropagationModel/distancePathloss
Distance between sites must be less than or equal to maximum propagation distance, which is Earth's radius, 6371 km."

请先登录,再进行评论。

回答(1 个)

Ashok
Ashok 2024-10-18
编辑:Ashok 2024-10-18
The ‘coverage function needs transmitter sites and a propagation model as inputs, as detailed in the documentation:
Transmitter sites can be created using the txsite function, and the propagation model can be selected based on the desired path loss calculations. More information is available here:
The example Iridium Satellite Spot Beam Coverage on the US demonstrates the coverage calculation for an antenna array and can be found at,
The attached code contains a simplified version of the example. It plots the coverage map for a single satellite with default antenna properties. Note that the Terrain property of the siteviewer is set to none, in the attached code. This is necessary for analysing coverage distances greater than 500 km.
I believe this will assist you!
  2 个评论
Zora Aria Jade
Zora Aria Jade 2024-10-21
Thank you for your reply. However, the GEO satellite is about 35786km away from the ground, which exceeds the limit of 6371km, and its coverage map on the Earth cannot be calculated using the coverage function.
Ashok
Ashok 2024-10-29,5:52
Yes, the Earth's radius appears to be the limiting factor for maximum propagation distance in propagation modeling.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Reference Applications 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by