Modulate using M-ary DPSK method
The DPSKModulator
object modulates 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:
Define and set up your DPSK modulator object. See Construction.
Call step
to modulate a signal
according to the properties of comm.DPSKModulator
.
The behavior of step
is specific to each object in
the toolbox.
Note
Starting in R2016b, instead of using the step
method
to perform the operation defined by the System object™, you can
call the object with arguments, as if it were a function. For example, y
= step(obj,x)
and y = obj(x)
perform
equivalent operations.
H = comm.DPSKModulator
creates a modulator System object, H
.
This object modulates the input signal using the M-ary differential
phase shift keying (M-DPSK) method.
H = comm.DPSKModulator(
creates
an M-DPSK modulator object, Name
,Value
)H
, with each specified
property set to the specified value. You can specify additional name-value
pair arguments in any order as (Name1
,Value1
,...,NameN
,ValueN
).
H = comm.DPSKModulator(M,PHASE,
creates
an M-DPSK modulator object, Name
,Value
)H
. This object has
the ModulationOrder
property set to M
,
the PhaseRotation
property set to PHASE
,
and the other specified properties set to the specified values.
|
Number of points in signal constellation Specify the number of points in the signal constellation as
a positive, integer scalar value. The default is |
|
Additional phase shift Specify the additional phase difference between previous and
current modulated symbols in radians as a real scalar value. The
default is |
|
Assume bit inputs Specify whether the input is bits or integers. The default is |
|
Constellation encoding Specify how the object maps an integer or group of log2( |
|
Data type of output Specify output data type as one of |
reset | Reset states of M-DPSK modulator object |
step | Modulate using M-ary DPSK method |
Common to All System Objects | |
---|---|
release | Allow System object property value changes |
This object implements the algorithm, inputs, and outputs described on the M-DPSK Modulator Baseband block reference page. The object properties correspond to the block parameters.