ccsdsTMFrameSynchronizer
Description
The ccsdsTMFrameSynchronizer
System object™ synchronizes the Consultative Committee for Space Data Systems (CCSDS) frames,
as specified in the CCSDS TM Synchronization and Channel Coding – Summary of Concept and
Rationale standard CCSDS 130.1-G-3 [1].
To synchronize the CCSDS frames:
Create the
ccsdsTMFrameSynchronizer
object 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 CCSDS telemetry (TM) frame synchronizer System object.frameSync
= ccsdsTMFrameSynchronizer
sets properties using one or
more name-value arguments. For example,
frameSync
= ccsdsTMFrameSynchronizer(Name=Value
)ccsdsTMFrameSynchronizer(FrameLength=1000)
sets the number of bits in
each frame to 1000
.
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] The Consultative Committee for Space Data Systems. TM Synchronization and Channel Coding – Summary of Concept and Rationale. CCSDS 130.1-G-3. Green Book. Issue 3, June 2020.
Extended Capabilities
Version History
Introduced in R2024a