ltePBCH
Physical broadcast channel
Syntax
Description
returns a matrix containing the complex symbols of the Physical Broadcast Channel (PBCH) for
cell-wide settings structure sym
= ltePBCH(enb
,cw
)enb
and codeword cw
.
The function performs all physical channel processing steps, including scrambling, QPSK
modulation, layer mapping, and precoding as defined in TS 36.211 [1],
Section 6.6.
The BCH transport channel consumes information bits every 40 ms. The coded transport block is then passed to PBCH for physical channel processing. The PBCH is transmitted in the first subframe of every frame, so four successive frames are required to transmit one transport block. As the scrambling sequence is initialized at the boundary of every 40 ms, this function expects 40 ms worth of data. For example, it expects 1920 bits for normal cyclic prefix, or 1728 bits for extended cyclic prefix. Demultiplex the output of this function into quarter length blocks for transmission on the first subframe in each 10 ms frame.
Note
When you are using this function together with the ltePBCHIndices
function, you must account for the fact that one transport
block is transmitted over four frames. See the Create Resource Grid Containing PBCH Symbols example for
details.
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.
[2] 3GPP TS 36.101. “Evolved Universal Terrestrial Radio Access (E-UTRA); User Equipment (UE) Radio Transmission and Reception.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network. URL: https://www.3gpp.org.
Version History
Introduced in R2014a