Table of Contents

RE56 project

Produced code

LTE (Long Term Evolution) - 4G

Documents to write

Introduction

LTE is like an UMTS upgrade. 4G network means LTE Advanced (next step).

Access methodology is OFDMA/SC-FDMA instead of CDMA.

LTE is an IP based network v4 & v6.

Voice over LTE: VoLTE

Modulation type Max speed downlink Max speed uplink
SISO 100 Mbit/s
QSPK (4QAM) 50 Mbit/s
MIMO 2×2 172 Mbit/s
MIMO 4×4 326 Mbit/s
16QAM 57 Mbit/s
64QAM 86 Mbit/s

LTE technologies

OFDM: Orthogonal Frequency Division Multiplex

OFDM consists in transmitting a lot of closed space carriers. Those carriers do not need to be separated from each other with a “security space” (to permit to the transmitter to filter each carrier) because each is orthogonal from the other.

OFDM divides the propagation channel in (frequency) sub-carriees separated by the inverse of the period symbol 1/T [bande de cohérence ?]. It uses the transmission of blocks of symbols. Those symbols form the OFDM symbol. The modulation of this block is made by a Inverted Fourier Transform

Equalization

Depends on:

Modulation

Transformation of data to be transmitted in bits (more generally: in what is adapted to the medium)

Coding

Insertion of error correction bits on the signal ⇒ less effective throughput output to the total output

Diffusion of those “control” bits on different carriers to prevent from total loss due to attenuation on a given frequency : “interweaving” ⇒ 3 ways:

  1. frequency interweaving: control bits spread across frequency carriers separated by [bande de cohérence]
  2. temporal interweaving: bits spread on the same frequency carrier but at different times !! increased latency !!
  3. spatial interweaving: multiple antennas = multpiple carriers

BPSK Binary Phase Shift Keyring: (-1,1) ⇒ (0,1)

QPSK Quadrature Phase Shift Keyring: (1,i,-1,i) ⇒ (00,01,10,00)

Transmission steps
  1. mapping data to a vector (Serial to Parallel)
  2. attribution to sub carriers
  3. IDFT or IFFT: inverted fourier transform
  4. cyclic prefix
  5. digital-to-analog conversion ⇒ radio frequency
Reception steps
  1. analog-to-digital conversion
  2. cyclic prefix
  3. DFT or FFT: fourier transform
  4. equalization + demapping
  5. parallel to serial

Since FC-FDMA uses only one carrier there is additionnal steps to consider to serialize data. (it's out of the scope of our project)

Sub-carrier allocation

2 perspectives:

NP-hard problem in downlink (1), dowlink (2), uplink (1) and uplink (2) scenarios

Vectors

Matrices

mapping between matrices

Algorithms

Elements

Sub-carrier mapping allocation block diagram

MIMO: Multiple Input Multiple Output

SAE: System Architecture Evolution

Bibliography

Sub-carrier allocation