grid = nrResourceGrid(___,'OutputDataType',datatype)
specifies the data type of the generated grid in addition to the input arguments in any of
the previous syntaxes.
Generate a waveform by performing OFDM modulation of a resource array that contains sounding reference signals (SRSs). The resource array spans an entire frame.
Set carrier configuration parameters, specifying a subcarrier spacing of 30 kHz and 24 resource blocks (RBs) in the carrier resource array.
Carrier configuration parameters for a specific OFDM numerology, specified as an
nrCarrierConfig object. This
function uses only these properties of the nrCarrierConfig object.
The
datatype input argument must be compile-time constant. For example,
when specifying 'single' as the output data type, include
{coder.Constant('OutputDataType'),coder.Constant('single')} in the
-args value of the codegen function. For more
information, see the coder.Constant (MATLAB Coder) class.