PDCCH configuration parameters for 5G waveform generation
The nrWavegenPDCCHConfig
object sets physical downlink control channel
(PDCCH) configuration parameters, as defined in TS 38.211 Section 7.3.2 [1] and TS 38.213 Section 10 [2]. Use this object to set the
PDCCH
property of the nrDLCarrierConfig
object when
configuring 5G downlink waveform generation.
pdcch = nrWavegenPDCCHConfig
creates a default PDCCH
configuration object for 5G waveform generation.
pdcch = nrWavegenPDCCHConfig(
specifies properties using one
or more name-value pair arguments. Enclose each property name in quotes. For example,
Name,Value
)'AggregationLevel',2
configures the PDCCH with the specified
aggregation level.
[1] 3GPP TS 38.211. “NR; Physical channels and modulation.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network.
[2] 3GPP TS 38.213. “NR; Physical layer procedures for control.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network.