comm.DQPSKDemodulator
Demodulate using DQPSK method
Description
The comm.DQPSKDemodulator
System object™ demodulates a signal that was modulated using the differential quadrature phase
shift keying method. The input is a baseband representation of the modulated signal.
To demodulate a signal that was modulated using differential quadrature phase shift keying:
Create the
comm.DQPSKDemodulator
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, dqpskdemod
= comm.DQPSKDemodulatordqpskdemod
. This object demodulates the input
differential quadrature phase shift keying (DQPSK) modulated data.
sets properties using one or more
name-value arguments.dqpskdemod
= comm.DQPSKDemodulator(Name
=Value
)
creates a DQPSK demodulator with the dqpskdemod
= comm.DQPSKDemodulator(phase,Name
=Value
)PhaseRotation
property set to
phase
and the other specified properties set to the specified
values.
Properties
Usage
Syntax
Description
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