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

2 visualizzazioni (ultimi 30 giorni)
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 Commento
Zora Aria Jade
Zora Aria Jade il 29 Dic 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."

Accedi per commentare.

Risposte (1)

Ashok
Ashok il 18 Ott 2024
Modificato: Ashok il 18 Ott 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 Commenti
Zora Aria Jade
Zora Aria Jade il 21 Ott 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 il 29 Ott 2024
Yes, the Earth's radius appears to be the limiting factor for maximum propagation distance in propagation modeling.

Accedi per commentare.

Categorie

Scopri di più su Reference Applications in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by