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.DPSKDemodulatorobject 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
dpskdemod = comm.DPSKDemodulator
dpskdemod = comm.DPSKDemodulator(Name=Value)
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