Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

MATLAB Extension Script Examples

Example script for customizing the absorption loss model and the noise temperature associated with the communications module. Documentation can be found here


Demonstrates a custom antenna beam selection strategy. This impacts how multi-beam antennas select which beam to use. Documentation can be found here


Demonstrates a custom beam direction provider strategy where there are multiple beams being steered. Documentation can be found here


Demonstrates a custom beam direction provider strategy. Documentation can be found here


Demonstrates a custom phased array beamformer strategy. Documentation can be found here


Demonstrates a sample custom communication constraint. This example is a custom SNR computation. Documentation can be found here


Demonstrates a custom strand selection strategy for a comm system. This script loads in data for each available satellite and makes a custom decision for which strand to use as the primary. Documentation can be found here


Demonstrates a sample access constraint defined by an external script. Documentation can be found here


A custom scalar definition within the Analysis Workbench. Documentation can be found here


A custom vector definition within the Analysis Workbench. Documentation can be found here


Demonstrates a custom demodulator defined through a script. This allows the demodulator behavior to vary with time. Documentation can be found here


Demonstrates a custom filter defined through a script. This allows the filter behavior to vary with time. Documentation can be found here


Example of a custom dynamic modulator that customizes the PSD through an external script. Documentation can be found here


Example of a custom dynamic modulator that customizes the PSD through an external script. Documentation can be found here


Demonstrates a custom antenna gain pattern. In this example there's a simple gaussian distribution applied through the script. Documentation can be found here


Demonstrates a custom beam direction provider. Documentation can be found here


Demonstrates a custom antenna gain pattern. In this example the customization is applied to a phased array. Documentation can be found here


Custom radar cross section defined through an external script. Documentation can be found here


Demonstrates a custom evaluation for a SAR constraint. Documentation can be found here


Demonstrates a custom evaluation for a search track constraint. Documentation can be found here


Example of a custom externally-defined rain loss model for the communication module. Documentation can be found here


Example of a custom receiver definition. Documentation can be found here


Example of a custom transmitter definition. Documentation can be found here