lteCFIDecode
Control format indicator block decoding
Description
performs
the block decoding on soft input data cfi
= lteCFIDecode(ibits
)ibits
,
assumed to be encoded using procedure defined in TS 36.212 [1], Section 5.3.4.1. The output, cfi
,
is a scalar representing the control format indicator (CFI) value
resulted after performing block decoding on input data. Strictly speaking, ibits
should
be a vector 32 bits long, as per encoded cfi
.
See the lteCFI
function reference
for details. However, this function can decode any size segment of
encoded data.
The value for CFI can be 1, 2, or 3. This value indicates the
time span, in OFDM symbols, of the DCI PDCCH transmission (the control
region) in that downlink subframe. For bandwidths in which NDLRB
is
greater than 10 RB, the span of the DCI in OFDM symbols is the same
as the actual CFI value. If NDLRB
is less than
or equal to 10 RB, the span is CFI+1 symbols.
Examples
Input Arguments
Output Arguments
References
[1] 3GPP TS 36.212. “Evolved Universal Terrestrial Radio Access (E-UTRA); Multiplexing and channel coding.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network. URL: https://www.3gpp.org.
Version History
Introduced in R2014a