How to use fuction "coverage" to caculate a GEO satellite's coverage map?
Show older comments
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 Comment
Zora Aria Jade
on 29 Dec 2023
Answers (1)
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:
- txsite: https://www.mathworks.com/help/releases/R2023b/comm/ref/txsite.html
- PropagationModel: https://www.mathworks.com/help/releases/R2023b/comm/ref/txsite.coverage.html?s_tid=doc_ta#mw_45354396-1741-41c2-8649-abf662f106b6_sep_mw_09e28e18-c8b9-4a40-ad43-c2f5f00fa19d
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 Comments
Zora Aria Jade
on 21 Oct 2024
Altaïr
on 29 Oct 2024
Yes, the Earth's radius appears to be the limiting factor for maximum propagation distance in propagation modeling.
Categories
Find more on Reference Applications in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!