Control-resource set (CORESET) configuration parameters
The nrCORESETConfig
object sets CORESET configuration parameters
for the physical downlink control channel (PDCCH), as defined in TS 38.211 Section 7.3.2 [1]. Use this object when setting
the CORESET
property of the nrPDCCHConfig
or nrDLCarrierConfig
objects.
crst = nrCORESETConfig
creates a CORESET configuration object
with default properties.
crst = nrCORESETConfig(
specifies
properties using one or more name-value pair arguments. Enclose each property in quotes.
For example, Name,Value
)'REGBundleSize',3,'Duration',3
configures the CORESET with
a duration of 3 OFDM symbols and resource-element group (REG) bundle size of 3.
Unspecified properties take their default values.
[1] 3GPP TS 38.211. “NR; Physical channels and modulation.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network.