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

5 vues (au cours des 30 derniers jours)
Zora Aria Jade
Zora Aria Jade le 27 Déc 2023
Commenté : Ashok le 29 Oct 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 commentaire
Zora Aria Jade
Zora Aria Jade le 29 Déc 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."

Connectez-vous pour commenter.

Réponses (1)

Ashok
Ashok le 18 Oct 2024
Modifié(e) : Ashok le 18 Oct 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 commentaires
Zora Aria Jade
Zora Aria Jade le 21 Oct 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.
Ashok
Ashok le 29 Oct 2024
Yes, the Earth's radius appears to be the limiting factor for maximum propagation distance in propagation modeling.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Reference Applications dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by