lteTestModel
Downlink test model configuration structure
Description
returns
the E-UTRA test model (E-TM) configuration structure for given test
model number and bandwidth. The output structure, tm
= lteTestModel(tmn
,bw
)tm
,
contains the configuration parameters required to generate a given
downlink E-TM waveform using the generator tool, lteTestModelTool
.
The field names and default values align with those defined in TS
36.141 [1], Section 6.1.
The PDSCH
is a substructure relating to the
physical channel configuration and contains the fields NLayers
, TxScheme
,
and Modulation
.
controls
the configuration of the physical cell identity, tm
= lteTestModel(tmn
,bw
,ncellid
,duplexmode
)ncellid
,
and duplex mode, duplexmode
.
returns tm
= lteTestModel(tmcfg
)tm
,
a configuration structure for the test model partially (or wholly)
defined by the input structure tmcfg
. The input
structure tmcfg
can define any (or all) of the
parameters or substructure parameters and the output structure tm
retains
the defined parameters. The undefined fields are given appropriate
default values.
The tm
structure can be used with the E-TM
generator tool to generate a waveform.
Examples
Input Arguments
Output Arguments
References
[1] 3GPP TS 36.141. “Evolved Universal Terrestrial Radio Access (E-UTRA); Base Station (BS) Conformance Testing.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network. URL: https://www.3gpp.org.
[2] 3GPP TS 36.211. “Evolved Universal Terrestrial Radio Access (E-UTRA); Physical Channels and Modulation.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network. URL: https://www.3gpp.org.