Satellite Scenario Basics
You can build a complete satellite scenario simulation by using the Satellite Communications Toolbox functions and objects. The workflow for satellite scenario simulation consists of these five main components:
- The - satelliteScenarioobject represents a 3-D arena consisting of satellites, ground stations, and the interactions between them. Use this object to model satellite constellations, model ground station networks, perform access analysis between the satellites and ground stations, and visualize the results.
- The - satellitefunction adds satellites to the scenario using two line element (TLE) files or orbital elements. For more details on orbital elements and TLE files, see Two Line Element (TLE) Files.
- The - platformfunction adds platforms to the scenario using trajectory data or position or velocity data.
- The - groundStationfunction adds ground stations to the scenario using default parameters or the specified latitude and longitude.
- The - satelliteScenarioViewerfunction creates a 3D viewer for the scenario.
- The - playfunction simulates the satellite scenario and plays the results in the visualization window specified by- satelliteScenarioViewer.
In the above architecture, you can replace the 
        Satellite object with 
        Platform object. In this case, the 
        Path object function replaces the 
        orbit object function.
This diagram shows the architecture of satellite scenario simulation. Some of the object in the simulation share object functions.
- The - Satellite,- GroundStation, and- ConicalSensorobjects share the- accessobject function.
- The - Satellite,- GroundStation,- GroundTrack, and- Accessobjects share the- showand- hideobject functions.
- The - Satellite,- GroundStation, and- Gimbalobjects share the- conicalSensorobject function.
See Also
Objects
Functions
- show|- play|- hide|- satellite|- access|- groundStation|- satelliteScenarioViewer