lteNPUSCHDRS
Description
[
generates sym
,stateOut
] = lteNPUSCHDRS(ue
,chs
)sym
, a column vector containing the narrowband physical
uplink shared channel (NPUSCH) demodulation reference signal (DRS) symbols. The function
generates sym
in accordance with section 10.1.4 of [1] for user equipment (UE)
settings ue
and channel transmission configuration
chs
. The function also returns stateOut
, a
structure containing the encoder state for bundle transmission.
Examples
Input Arguments
Output Arguments
More About
Tips
To use this function for transmission of a bundle, follow these steps.
Call the function, optionally specifying the initial encoder state using the
stateIn
input. ThestateOut
output represents the first transmission of the transport block.Call the function again, specifying the
stateIn
input as thestateOut
output returned by the previous call to the function.Repeat step 2 until the function returns the
EndOfTx
field of thestateOut
output as1
(true
), indicating the end of the bundle.
References
[1] 3GPP TS 36.211. “Physical channels and modulation.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network; Evolved Universal Terrestrial Radio Access (E-UTRA). https://www.3gpp.org.
[2] 3GPP TS 36.321. “Medium Access Control (MAC) protocol specification.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network; Evolved Universal Terrestrial Radio Access (E-UTRA). https://www.3gpp.org.
Version History
Introduced in R2020a