comm.HelicalDeinterleaver
Restore ordering of symbols using helical array
Description
The HelicalDeinterleaver
object permutes the
symbols in the input signal by placing them in a row-by-row array
and then selecting groups helically to send to the output port.
To helically deinterleave input symbols:
Define and set up your helical deinterleaver object. See Construction.
Call
step
to deinterleave input symbols according to the properties ofcomm.HelicalDeinterleaver
. 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.HelicalDeinterleaver
creates a
helical deinterleaver System object, H
. This
object restores the original ordering of a sequence that was interleaved
using the helical interleaver System object.
H = comm.HelicalDeinterleaver(
creates
a helical deinterleaver 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
).
Properties
|
Number of columns in helical array Specify the number of columns in the helical array as a positive
integer scalar value. The default is |
|
Size of each group of input symbols Specify the size of each group of input symbols as a positive
integer scalar value. The default is |
|
Helical array step size Specify number of rows of separation between consecutive input
groups in their respective columns of the helical array. This property
requires a positive integer scalar value. The default is |
|
Initial conditions of helical array Specify the value that is initially stored in the helical array
as a numeric scalar value. The default is |
Methods
step | Restore ordering of symbols using a helical array |
Examples
Algorithms
This object implements the algorithm, inputs, and outputs described on the Helical Deinterleaver block reference page. The object properties correspond to the block parameters.
Extended Capabilities
Version History
Introduced in R2012a