comm.DPSKDemodulator
Demodulate using M-ary DPSK method
Description
The comm.DPSKDemodulator
object demodulates a signal modulated using the M-ary
differential phase shift keying (M-DPSK) method. The input is a baseband representation of the
modulated signal. The input and output for this object are discrete-time signals. This object
accepts a scalar-valued or column vector input signal.
To demodulate a signal modulated using differential phase shift keying:
Create the
comm.DPSKDemodulator
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
demodulator System object™. This object demodulates the input signal using the M-ary differential phase
shift keying (M-DPSK) method.dpskdemod
= comm.DPSKDemodulator
sets Properties using one or more name-value arguments.dpskdemod
= comm.DPSKDemodulator(Name=Value)
creates an M-DPSK demodulator object that has the dpskdemod
= comm.DPSKDemodulator(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