nrPUCCH2Config
Description
The nrPUCCH2Config
object sets physical uplink control channel
(PUCCH) configuration parameters for format 2, as defined in TS 38.211 Sections 6.3.2.1,
6.3.2.5, and 6.4.1.3.2 [1]. The object also configures
the bandwidth part (BWP) containing the PUCCH and the number of resource blocks (RBs) that the
PUCCH occupies within the BWP.
The default nrPUCCH2Config
object allocates a PUCCH format 2 in the first
RB in the BWP and the last OFDM symbol in the slot of 14 OFDM symbols.
For operation with shared spectrum channel access
for frequency range 1 (FR1), set the Interlacing
property to true
, then use the
RBSetIndex
and InterlaceIndex
object properties to specify the allocated frequency
resources. In addition, you can use the SpreadingFactor
and OCCI
properties with single-interlace configurations. (since R2023b)
Creation
Description
creates a default
PUCCH configuration object for format 2.pucch
= nrPUCCH2Config
specifies properties using one
or more name-value pairs. Enclose each property in quotes. For example,
pucch
= nrPUCCH2Config(Name,Value
)'NSizeBWP',200
specifies 200 physical resource blocks (PRB) in the
BWP.
Properties
Examples
References
[1] 3GPP TS 38.211. “NR; Physical channels and modulation.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network.