Difference between revisions of "Channel Coding"

From LNTwww
 
(55 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Die Kanalcodierung (englisch: Channel Coding oder auch Error–Control Coding) umfasst sowohl Verfahren zur Fehlererkennung (englisch: Error Detection) als auch die Vorwärtsfehlerkorrektur (englisch: Forward Error Correction, FEC), die bei schlechtem Kanal (kleines SNR) oft erst eine Digitalsignalübertragung ermöglichen und bei einem ausreichend guten Kanal (großes SNR) zu sehr kleinen Fehlerraten führen.
+
===Brief summary===
  
===Inhalt===
+
{{BlueBox|TEXT=»'''Channel Coding'''«  $($or  »Error-Control Coding«$)$  includes both,  »Error Detection«  as well as   »Forward Error Correction«  
 +
*which first enables digital signal transmission when the channel is bad  $($small SNR$)$ 
 +
 
 +
*and leads to very small error rates when the channel is good enough  $($large SNR$)$.
 +
 
 +
 
 +
Here are some keywords from the book content: 
 +
 +
# Binary linear block codes:  Generator matrix,  parity-heck matrix and decoding.  Examples:  Single parity-check codes,  repetition codes,  Hamming codes.     
 +
# Error probability bounds:  Minimum distance,  Union bound,  Shannon bound.  Channel coding theorem and channel capacity: error rate vs. code rate.   
 +
# Reed-Solomon codes:  Algebra fundamentals,  Extension fields,  code parameters,  encoding– and decoding principle,  Singleton bound,  applications. 
 +
# Convolutional codes:  Algebraic and polynomial description,  state and trellis diagram,  decoding using Viterbi  and BCJR  algorithm.
 +
# Iterative decoding methods:  Soft-in soft-out decoders,  product codes,  turbo codes and low-density parity-check $($LDPC$)$ codes.
 +
 
 +
 
 +
<u>Notes:</u>
 +
 
 +
*Knowledge of&nbsp; &raquo;[[Theory_of_Stochastic_Signals]]&laquo;&nbsp; and the&nbsp; &raquo;[[Information theory]]&laquo;&nbsp; is helpful,&nbsp; but not essential for understanding channel coding.
 +
 
 +
*Their mathematics is fundamentally different from that in other disciplines.&nbsp; However, analogies can often be seen,&nbsp; e.g., to &nbsp;[[Signal_Representation/The_Convolution_Theorem_and_Operation|&raquo;conventional convolution&laquo;]].
 +
 
 +
* An encoding type with a different goal is the&nbsp; [[Information_Theory/General_Description|&raquo;Source coding&laquo;]]&nbsp; $($"Data compression"$)$.&nbsp; Here,&nbsp; redundancy is not added,&nbsp; but reduced.
 +
 
 +
* Another type of coding is&nbsp; [[Digital_Signal_Transmission/Basics_of_Coded_Transmission#Source_coding_.E2.80.93_Channel_coding_.E2.80.93_Line_coding|&raquo;Line Coding&laquo;]]&nbsp; with the aim,&nbsp; to adapt the transmitted signal spectrally to the transmission channel in the best possible way.
 +
 
 +
 
 +
&rArr; &nbsp; Here first a&nbsp; &raquo;'''contents overview'''&laquo;&nbsp; based on the &nbsp;&raquo;'''four main chapters'''&laquo;&nbsp; with a total of&nbsp; &raquo;'''22 individual chapters'''&laquo;&nbsp; and&nbsp; &raquo;'''175 sections'''&laquo;.}}
 +
 
 +
 
 +
===Contents===
 
{{Collapsible-Kopf}}
 
{{Collapsible-Kopf}}
{{Collapse1| header=Binäre Blockcodes zur Kanalcodierung | submenu=  
+
{{Collapse1| header=Binary Block Codes for Channel Coding | submenu=  
*[[/Zielsetzung der Kanalcodierung/]]
+
*[[/Objective of Channel Coding/]]
*[[/Kanalmodelle und Entscheiderstrukturen/]]
+
*[[/Channel Models and Decision Structures/]]
*[[/Beispiele binärer Blockcodes/]]
+
*[[/Examples of Binary Block Codes/]]
*[[/Allgemeine Beschreibung linearer Blockcodes /]]
+
*[[/General Description of Linear Block Codes/]]
*[[/Decodierung linearer Blockcodes/]]
+
*[[/Decoding of Linear Block Codes/]]
*[[/Schranken für die Blockfehlerwahrscheinlichkeit/]]
+
*[[/Limits for Block Error Probability/]]
*[[/Informationstheoretische Grenzen der Kanalcodierung /]]
+
*[[/Information Theoretical Limits of Channel Coding/]]
 
}}
 
}}
{{Collapse2 | header=Reed–Solomon–Codes und deren Decodierung
+
{{Collapse2 | header=Reed–Solomon–Codes and Their Decoding
 
|submenu=
 
|submenu=
*[[/Einige Grundlagen der Algebra/]]
+
*[[/Some Basics of Algebra/]]
*[[/Erweiterungskörper/]]
+
*[[/Extension Field/]]
*[[/Definition und Eigenschaften von Reed–Solomon–Codes/]]
+
*[[/Definition and Properties of Reed-Solomon Codes/]]
*[[/Reed–Solomon–Decodierung beim Auslöschungskanal/]]
+
*[[/Reed-Solomon Decoding for the Erasure Channel/]]
*[[/Fehlerkorrektur nach Reed–Solomon–Codierung/]]
+
*[[/Error Correction According to Reed-Solomon Coding/]]
*[[/Fehlerwahrscheinlichkeit und Anwendungsgebiete/]]
+
*[[/Error Probability and Application Areas/]]
 
}}
 
}}
{{Collapse3 | header=Faltungscodierung und geeignete Decoder
+
{{Collapse3 | header=Convolutional Codes and Their Decoding
 
|submenu=
 
|submenu=
*[[/Grundlagen der Faltungscodierung/]]
+
*[[/Basics of Convolutional Coding/]]
*[[/Algebraische und polynomische Beschreibung/]]
+
*[[/Algebraic and Polynomial Description/]]
*[[/Codebeschreibung mit Zustands– und Trellisdiagramm/]]
+
*[[/Code Description with State and Trellis Diagram/]]
*[[/Decodierung von Faltungscodes/]]
+
*[[/Decoding of Convolutional Codes/]]
*[[/Distanzeigenschaften und Fehlerwahrscheinlichkeitsschranken/]]
+
*[[/Distance Characteristics and Error Probability Bounds/]]
 
}}
 
}}
{{Collapse4 | header=Iterative Decodierverfahren
+
{{Collapse4 | header=Iterative Decoding Methods
 
|submenu=
 
|submenu=
*[[/Soft–in Soft–out Decoder/]]
+
*[[/Soft-in Soft-Out Decoder/]]
*[[/Grundlegendes zu den Produktcodes/]]
+
*[[/The Basics of Product Codes/]]
*[[/Grundlegendes zu den Turbocodes/]]
+
*[[/The Basics of Turbo Codes/]]
*[[/Grundlegendes zu den Low–density Parity–check Codes/]]
+
*[[/The Basics of Low-Density Parity Check Codes/]]
 
}}
 
}}
 
{{Collapsible-Fuß}}
 
{{Collapsible-Fuß}}
 +
===Exercises and multimedia===
 +
{{BlaueBox|TEXT=
 +
In addition to these theory pages,&nbsp; we also offer exercises and multimedia modules on this topic,&nbsp; which could help to clarify the teaching material:
 +
 +
$(1)$&nbsp; &nbsp; [https://en.lntwww.de/Category:Channel_Coding:_Exercises $\text{Exercises}$]
 +
 +
$(2)$&nbsp; &nbsp; [[LNTwww:Learning_Videos_to_"Channel_Coding"|$\text{Learning videos}$]]
 +
 +
$(3)$&nbsp; &nbsp; [[LNTwww:Applets_to_"Channel_Coding"|$\text{Applets}$]]&nbsp;}}
 +
 +
 +
===Further links===
  
Dieses Buch entstand zwischen Anfang 2011 und Februar 2016
+
{{BlaueBox|TEXT=
 +
$(4)$&nbsp; &nbsp; [[LNTwww:Bibliography_to_"Channel_Coding"|$\text{Bibliography}$]]
  
 +
$(5)$&nbsp; &nbsp; [[LNTwww:Imprint_for_the_book_"Channel_Coding"|$\text{Impressum}$]]}}
 +
<br><br>
  
__NOTOC__
+
{{Display}}
__NOEDITSECTION__
 

Latest revision as of 19:17, 26 March 2023

Brief summary

»Channel Coding«  $($or  »Error-Control Coding«$)$  includes both,  »Error Detection«  as well as  »Forward Error Correction« 

  • which first enables digital signal transmission when the channel is bad  $($small SNR$)$ 
  • and leads to very small error rates when the channel is good enough  $($large SNR$)$.


Here are some keywords from the book content:

  1. Binary linear block codes:  Generator matrix,  parity-heck matrix and decoding.  Examples:  Single parity-check codes,  repetition codes,  Hamming codes.
  2. Error probability bounds:  Minimum distance,  Union bound,  Shannon bound.  Channel coding theorem and channel capacity: error rate vs. code rate.
  3. Reed-Solomon codes:  Algebra fundamentals,  Extension fields,  code parameters,  encoding– and decoding principle,  Singleton bound,  applications.
  4. Convolutional codes:  Algebraic and polynomial description,  state and trellis diagram,  decoding using Viterbi and BCJR algorithm.
  5. Iterative decoding methods:  Soft-in soft-out decoders,  product codes,  turbo codes and low-density parity-check $($LDPC$)$ codes.


Notes:

  • Their mathematics is fundamentally different from that in other disciplines.  However, analogies can often be seen,  e.g., to  »conventional convolution«.
  • An encoding type with a different goal is the  »Source coding«  $($"Data compression"$)$.  Here,  redundancy is not added,  but reduced.
  • Another type of coding is  »Line Coding«  with the aim,  to adapt the transmitted signal spectrally to the transmission channel in the best possible way.


⇒   Here first a  »contents overview«  based on the  »four main chapters«  with a total of  »22 individual chapters«  and  »175 sections«.


Contents

Exercises and multimedia

In addition to these theory pages,  we also offer exercises and multimedia modules on this topic,  which could help to clarify the teaching material:

$(1)$    $\text{Exercises}$

$(2)$    $\text{Learning videos}$

$(3)$    $\text{Applets}$ 


Further links