Prerequisites & Notation
Before You Begin
This chapter builds directly on belief propagation from Chapter 18 and on classical linear MMSE estimation from earlier FSI chapters. The turbo principle is the practical incarnation of message passing on loopy factor graphs: iterative exchange of extrinsic information between soft-input soft-output (SISO) blocks. Readers should be comfortable with the following.
- Factor graphs and the sum-product algorithm(Review ch18)
Self-check: Can you write the variable-to-factor and factor-to-variable update rules and describe why BP is exact on trees?
- Log-likelihood ratios and soft-input soft-output decoding(Review ch18)
Self-check: Can you express a posterior probability as a sigmoid of an LLR and explain the distinction between a-priori, a-posteriori, and extrinsic information?
- Linear MMSE estimation
Self-check: Given with known second-order statistics, can you write the LMMSE estimator and its MSE matrix?
- Convolutional codes and the BCJR algorithm
Self-check: Can you describe the forward-backward recursion on a trellis and obtain bitwise a-posteriori LLRs?
- ISI channel model and MMSE equalization
Self-check: Can you derive the block-form LMMSE equalizer for a finite-length ISI channel?
- Mutual information between a binary input and an LLR
Self-check: Given a symmetric Gaussian LLR model, can you compute ?
Notation for This Chapter
Symbols introduced and used in Chapter 19. The mutual-information axis variables and are the workhorses of EXIT analysis.
| Symbol | Meaning | Introduced |
|---|---|---|
| A-priori log-likelihood ratio input to a SISO block | s01 | |
| Extrinsic log-likelihood ratio output of a SISO block | s01 | |
| A-posteriori (decision) log-likelihood ratio, | s01 | |
| Mutual information between the coded bit and the a-priori / extrinsic LLR | s01 | |
| EXIT transfer function of a soft-input soft-output decoder | s01 | |
| EXIT transfer function of a soft-input soft-output equalizer/detector | s02 | |
| Mutual information between an equiprobable binary symbol and its LLR observed through a symmetric Gaussian channel of LLR std. deviation | s01 | |
| Soft (posterior mean) symbol estimate of data symbol | s02 | |
| Residual variance of the soft symbol estimate, | s02 | |
| Interleaver permutation matrix | s01 | |
| Projected (Gaussian) message produced by the EP moment-matching step | s04 | |
| Projection onto exponential family via KL minimization | s04 |