nrSCSCarrierConfig
Description
The nrSCSCarrierConfig
object sets subcarrier spacing (SCS) carrier
configuration parameters for a specific OFDM numerology. Use this object to set the SCSCarriers
property of the nrDLCarrierConfig
object or the
SCSCarriers
property of the nrULCarrierConfig
object when
configuring 5G waveform generation.
This object defines the carrier SCS, bandwidth, and offset parameters from point A, which is the center of subcarrier 0 in the common resource block 0 (CRB 0). By default, this object specifies a 10 MHz carrier corresponding to 52 resource blocks (RBs) and 15 kHz SCS.
Creation
Description
carrier = nrSCSCarrierConfig
creates a default SCS carrier
configuration object for 5G waveform generation.
carrier = nrSCSCarrierConfig(
sets properties using one
or more name-value pair arguments. Enclose each property name in quotes. For example,
Name,Value
)'SubcarrierSpacing',30,'NSizeGrid',273
specifies a 100 MHz carrier
corresponding to 273 resource blocks (RBs) and 30 kHz SCS.