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

12 visualizaciones (últimos 30 días)
Zora Aria Jade
Zora Aria Jade el 27 de Dic. de 2023
Comentada: Altaïr el 29 de Oct. de 2024
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 comentario
Zora Aria Jade
Zora Aria Jade el 29 de Dic. de 2023
Misuse rfprop.PropagationModel/distancePathloss
Distance between sites must be less than or equal to maximum propagation distance, which is Earth's radius, 6371 km."

Iniciar sesión para comentar.

Respuestas (1)

Altaïr
Altaïr el 18 de Oct. de 2024
Editada: Altaïr el 18 de Oct. de 2024
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 comentarios
Zora Aria Jade
Zora Aria Jade el 21 de Oct. de 2024
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.
Altaïr
Altaïr el 29 de Oct. de 2024
Yes, the Earth's radius appears to be the limiting factor for maximum propagation distance in propagation modeling.

Iniciar sesión para comentar.

Categorías

Más información sobre Propagation and Channel Models en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by