comm.DPSKModulator
Modulate using M-ary DPSK method
Description
The comm.DPSKModulator
object modulates a signal using the M-ary differential
phase shift keying method. The output is a baseband representation of the modulated
signal.
To modulate a signal using differential phase shift keying:
Create the
comm.DPSKModulator
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 M-ary differential phase shift
keying (M-DPSK) method.dpskmod
= comm.DPSKModulator
sets Properties using one or more name-value arguments.dpskmod
= comm.DPSKModulator(Name=Value
)
creates an M-DPSK modulator object that has the dpskmod
= comm.DPSKModulator(M,phase,Name=Value
)ModulationOrder
property set
to M
, the PhaseRotation
property set to
phase
, and optional name-value arguments.
Properties
Usage
Syntax
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