comm.DQPSKModulator
Modulate using DQPSK method
Description
The comm.DQPSKModulator
System object™ modulates using the differential quadrature phase shift keying method. The
output is a baseband representation of the modulated signal.
To modulate a signal using differential quadrature phase shift keying:
Create the
comm.DQPSKModulator
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
Syntax
Description
creates a
modulator System object that modulates the input signal using the differential quadrature phase
shift keying (DQPSK) method.dqpskmod
= comm.DQPSKModulator
sets properties using one or more
name-value arguments.dqpskmod
= comm.DQPSKModulator(Name
=Value
)
creates a DQPSK modulator with the dqpskmod
= comm.DQPSKModulator(phase,Name
=Value
)PhaseRotation
property set to
phase
and the other specified properties set to the specified
values.
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
Extended Capabilities
Version History
Introduced in R2012a