comm.HelicalInterleaver
Permute input symbols using helical array
Description
The HelicalInterleaver
object permutes the
symbols in the input signal by placing them in an array in a helical
arrangement and then sending rows of the array to the output port.
To helically interleave input symbols:
Define and set up your helical interleaver object. See Construction.
Call
step
to interleave input symbols according to the properties ofcomm.HelicalInterleaver
. 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.HelicalInterleaver
creates a helical
interleaver System object, H
. This object permutes
the input symbols in the input signal by placing them in an array
in a helical arrangement.
H = comm.HelicalInterleaver(
creates
a helical interleaver 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 the number of rows of separation between consecutive
input groups in their respective columns of the helical array. This
property requires as 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 | Permute input symbols using a helical array |
Examples
Algorithms
This object implements the algorithm, inputs, and outputs described on the Helical Interleaver block reference page. The object properties correspond to the block parameters.
Extended Capabilities
Version History
Introduced in R2012a