nrCarrierConfig
Carrier configuration parameters
Description
The nrCarrierConfig
object sets carrier configuration parameters
for a specific OFDM numerology, as defined in TS 38.211 Sections 4.2, 4.3, and 4.4 [1].
The object defines the carrier subcarrier spacing, bandwidth, and offset parameters from point A, the center of subcarrier 0 in the common resource block 0 (CRB 0). For a 60 kHz subcarrier spacing, you can specify either normal or extended cyclic prefix. The read-only properties of this object provide the carrier resource grid time-domain dimensions. By default, the object specifies a 10 MHz carrier corresponding to 52 resource blocks (RBs) and 15 kHz subcarrier spacing. You can use the object in slot-oriented processing by specifying the current slot and frame numbers.
Creation
Description
carrier = nrCarrierConfig
creates a carrier configuration object
with default properties.
carrier = nrCarrierConfig(
specifies properties using one or more name-value pair arguments. Enclose each property in
quotes. For example, Name,Value
)'SubcarrierSpacing',30,'NSizeGrid',273
specifies a
100 MHz carrier corresponding to 273 RBs and 30 kHz subcarrier spacing. Unspecified
properties take their default values.
Properties
Examples
References
[1] 3GPP TS 38.211. “NR; Physical channels and modulation.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network.
[2] 3GPP TS 38.331. “NR; Radio Resource Control (RRC) protocol specification.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network.