ccsdsTCConfig
Description
The ccsdsTCConfig
object creates a configuration object for
Consultative Committee for Space Data Systems (CCSDS) Telecommand (TC) using default and
specified values. ccsdsTCConfig
object is configurable by using applicable
Properties.
Creation
Description
creates a CCSDS TC
configuration object using default properties.cfg
= ccsdsTCConfig
sets Properties using one or more name-value pairs.
Enclose each property name in quotes. For example,
cfg
= ccsdsTCConfig(Name,Value
)ccsdsTCConfig('DataFormat','CLTU','Modulation','BPSK')
configures the
CSSDS TC configuration object with a communications link transmission unit data format and
binary phase shift keying (BPSK) modulation scheme.
Properties
Object Functions
Examples
References
[1] CCSDS 231.0-B-3. Blue Book. Issue 3. "TC Synchronization and Channel Coding." Recommendation for Space Data System Standards. Washington, D.C.: CCSDS, September 2017.
[2] CCSDS 401.0-B-29. Blue Book. Issue 29. "Radio Frequency and Modulation Systems - Part 1". Earth Stations and Spacecraft. Washington, D.C.: CCSDS, September 2019.
[3] Nguyen, T.M., W.L. Martin, and Hen-Geul Yeh. "Required Bandwidth, Unwanted Emission, and Data Power Efficiency for Residual and Suppressed Carrier Systems - a Comparative Study." IEEE transactions on electromagnetic compatibility 37, no. 1 (February 1995): 34-50. https://doi.org/10.1109/15.350238.
Extended Capabilities
Version History
Introduced in R2021a