comm.DBPSKModulator
Modulate using DBPSK method
Description
The DBPSKModulator
object modulates using the
differential binary phase shift keying method. The output is a baseband
representation of the modulated signal.
To modulate a signal using differential binary phase shift keying:
Define and set up your DBPSK modulator object. See Construction.
Call
step
to modulate a signal according to the properties ofcomm.DBPSKModulator
. The behavior ofstep
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.
Construction
H = comm.DBPSKModulator
creates a modulator System object, H
.
This object modulates the input signal using the differential binary
phase shift keying (DBPSK) method.
H = comm.DBPSKModulator(
creates
a DBPSK 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.DBPSKModulator(PHASE,
creates
a DBPSK modulator object, Name
,Value
)H
. This object has
the PhaseRotation
property set to PHASE
,
and the other specified properties set to the specified values.
Properties
|
Additional phase shift Specify the additional phase difference between previous and
current modulated bits in radians as a real scalar value. The default
is |
|
Data type of output Specify output data type as one of |
Methods
step | Modulate using DBPSK method |
Examples
Algorithms
This object implements the algorithm, inputs, and outputs described on the DBPSK Modulator Baseband block reference page. The object properties correspond to the block parameters.
Extended Capabilities
Version History
Introduced in R2012a