lteULScramble
PUSCH scrambling
Description
performs
PUSCH scrambling of bit vector, out
= lteULScramble(in
,nsubframe
,cellid
,rnti
)in
, for subframe
number, nsubframe
, cell identity, cellid
,
and specified RNTI, rnti
. It performs PUSCH
scrambling according to TS 36.211, Section 5.3.1 [1]. Placeholder bits, denoted by x,
are represented by –1 in the input vector or cell array of
vectors. Repetition placeholder bits, y, are represented
by –2. This function substitutes these placeholders as part
of its scrambling operation.
in
is a vector or a cell array containing
one or two vectors corresponding to the number of codewords to be
scrambled.
Examples
Input Arguments
Output Arguments
References
[1] 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.
Version History
Introduced in R2014a