lteSymbolDemodulate
Demodulation and symbol to bit conversion
Description
returns
a column vector containing bits resulting from soft constellation
demodulation of complex values in vector out
= lteSymbolDemodulate(in
,mod
)in
.
The demodulation algorithm assumes the vector of received symbols
are normalized to fall on constellation points as defined by in
. lteSymbolModulate
provides an output with
the expected constellation scaling.
Examples
Input Arguments
Output Arguments
References
[1] Tosato, F., and Bisaglia, P. “Simplified soft-output demapper for binary interleaved COFDM with application to HIPERLAN/2.” IEEE International Conference on Communications (ICC) 2002, Vol. 2. pp. 664-668.
[2] 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