ltePCFICH
Physical control format indicator channel
Syntax
Description
returns
the matrix of complex modulation symbols generated by the Physical
Control Format Indicator Channel (PCFICH). The channel processing
includes the stages of scrambling, QPSK modulation, layer mapping,
and precoding. Given input bit vector sym
= ltePCFICH(enb
,cw
)cw
, each
column of the 16-by-CellRefP
matrix sym
contains
the 16 QPSK symbols carried by the PCFICH on each of CellRefP
transmit
antenna ports. The channel is parameterized by structure enb
.
The PCFICH is intended to carry the 32-bit block encoding of
the CFI. For more information, see lteCFI
.
The channel expects the input bit vector, cw
,
to be 32 elements in length. If length(cw) < 32
, cw
is
padded with zeros before channel processing. If length(cw)
> 32
, only the first 32 elements are used.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2014a
See Also
ltePCFICHDecode
| ltePCFICHInfo
| ltePCFICHIndices
| ltePCFICHPRBS
| lteCFI