sdaOCTModulator
R2026bGenerate modulated SDA OCT waveform
Description
The sdaOCTModulator
System object™ generates a modulated Space Development Agency (SDA) Optical Communications
Terminal (OCT) waveform, by implementing physical layer modulation, as defined in the SDA OCT
standard version 4.0.0 [1].
To modulate a SDA OCT waveform:
Create the
sdaOCTModulatorobject and set its properties.Call the object with arguments, as if it were a function.
To learn more about how System objects work, see What Are System Objects?
Creation
Description
creates a
default SDA OCT modulator System object.sdaOCTModObj = sdaOCTModulator
sets writable properties using one or more
name-value arguments. For example,
sdaOCTModObj = sdaOCTModulator(PropertyName=Value)sdaOCTModulator(ModulationFormat="Manchester-BM12") sets the
modulation format to Manchester encoding with a burst modulation duty cycle of
1/12.
Properties
Usage
Description
Input Arguments
Output Arguments
Object Functions
To use an object function, specify the
System object as the first input argument. For
example, to release system resources of a System object named obj, use
this syntax:
release(obj)
Examples
References
[1] Space Development Agency (SDA). Optical Communications Terminal (OCT) Standard Version 4.0.0. Washington DC: SDA United States Space Force, June 28, 2024.
Extended Capabilities
Version History
Introduced in R2006b

