nrDLSCH
Description
The nrDLSCH
System object™ applies the downlink shared channel (DL-SCH) encoder processing chain to one or
two transport blocks. The DL-SCH encoding process consists of cyclic redundancy check (CRC),
code block segmentation and CRC, low-density parity-check (LDPC) encoding, rate matching, and
code block concatenation. The System object implements TS 38.212 Section 7.2 [1].
To apply the DL-SCH encoder processing chain:
Create the
nrDLSCH
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
Description
creates a DL-SCH encoder
System object.encDL
= nrDLSCH
creates the object with properties set by using one or more name-value pairs. Enclose the
property name inside quotes, followed by the specified value. Unspecified properties take
default values.encDL
= nrDLSCH(Name,Value
)
Example: For example, nrDLSCH('MultipleHARQProcesses',true)
creates
the object and enables multiple hybrid automatic repeat-request (HARQ)
processes.
Properties
Usage
Description
applies the DL-SCH encoder processing chain to one or two transport blocks. The object
returns encoded, rate-matched, and concatenated code blocks as one or two codewords of
length codedBits
= encDL(mod
,nLayers
,outlen
,rv
)outlen
. Before you call this object, you must load the
transport blocks into the object by using the setTransportBlock
object function. mod
specifies the modulation scheme.
nLayers
specifies the number of transmission layers.
rv
specifies the redundancy version of the transmission.
specifies the HARQ process number codedBits
= encDL(___,harqID
)harqID
used with the current
transmission in addition to the input arguments in the previous syntax. To use this
syntax, set the MultipleHARQProcesses
property to true
. When
the property is set to false
, the object uses HARQ process number
0.
When processing two transport blocks, specify the same HARQ process number for each
transport block when calling the setTransportBlock
function.
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
References
[1] 3GPP TS 38.212. “NR; Multiplexing and channel coding.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network.