comm.PSKTCMDemodulator
Demodulate and decode trellis-coded M-PSK modulated signal
Description
The comm.PSKTCMDemodulator
System object™ uses the Viterbi algorithm to decode a signal modulated by the trellis-coded
modulation (TCM) technique with an M-ary phase shift keying (PSK) signal constellation.
To demodulate and decode the trellis-coded M-PSK modulated signal:
Create the
comm.PSKTCMDemodulator
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 PSK TCM demodulator System object. This object demodulates and decodes a trellis-coded M-PSK modulated
signal.psktcmDemod
= comm.PSKTCMDemodulator
additionally sets the psktcmDemod
= comm.PSKTCMDemodulator(trellis)TrellisStructure
property to
trellis
.
creates a PSK TCM demodulator System object using any of the previous syntaxes and sets
properties using one or more name-value arguments. For example,
psktcmDemod
= comm.PSKTCMDemodulator(___,Name=Value
)comm.PSKTCMDemodulator(TerminationMethod = "Continuous")
sets the
termination method of the encoded frame to "Continuous"
.
Properties
Usage
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
Extended Capabilities
Version History
Introduced in R2012a