lteEPDCCHDecode
Enhanced physical downlink control channel (EPDCCH) decoding
Syntax
Description
[
returns
softbits and received constellation of complex symbols resulting from
performing the inverse of enhanced physical downlink control channel
(EPDCCH) processing of a single configured EPDCCH candidate given
cell-wide settings structure, EPDCCH transmission configuration structure,
and EPDCCH symbols. The input symbols are assumed to contain ideal EPDCCH symbols,
so no equalization is performed. The output received EPDCCH symbols
are QPSK symbol demodulated and descrambled. For more EPDCCH processing
information, see bits
,symbols
]
= lteEPDCCHDecode(enb
,chs
,sym
)lteEPDCCH
and
TS 36.211[1], Section 6.8A.
When using this syntax, the input structures only require enb
.NSubframe
and chs
.EPDCCHNID
.
For more information, see Syntax Dependent Processing.
[
performs
EPDCCH decoding and equalization for a single configured EPDCCH candidate
given cell-wide settings structure, EPDCCH transmission configuration
structure, received EPDCCH symbols bits
,symbols
]
= lteEPDCCHDecode(enb
,chs
,rxsym
,hest
,noiseest
)rxsym
, channel
estimate hest
, and noise estimate noiseest
.
The output received EPDCCH symbols are equalized, and QPSK symbol
demodulated and descrambled.
[
performs
EPDCCH decoding and equalization for a single configured EPDCCH candidate
and provides control over weighting the output soft bits with channel
state information (CSI) calculated during the equalization stage using
algorithmic configuration structure, bits
,symbols
]
= lteEPDCCHDecode(enb
,chs
,rxsym
,hest
,noiseest
,alg
)alg
.
[
performs
EPDCCH decoding for all possible EPDCCH candidate locations given
cell-wide settings structure, EPDCCH transmission configuration structure,
and the resource element grid across all possible EPDCCH antenna ports. The resource element grid is assumed to contain ideal EPDCCH REs,
so no equalization is performed. The decoding consists of extraction
of all EPDCCH REs from bits
,symbols
]
= lteEPDCCHDecode(enb
,chs
,grid
)grid
followed by QPSK
symbol demodulation. Each EPDCCH candidate is descrambled individually
during EPDCCH search. For this syntax, chs
.EPDCCHECCE
and chs
.EPDCCHNID
are
not required as no candidate-specific resource extraction or descrambling
is performed.
[
performs
EPDCCH decoding and equalization for all possible EPDCCH candidate
locations given cell-wide settings structure, EPDCCH transmission
configuration structure, received resource element grid, channel estimate
grid, noise estimate, and provides control over weighting the output
soft bits with channel state information (CSI) calculated during the
equalization stage using algorithmic configuration structure, bits
,symbols
]
= lteEPDCCHDecode(enb
,chs
,rxgrid
,hestgrid
,noiseest
,alg
)alg
.
EPDCCH RE locations extracted from rxgrid
and hestgrid
are
equalized, then QPSK symbol demodulated. Each EPDCCH candidate is
descrambled individually during EPDCCH search. For this syntax, chs
.EPDCCHECCE
and chs
.EPDCCHNID
are
not required as no candidate-specific resource extraction or descrambling
is performed.
Examples
Input Arguments
Output Arguments
More About
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 R2016bSee Also
lteEPDCCH
| lteEPDCCHDMRSIndices
| lteEPDCCHIndices
| lteEPDCCHSearch
| lteEPDCCHSpace
| lteEPDCCHPRBS
| lteDCIDecode