comm.SOQPSKModulator
Description
The comm.SOQPSKModulator
System object™ modulates an input signal by using the shaped-offset quadrature phase shift
keying (SOQPSK) method. The output is a baseband representation of the modulated signal.
For more information about the modulation and filtering applied, see Algorithms.
To modulate a signal using the SOQPSK method:
Create the
comm.SOQPSKModulatorobject 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
soqpskmod = comm.SOQPSKModulator creates a modulator System object to modulate input signals using the SOQPSK method.
soqpskmod = comm.SOQPSKModulator(
sets properties using one or more name-value arguments. For example,
Name=Value)comm.SOQPSKModulator(FrequencyPulse='A') specifies type 'A'
frequency pulse shaping.
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] Inter-Range Instrumentation Group (IRIG) Telemetry Standards, IRIG Standard 106-17, Chapter 2, July 2017.
Extended Capabilities
Version History
Introduced in R2026a







