Difference between revisions of "Coding teaser: source coding"

From Microlab Classes
Jump to navigation Jump to search
Line 1: Line 1:
 +
{{Note| Make sure to read the [[Channeling_your_inner_capacity|Wiki page about the basics of a channel]]. Several discussions and interpretations are important for this chapter 😊.  |reminder}}
 +
 +
==Channel Rates and Improved Channel Model==
 +
 +
Let's bring back Bob and Alice into the scene again. If you recall the [[Engaging_introduction_to_information_theory|story of Bob and Alice]], bob wants to send a file to Alice but it will take long due to the limited bandwidth of the channel. When we say bandwidth, the channel can only send a maximum amount of bits per second. Let's define  <math> C </math> as the maximum channel rate in units of bits/s. Channels have different maximum rates because of their physical limitations and noise. For example, an ethernet bandwidth can achieve a bandwidth of 10 Gbps (gigabits per second), while Wifi can only achieve at a maximum of 6.9 Gbps. It really is slower to communicate wirelessly.
 +
 +
[[File:Bob alice nodencode.gif|center]]
 +
 +
Since most of our communication systems use binary representations, Bob has to convert his data into binary digits before he sends it over the channel. Let's look at a few examples. Suppose our alphabet <math> S </math> has the symbols of all combinations of flipping three fair coins. Then our symbols would be <math> \{TTT,TTH,THT,THH,HTT,HTH,HHT,HHH\} </math>. Bob needs to map each symbol into a binary representation such that <math> \{TTT,TTH,THT,THH,HTT,HTH,HHT,HHH\} \rightarrow \{000,001,010,011,100,101,110,111\}</math>. This mapping is called an encoding process. Let's add new definitions:
 +
 +
* The binary set <math> \{0,1\} </math> are the '''code symbols'''.
 +
* The mapping set  <math> \{TTT,TTH,THT,THH,HTT,HTH,HHT,HHH\} </math> are called the '''codewords'''. For example, <math> 000 </math> is the codeword for the symbol <math> TTT </math>. <math> 101 </math> is the codeword for <math> HTH </math>.
 +
* We usually tabulate the encoding or mapping. We call this table the '''codebook'''. It's a simple look-up-table (LUT).
 +
 +
{| class="wikitable"
 +
|-
 +
! scope="col"| Source Symbol
 +
! scope="col"| Codeword
 +
|-
 +
| style="text-align:center;" | TTT
 +
| style="text-align:center;" | 000
 +
|-
 +
| style="text-align:center;" | TTH
 +
| style="text-align:center;" | 001
 +
|-
 +
| style="text-align:center;" | THT
 +
| style="text-align:center;" | 010
 +
|-
 +
| style="text-align:center;" | THH
 +
| style="text-align:center;" | 011
 +
|-
 +
| style="text-align:center;" | HTT
 +
| style="text-align:center;" | 100
 +
|-
 +
| style="text-align:center;" | HTH
 +
| style="text-align:center;" | 101
 +
|-
 +
| style="text-align:center;" | HHT
 +
| style="text-align:center;" | 110
 +
|-
 +
| style="text-align:center;" | HHH
 +
| style="text-align:center;" | 111
 +
|-
 +
|}
 +
 +
<math> </math>
 +
 
==Channel Capacity==
 
==Channel Capacity==
 
{{Note| Make sure to read the [[Channeling_your_inner_capacity|Wiki page about the basics of a channel]]. Several discussions and interpretations are important for this chapter 😊.  |reminder}}
 
  
 
[[File:Bsc irs sweep.PNG|400px|thumb|right|Figure 1: <math> I(R,S) </math> of a BSC with varying <math> p </math> and parametrizing <math> \epsilon </math>.]]
 
[[File:Bsc irs sweep.PNG|400px|thumb|right|Figure 1: <math> I(R,S) </math> of a BSC with varying <math> p </math> and parametrizing <math> \epsilon </math>.]]
Line 49: Line 94:
 
Note that the above statement only says that we can recode the source into something that can maximize the channel capacity. Also note that the <math> \epsilon </math> is an arbitrary error. Not the noise probability. Figure 1 and our idea
 
Note that the above statement only says that we can recode the source into something that can maximize the channel capacity. Also note that the <math> \epsilon </math> is an arbitrary error. Not the noise probability. Figure 1 and our idea
 
<math> </math>
 
<math> </math>
 
==Channel Rates==
 
 
==Source Coding==
 
  
 
==Huffman Coding==
 
