dvbrcs2CPMModulator
Description
The dvbrcs2CPMModulator
System object™ modulates an input signal using the continuous phase modulation (CPM) method, as
specified in the Digital Video Broadcasting Second Generation Return Channel over Satellite
(DVB-RCS2) standard ETSI EN 301 545-2 V1.4.1 [1]. The output is a baseband representation
of the modulated signal. For more information about the modulation and filtering applied, see
CPM Method and Pulse Shape Filtering.
To modulate a signal using the CPM method specified in the DVB-RCS2 standard:
Create the
dvbrcs2CPMModulatorobject 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 modulator System object that modulates a input signal using the CPM method, as specified in the
DVB-RCS2 standard [1].cpmmod = dvbrcs2CPMModulator
sets properties using one or more
name-value arguments. For example,
cpmmod = dvbrcs2CPMModulator(PropertyName=Value)dvbrcs2CPMModulator(ModulationIndex=1) sets the modulation index to
1.
Properties
Usage
Syntax
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
Algorithms
References
[1] ETSI Standard EN 301 545-2 V1.4.1(2024-01). Digital Video Broadcasting (DVB); Second Generation Interactive Satellite Systems (DVB-RCS2); Part-2: Lower Layers for Satellite Standard.
Extended Capabilities
Version History
Introduced in R2026a