nrSearchSpaceConfig
Description
The nrSearchSpaceConfig
object sets search space set configuration
parameters for the physical downlink control channel (PDCCH), as defined in TS 38.213 Section
10 [1]. Use this object when setting
the SearchSpace
property of the nrPDCCHConfig
or nrDLCarrierConfig
objects.
Creation
Description
cfgSS = nrSearchSpaceConfig
creates a search space set
configuration object with default properties.
cfgSS = nrSearchSpaceConfig(
specifies properties using one or more name-value pair arguments. Enclose each property in
quotes. For example, Name,Value
)'Duration',3,'NumCandidates',[5 5 3 2 1]
configures the search space set over three consecutive slots with the specified number of
candidates at each aggregation level. Unspecified properties take their default
values.
Properties
Examples
References
[1] 3GPP TS 38.213. “NR; Physical layer procedures for control.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network.
Extended Capabilities
Version History
Introduced in R2020a