==Huffman Coding==

Revision as of 12:57, 1 March 2022

Make sure to read the Wiki page about the basics of a channel. Several discussions and interpretations are important for this chapter 😊.

Channel Rates and Improved Channel Model

Let's bring back Bob and Alice into the scene again. If you recall the story of Bob and Alice, bob wants to send a file to Alice but it will take long due to the limited bandwidth of the channel. When we say bandwidth, the channel can only send a maximum amount of bits per second. Let's define as the maximum channel rate in units of bits/s. Channels have different maximum rates because of their physical limitations and noise. For example, an ethernet bandwidth can achieve a bandwidth of 10 Gbps (gigabits per second), while Wifi can only achieve at a maximum of 6.9 Gbps. It really is slower to communicate wirelessly.

Bob alice nodencode.gif

Since most of our communication systems use binary representations, Bob has to convert his data into binary digits before he sends it over the channel. Let's look at a few examples. Suppose our alphabet has the symbols of all combinations of flipping three fair coins. Then our symbols would be . Bob needs to map each symbol into a binary representation such that . This mapping is called an encoding process. Let's add new definitions:

  • The binary set are the code symbols.
  • The mapping set are called the codewords. For example, is the codeword for the symbol . is the codeword for .
  • We usually tabulate the encoding or mapping. We call this table the codebook. It's a simple look-up-table (LUT).
Source Symbol Codeword
TTT 000
TTH 001
THT 010
THH 011
HTT 100
HTH 101
HHT 110
HHH 111


Channel Capacity

Figure 1: of a BSC with varying and parametrizing .

Previously, we comprehensively investigated the measures of , , and on a BSC. Recall that:



If you think about it, is a measure of channel quality. It tells us how much we can estimate the input from an observed output. In English, we said that is a measure of the received information contained in the source information. Ideally if there is no noise, then resulting in . We want this because this means all the information from the source gets to the receiver! When noise is present , it degrades the quality of our and the information about the receiver contained in the source is now being shared with noise. This only means one thing: we want to be at maximum. From the previous discussion, we presented how varies with and parametrizing the noise probability . Figure 1 shows this plot (it's the same image from the last discussion). We can visualize like a pipe that constricts the flow of information depending on the noise parameter . Figure 2 GIF shows the pipe visualization.

Figure 2: Pipe visualization for

Let's modify our definition of a bit. In communication theory, is a metric for transmission rate. So the units is really in bits/second. Figure 1 demonstrates how much data can be transmitted per second. Interchanging between bits or bits/second might be confusing but for now, when we talk about channels (and also ), let's use bits/s. Bits/s is also a measure of bandwidth. From the discussions, it is clear that we can define the maximum channel capacity as:

 

 

 

 

(1)

We can re-write this as:

 

 

 

 

(1)

Here, is in units of bits/second. It tells us the maximum number of data that we can transmit per unit of time. Both and are affected by noise parameter . In a way, noise limits . For example, a certain can only provide a certain maximum . Looking at figure 1, when (or ) we can get a maximum bits/s. When (or ) we can get a maximum bits/s. These occur when . We can prove this mathematically. Let's determine of a BSC given some and .

Since we know follows the Bernoulli entropy where . Then we can just write:

bits when . Since is fixed depending on the channel, we can manipulate the input probability such that we can force and achieve the maximum . Hold on to this very important thought. We also know that . Unfortunately, since is fixed then we can't immediately assume not unless . Therefore we can write as:

Leading to:

 

 

 

 

(2)

Equation 2 shows how the maximum capacity is limited by the noise . It describes the pipe visualization in figure 1. When , and our BSC can transmit bits/s of data. When , , the noise entropy is at maximum and our channel can transmit bits/s. Clearly, we can't transmit data this way. Lastly, when , then again and we're back to transmitting bits/s.

Again, we can assume because we can transform the input to have a new probability distribution that maximizes ! If we have the In fact, this is a prelude Shannon's source coding theorem:


"Let a source have entropy (bits per symbol) and a channel have a capacity (bits per second). Then it is possible to encode the output of the source in such a way as to transmit at the average rate symbols per second over the channel where is arbitrarily small. It is not possible to transmit at an average rate greater than ." [1]


Note that the above statement only says that we can recode the source into something that can maximize the channel capacity. Also note that the is an arbitrary error. Not the noise probability. Figure 1 and our idea


Huffman Coding

  1. Shannon, C. E., & Weaver, W. (1949). The mathematical theory of communication. Urbana: University of Illinois Press.