comm.RectangularQAMTCMDemodulator
Demodulate convolutionally encoded data mapped to rectangular QAM signal constellation
Description
The RectangularQAMTCMDemodulator
object uses
the Viterbi algorithm to decode a trellis-coded modulation (TCM) signal
that was previously modulated using a rectangular QAM signal constellation.
To demodulate convolutionally encoded data mapped to a rectangular QAM signal constellation:
Define and set up your rectangular QAM TCM demodulator object. See Construction.
Call
step
to demodulate the signal according to the properties ofcomm.RectangularQAMTCMDemodulator
. 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.RectangularQAMTCMDemodulator
creates
a trellis-coded, rectangular, quadrature amplitude (QAM TCM) demodulator System object, H
.
This object demodulates convolutionally encoded data that has been
mapped to a rectangular QAM constellation.
H = comm.RectangularQAMTCMDemodulator(
creates
a rectangular, QAM TCM, demodulator 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.RectangularQAMTCMDemodulator(TRELLIS,
creates a rectangular QAM TCM demodulator object, Name
,Value
)H
. This object
has the TrellisStructure
property set to TRELLIS
, and the other specified properties set to
the specified values.
Properties
|
Trellis structure of convolutional code Specify trellis as a MATLAB® structure that contains the
trellis description of the convolutional code. Use the |
|
Termination method of encoded frame Specify the termination method as When you set this property to When you set this property to When you set this property to |
|
Traceback depth for Viterbi decoder Specify the scalar, integer number of trellis branches to construct
each traceback path. The default is When you set the TerminationMethod property to When you set the TerminationMethod property to |
|
Enable demodulator reset input Set this property to |
|
Number of points in signal constellation Specify the number of points in the signal constellation used to map the convolutionally
encoded data as a positive, integer scalar value. The number of points must
be |
|
Data type of output Specify output data type as |
Methods
step | Demodulate convolutionally encoded data mapped to rectangular QAM constellation |
Examples
Algorithms
This object implements the algorithm, inputs, and outputs described on the Rectangular QAM TCM Decoder block reference page. The object properties correspond to the block parameters.
Extended Capabilities
Version History
Introduced in R2012a