Difference between revisions of "Channel Coding"

From LNTwww
(Die Seite wurde neu angelegt: „ {{Header |Untermenü= |Vorherige Seite= |Nächste Seite= }} Hier Wiki-Artikel einfügen. (BITTE NOCH NICHT BEARBEITEN, Markus) {{Display}}“)
 
 
(59 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
===Brief summary===
 +
 +
{{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: 
 
   
 
   
{{Header
+
# Binary linear block codes:  Generator matrix,  parity-heck matrix and decoding.  Examples:  Single parity-check codes,  repetition codes,  Hamming codes.     
|Untermenü=
+
# Error probability bounds:  Minimum distance,  Union bound,  Shannon bound.  Channel coding theorem and channel capacity: error rate vs. code rate.   
|Vorherige Seite=
+
# Reed-Solomon codes:  Algebra fundamentals,  Extension fields,  code parameters,  encoding– and decoding principle,  Singleton bound,  applications. 
|Nächste Seite=
+
# 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}}
 +
{{Collapse1| header=Binary Block Codes for Channel Coding  | submenu=
 +
*[[/Objective of Channel Coding/]]
 +
*[[/Channel Models and Decision Structures/]]
 +
*[[/Examples of Binary Block Codes/]]
 +
*[[/General Description of Linear Block Codes/]]
 +
*[[/Decoding of Linear Block Codes/]]
 +
*[[/Limits for Block Error Probability/]]
 +
*[[/Information Theoretical Limits of Channel Coding/]]
 +
}}
 +
{{Collapse2 | header=Reed–Solomon–Codes and Their Decoding
 +
|submenu=
 +
*[[/Some Basics of Algebra/]]
 +
*[[/Extension Field/]]
 +
*[[/Definition and Properties of Reed-Solomon Codes/]]
 +
*[[/Reed-Solomon Decoding for the Erasure Channel/]]
 +
*[[/Error Correction According to Reed-Solomon Coding/]]
 +
*[[/Error Probability and Application Areas/]]
 +
}}
 +
{{Collapse3 | header=Convolutional Codes and Their Decoding
 +
|submenu=
 +
*[[/Basics of Convolutional Coding/]]
 +
*[[/Algebraic and Polynomial Description/]]
 +
*[[/Code Description with State and Trellis Diagram/]]
 +
*[[/Decoding of Convolutional Codes/]]
 +
*[[/Distance Characteristics and Error Probability Bounds/]]
 +
}}
 +
{{Collapse4 | header=Iterative Decoding Methods
 +
|submenu=
 +
*[[/Soft-in Soft-Out Decoder/]]
 +
*[[/The Basics of Product Codes/]]
 +
*[[/The Basics of Turbo Codes/]]
 +
*[[/The Basics of Low-Density Parity Check Codes/]]
 
}}
 
}}
 +
{{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}$]]
  
Hier Wiki-Artikel einfügen.
+
$(3)$&nbsp; &nbsp; [[LNTwww:Applets_to_"Channel_Coding"|$\text{Applets}$]]&nbsp;}}
(BITTE NOCH NICHT BEARBEITEN, Markus)
 
  
  
 +
===Further links===
  
 +
{{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>
  
 
{{Display}}
 
{{Display}}

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