What Happens When the Noise Is Stochastic: Shannon's Theorem

Total Page:16

File Type:pdf, Size:1020Kb

What Happens When the Noise Is Stochastic: Shannon's Theorem Foreword This chapter is based on lecture notes from coding theory courses taught by Venkatesan Gu- ruswami at University at Washington and CMU; by Atri Rudra at University at Buffalo, SUNY and by Madhu Sudan at MIT. This version is dated July 21, 2015. For the latest version, please go to http://www.cse.buffalo.edu/ atri/courses/coding-theory/book/ The material in this chapter is supported in part by the National Science Foundation under CAREER grant CCF-0844796. Any opinions, findings and conclusions or recomendations ex- pressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation (NSF). ©Venkatesan Guruswami, Atri Rudra, Madhu Sudan, 2013. This work is licensed under the Creative Commons Attribution-NonCommercial- NoDerivs 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/3.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA. Chapter 6 What Happens When the Noise is Stochastic: Shannon’s Theorem Shannon was the first to present a rigorous mathematical framework for communication, which (as we have already seen) is the problem of reproducing at one point (typically called the “re- ceiver" of the channel) a message selected at another point (called the “sender" to the channel). Unlike Hamming, Shannon modeled the noise stochastically, i.e. as a well defined random pro- cess. He proved a result that pin-pointed the best possible rate of transmission of information over a very wide range of stochastic channels. In fact, Shannon looked at the communication problem at a higher level, where he allowed for compressing the data first (before applying any error-correcting code), so as to minimize the amount of symbols transmitted over the channel. In this chapter, we will study some stochastic noise models (most of) which were proposed by Shannon. We then prove an optimal tradeoff between the rate andfractionoferrorsthatare correctable for a specific stochastic noise model called the Binary Symmetric Channel. 6.1 Overview of Shannon’s Result Shannon introduced the notion of reliable communication1 over noisy channels. Broadly, there are two types of channels that were studied by Shannon: •(Noisy Channel) This type of channel introduces errors during transmission, which result in an incorrect reception of the transmitted signal by the receiver. Redundancy is added at the transmitter to increase reliability of the transmitted data. The redundancy is taken off at the receiver. This process is termed as Channel Coding. •(Noise-free Channel) As the name suggests, this channel does not introduce any type of error in transmission. Redundancy in source data is used to compress the source data at the transmitter. The data is decompressed at the receiver. The process is popularly known as Source Coding. 1That is, the ability to successfully send the required information over a channel that can lose or corrupt data. 109 Figure 6.1 presents a generic model of a communication system, which combines the two con- cepts we discussed above. Source Channel Message Encoder Encoder Channel Source Channel (Decoded) Message Decoder Decoder Figure 6.1: The communication process In Figure 6.1, source coding and channel coding are coupled. In general, to get the optimal performance, it makes sense to design both the source and channel coding schemes simultane- ously. However, Shannon’s source coding theorem allows us to decouple both these parts of the communication setup and study each of these parts separately. Intuitively, this makes sense: if one can have reliable communication over the channel using channel coding, then for the source coding the channel effectively has no noise. For source coding, Shannon proved a theorem that precisely identifies the amount by which the message can be compressed: this amount is related to the entropy of the message. We will however, not talk much more about source coding in in this book. (However, see Exer- cises 6.10, 6.11 and 6.12.) From now on, we will exclusively focus on the channel coding part of the communication setup. Note that one aspect of channel coding is how we model the chan- nel noise. So far we have seen Hamming’s worst case noise model in some detail. Next, we will study some specific stochastic channels. 6.2 Shannon’s Noise Model Shannon proposed a stochastic way of modeling noise. The input symbols to the channel are assumed to belong to some input alphabet X , while the channel selects symbols from its out- put alphabet Y . The following diagram shows this relationship: X x channel y Y ∋ → → ∈ The channels considered by Shannon are also memoryless, that is, noise acts independently on each transmitted symbol. In this book, we will only study discrete channels where both the alphabets X and Y are finite. For the sake of variety, we will define one channel that is contin- uous, though we will not study it in any detail later on. 110 The final piece in specification of a channel is the transition matrix M that governs the pro- cess of how the channel introduces error. In particular, the channel is described in form of a matrix with entries as cross over probability over all combination of the input and output al- phabets. For any pair (x, y) X Y , let Pr(y x) denote the probability that y is output by the ∈ × | channel when x is input to the channel. Then the transition matrix is given by M(x, y) Pr(y x). = | Specific structure of the matrix is shown below. M ⎛ Pr(y x) ⎞ = ··· . | ··· ⎜ . ⎟ ⎜ ⎟ ⎝ ⎠ Next, we look at some specific instances of channels. Binary Symmetric Channel (BSC). Let 0 p 1. The Binary Symmetric Channel with crossover ≤ ≤ probability p or BSC is defined as follows. X Y {0,1}. The 2 2 transition matrix can nat- p = = × urally be represented as a bipartite graph where the left vertices correspond to the rows and the right vertices correspond to the columns of the matrix, where M(x, y) is represented as the weight of the corresponding (x, y)edge.ForBSCp , the graph is illustrated in Figure 6.2. 1 p 0 − 0 p p 1 1 1 p − Figure 6.2: Binary Symmetric Channel BSCp In other words, every bit is flipped with probability p. We claim that we need to only con- sider the case when p 1 , i.e. if we know how to ensure reliable communication over BSC for ≤ 2 p p 1 , then we can also handle the case of p 1 . (See Exercise 6.1.) ≤ 2 > 2 q-ary Symmetric Channel (qSC). We now look at the generalization of BSCp to alphabets of size q 2. Let 0 p 1 1 . (As with the case of BSC , we can assume that p 1 1/q–see ≥ ≤ ≤ − q p ≤ − Exercise 6.2.) The q-ary Symmetric Channel with crossover probability p,orqSCp is defined as follows. X Y [q]. The transition matrix M for qSC is defined as follows. = = p 1 p if y x M(x, y) p− = = q 1 if y x ' − ̸= In other words, every symbol is retained as it at the output with probability 1 p and is distorted p − to each of the q 1 possible different symbols with equal probability of q 1 . − − 111 Binary Erasure Channel (BEC) In the previous two examples that we saw, X Y .However = this might not always be the case. Let 0 α 1. The Binary Erasure Channel with erasure probability α (denoted by BEC )is ≤ ≤ α defined as follows. X {0,1} and Y {0,1,?}, where ? denotes an erasure. The transition matrix = = is as follows: 1 α 0 − 0 α ? α 1 1 1 α − Figure 6.3: Binary Erasure Channel BECα In Figure 6.3 any missing edge represents a transition that occurs with 0 probability. In other words, every bit in BECα is erased with probability α (and is left unchanged with probability 1 α). − Binary Input Additive Gaussian White Noise Channel (BIAGWN). We now look at a channel that is continuous. Let σ 0. The Binary Input Additive Gaussian White Noise Channel with ≥ standard deviation σ or BIAGWN is defined as follows. X { 1,1} and Y R.Thenoiseis σ = − = modeled by continuous Gaussian probability distribution function. The Gaussian distribution has lots of nice properties and is a popular choice for modeling noise continuous in nature. Given (x, y) { 1,1} R,thenoisey x is distributed according to the Gaussian distribution of ∈ − × − mean of zero and standard deviation of σ.Inotherwords, 1 (y x)2 Pr y x exp − | = ) · − 2σ2 σ 2π * * ++ ( ) 6.2.1 Error Correction in Stochastic Noise Models We now need to revisit the notion of error correction from Section 1.3. Note that unlike Ham- ming’s noise model, we cannot hope to always recover the transmitted codeword. As an ex- ample, in BSCp there is always some positive probability that a codeword can be distorted into another codeword during transmission. In such a scenario no decoding algorithm can hope to recover the transmitted codeword. Thus, in some stochastic channels there is always some decoding error probability (where the randomness is from the channel noise): see Exercise6.14 for example channels where one can have zero decoding error probability. However, we would like this error probability to be small for every possible transmitted codeword. More precisely, for every message, we would like the decoding algorithm to recover the transmitted message with probability 1 f (n), where limn f (n) 0, that is f (n)iso(1). Ideally, we would like to Ω(n)− →∞ → have f (n) 2− .
Recommended publications
  • An Introduction to Information Theory
    An Introduction to Information Theory Vahid Meghdadi reference : Elements of Information Theory by Cover and Thomas September 2007 Contents 1 Entropy 2 2 Joint and conditional entropy 4 3 Mutual information 5 4 Data Compression or Source Coding 6 5 Channel capacity 8 5.1 examples . 9 5.1.1 Noiseless binary channel . 9 5.1.2 Binary symmetric channel . 9 5.1.3 Binary erasure channel . 10 5.1.4 Two fold channel . 11 6 Differential entropy 12 6.1 Relation between differential and discrete entropy . 13 6.2 joint and conditional entropy . 13 6.3 Some properties . 14 7 The Gaussian channel 15 7.1 Capacity of Gaussian channel . 15 7.2 Band limited channel . 16 7.3 Parallel Gaussian channel . 18 8 Capacity of SIMO channel 19 9 Exercise (to be completed) 22 1 1 Entropy Entropy is a measure of uncertainty of a random variable. The uncertainty or the amount of information containing in a message (or in a particular realization of a random variable) is defined as the inverse of the logarithm of its probabil- ity: log(1=PX (x)). So, less likely outcome carries more information. Let X be a discrete random variable with alphabet X and probability mass function PX (x) = PrfX = xg, x 2 X . For convenience PX (x) will be denoted by p(x). The entropy of X is defined as follows: Definition 1. The entropy H(X) of a discrete random variable is defined by 1 H(X) = E log p(x) X 1 = p(x) log (1) p(x) x2X Entropy indicates the average information contained in X.
    [Show full text]
  • L11-IT-Handouts.Pdf
    Today’s Topics Information Theory • Communication Channel • Noiseless binary channel Mohamed Hamada • Binary Symmetric Channel (BSC) Software Engineering Lab The University of Aizu • Symmetric Channel Email: [email protected] URL: http://www.u-aizu.ac.jp/~hamada • Mutual Information • Channel Capacity 1 Digital Communication Systems Digital Communication Systems 1. Huffman Code. 1. Memoryless 2. Two-pass Huffman Code. 2. Stochastic 3. Lemple-Ziv Code. 3. Markov 4. Fano code. Information User of Information 4. Ergodic User of Source 5. Shannon Code. Information Source Information 6. Arithmetic Code. Source Source Source Source Encoder Decoder Encoder Decoder Channel Channel Channel Channel Encoder Decoder Encoder Decoder Modulator De-Modulator Modulator De-Modulator Channel Channel 2 3 INFORMATION TRANSFER ACROSS CHANNELS Communication Channel Sent Received A (discrete ) channel is a system consisting of an input alphabet messages messages X and output alphabet Y and a probability transition matrix symbols p(y|x) that expresses the probability of observing the output symbol y given that we send the symbol x Channel Channel Source Source Channel sourcecoding coding decoding decoding receiver Examples of channels: Compression Error Correction Decompression CDs, CD – ROMs, DVDs, phones, Source Entropy Channel Capacity Ethernet, Video cassettes etc. Rate vs Distortion Capacity vs Efficiency 4 5 1 Communication Channel Noiseless binary channel Noiseless binary channel Channel Channel 00 input x p(y|x) output y Transition probabilities 11 Memoryless: - output only on input Transition Matrix - input and output alphabet finite 01 p(y | x) = 0 10 1 01 6 7 Binary Symmetric Channel (BSC) Binary Symmetric Channel (BSC) (Noisy channel) (Noisy channel) 00BSC Channel 1 p 1-p 1-p Error Source 00 e BSC Channel p 110 y = x e p 1-p xi i i + 11 Input Output p 1-p 00 1-p 1 1 p BSC Channel 8 9 Symmetric Channel (Noisy channel) Channel XY In the transmission matrix of this channel , all the rows are permutations of each other and so the columns.
    [Show full text]
  • Networked Distributed Source Coding
    Networked distributed source coding Shizheng Li and Aditya Ramamoorthy Abstract The data sensed by differentsensors in a sensor network is typically corre- lated. A natural question is whether the data correlation can be exploited in innova- tive ways along with network information transfer techniques to design efficient and distributed schemes for the operation of such networks. This necessarily involves a coupling between the issues of compression and networked data transmission, that have usually been considered separately. In this work we review the basics of classi- cal distributed source coding and discuss some practical code design techniques for it. We argue that the network introduces several new dimensions to the problem of distributed source coding. The compression rates and the network information flow constrain each other in intricate ways. In particular, we show that network coding is often required for optimally combining distributed source coding and network information transfer and discuss the associated issues in detail. We also examine the problem of resource allocation in the context of distributed source coding over networks. 1 Introduction There are various instances of problems where correlated sources need to be trans- mitted over networks, e.g., a large scale sensor network deployed for temperature or humidity monitoring over a large field or for habitat monitoring in a jungle. This is an example of a network information transfer problem with correlated sources. A natural question is whether the data correlation can be exploited in innovative ways along with network information transfer techniques to design efficient and distributed schemes for the operation of such networks. This necessarily involves a Shizheng Li · Aditya Ramamoorthy Iowa State University, Ames, IA, U.S.A.
    [Show full text]
  • Week 8 Information Channels Suppose That Data Must Be Sent Through a Channel Before It Can Be Used
    CSC 310: Information Theory University of Toronto, Fall 2011 Instructor: Radford M. Neal Week 8 Information Channels Suppose that data must be sent through a channel before it can be used. This channel may be unreliable, but we can use a code designed counteract this. Some questions we aim to answer: • Can we quantify how much information a channel can transmit? • If we have low tolerance for errors, will we be able to make full use of a channel, or must some of the channel’s capacity be lost to ensure a low error probability? • How can we correct (or at least detect) errors in practice? • Can we do as well in practice as the theory says is possible? Error Correction for Memory Blocks The “channel” may transmit information through time rather than space — ie, it is a memory device. Many memory devices store data in blocks — eg, 64 bits for RAM, 512 bytes for disk. Can we correct some errors by adding a few more bits? For instance, could we correct any single error if we use 71 bits to encode a 64 bit block of data stored in RAM? Error Correction in a Communications System In other applications, data arrives in a continuous stream. An overall system might look like this: Encoder for Data often sent in blocks Data Compression Error-Correcting In Program Code Noise Channel Decoder for Decompression Data Error-Correcting Code Program Out Error Detection We might also be interested in detecting errors, even if we can’t correct them: • For RAM or disk memory, error detection tells us that we need to call the repair person.
    [Show full text]
  • A Survey of Results for Deletion Channels and Related Synchronization Channels∗
    Probability Surveys Vol. 6 (2009) 1–33 ISSN: 1549-5787 DOI: 10.1214/08-PS141 A survey of results for deletion channels and related synchronization channels∗ Michael Mitzenmacher† Harvard University, School of Engineering and Applied Sciences e-mail: [email protected] Abstract: The purpose of this survey is to describe recent progress in the study of the binary deletion channel and related channelswith synchroniza- tion errors, including a clear description of open problems in this area, with the hope of spurring further research. As an example, while the capacity of the binary symmetric error channel and the binary erasure channel have been known since Shannon, we still do not have a closed-form description of the capacity of the binary deletion channel. We highlight a recent result that shows that the capacity is at least (1 − p)/9 when each bit is deleted independently with fixed probability p. AMS 2000 subject classifications: Primary 94B50; secondary 68P30. Keywords and phrases: Deletion channels, synchronization channels, capacity bounds, random subsequences. Received November 2008. Contents 1 Introduction................................. 2 2 The ultimate goal: A maximum likelihoodargument . 4 3 Shannon-stylearguments . 6 3.1 Howthebasicargumentfails . 7 3.2 Codebooks fromfirstorder Markovchains . 8 4 Better decoding via jigsaw puzzles . 12 5 A useful reduction for deletion channels . 16 6 A related information theoretic formulation . .... 17 7 Upper bounds on the capacity of deletion channels . ... 19 8 Variationsonthedeletionchannel . 22 8.1 Stickychannels ............................ 22 8.2 Segmented deletion and insertion channels . 24 8.3 Deletionsoverlargeralphabets . 26 9 Tracereconstruction ... .... ... .... ... .... ... .... 27 10Conclusion ................................. 29 References.................................... 30 ∗This is an original survey paper.
    [Show full text]
  • Lecture Notes on Channel Coding
    Lecture Notes on Channel Coding Georg B¨ocherer Institute for Communications Engineering Technical University of Munich, Germany [email protected] July 5, 2016 arXiv:1607.00974v1 [cs.IT] 4 Jul 2016 These lecture notes on channel coding were developed for a one-semester course for graduate students of electrical engineering. Chapter 1 reviews the basic problem of channel coding. Chapters 2{5 are on linear block codes, cyclic codes, Reed-Solomon codes, and BCH codes, respectively. The notes are self-contained and were written with the intent to derive the presented results with mathematical rigor. The notes contain in total 68 homework problems, of which 20% require computer programming. Contents 1 Channel Coding7 1.1 Channel . .7 1.2 Encoder . .8 1.3 Decoder . .8 1.3.1 Observe the Output, Guess the Input . .8 1.3.2 MAP Rule . .9 1.3.3 ML Rule . 10 1.4 Block Codes . 10 1.4.1 Probability of Error vs Transmitted Information . 10 1.4.2 Probability of Error, Information Rate, Block Length . 12 1.4.3 ML Decoder . 14 1.5 Problems . 16 2 Linear Block Codes 20 2.1 Basic Properties . 20 2.1.1 Groups and Fields . 20 2.1.2 Vector Spaces . 22 2.1.3 Linear Block Codes . 23 2.1.4 Generator Matrix . 23 2.2 Code Performance . 25 2.2.1 Hamming Geometry . 25 2.2.2 Bhattacharyya Parameter . 27 2.2.3 Bound on Probability of Error . 27 2.3 Syndrome Decoding . 29 2.3.1 Dual Code . 31 2.3.2 Check Matrix .
    [Show full text]
  • Lecture 21: Computing Capacities, Coding in Practice, & Review
    COMP2610/6261 - Information Theory Lecture 21: Computing Capacities, Coding in Practice, & Review ANU Logo UseMark Guidelines Reid and Aditya Menon Research School of Computer Science The ANU logo is a contemporary The Australian National University refection of our heritage. It clearly presents our name, our shield and our motto: First to learn the nature of things. To preserve the authenticity of our brand identity, there are rules that govern how our logo is used. Preferred logo Black version Preferred logo - horizontal logo October 14, 2013 The preferred logo should be used on a white background. This version includes black text with the crest in Deep Gold in either PMS or CMYK. Black Where colour printing is not available, the black logo can be used on a white background. Reverse Mark Reid and Aditya Menon (ANU) COMP2610/6261 - Information Theory Oct. 14, 2014 1 / 21 The logo can be used white reversed out of a black background, or occasionally a neutral dark background. Deep Gold Black C30 M50 Y70 K40 C0 M0 Y0 K100 PMS Metallic 8620 PMS Process Black PMS 463 Reverse version Any application of the ANU logo on a coloured background is subject to approval by the Marketing Offce, contact [email protected] LOGO USE GUIDELINES 1 THE AUSTRALIAN NATIONAL UNIVERSITY 1 Computing Capacities 2 Good Codes vs. Practical Codes 3 Linear Codes 4 Coding: Review Mark Reid and Aditya Menon (ANU) COMP2610/6261 - Information Theory Oct. 14, 2014 2 / 21 1 Computing Capacities 2 Good Codes vs. Practical Codes 3 Linear Codes 4 Coding: Review Mark Reid and Aditya Menon (ANU) COMP2610/6261 - Information Theory Oct.
    [Show full text]
  • Noisy-Channel Coding Copyright Cambridge University Press 2003
    Copyright Cambridge University Press 2003. On-screen viewing permitted. Printing not permitted. http://www.cambridge.org/0521642981 You can buy this book for 30 pounds or $50. See http://www.inference.phy.cam.ac.uk/mackay/itila/ for links. Part II Noisy-Channel Coding Copyright Cambridge University Press 2003. On-screen viewing permitted. Printing not permitted. http://www.cambridge.org/0521642981 You can buy this book for 30 pounds or $50. See http://www.inference.phy.cam.ac.uk/mackay/itila/ for links. 8 Dependent Random Variables In the last three chapters on data compression we concentrated on random vectors x coming from an extremely simple probability distribution, namely the separable distribution in which each component xn is independent of the others. In this chapter, we consider joint ensembles in which the random variables are dependent. This material has two motivations. First, data from the real world have interesting correlations, so to do data compression well, we need to know how to work with models that include dependences. Second, a noisy channel with input x and output y defines a joint ensemble in which x and y are dependent { if they were independent, it would be impossible to communicate over the channel { so communication over noisy channels (the topic of chapters 9{11) is described in terms of the entropy of joint ensembles. 8.1 More about entropy This section gives definitions and exercises to do with entropy, carrying on from section 2.4. The joint entropy of X; Y is: 1 H(X; Y ) = P (x; y) log : (8.1) P (x; y) xy2AXX AY Entropy is additive for independent random variables: H(X; Y ) = H(X) + H(Y ) iff P (x; y) = P (x)P (y): (8.2) The conditional entropy of X given y = bk is the entropy of the proba- bility distribution P (x y = b ).
    [Show full text]
  • Channel Capacity, Rate of Channel Code 15.1 the Information Theory
    10-704: Information Processing and Learning Spring 2012 Lecture 15: Channel Capacity, Rate of Channel Code Lecturer: Aarti Singh Scribes: Martin Azizyan Disclaimer: These notes have not been subjected to the usual scrutiny reserved for formal publications. They may be distributed outside this class only with the permission of the Instructor. 15.1 The Information Theory Diagram Until now we have studied the data compression (source coding) problem, schematically described by the following diagram: Source Compressor Decompressor Receiver We now turn to the channel coding problem, where we introduce an intermediate step between the output of the compressor and the input to the decompressor: Source Compressor Channel Decompressor Receiver A \channel" is any source of noise, for example a wireless link, an error prone storage device, an IP network with the potential for packet loss, etc. In the presence of such noise we need to introduce some redundancy in the signal to ensure successful transmission, so we add two new steps in the diagram: Compressed Input X Output Y To Encoder Channel Decoder Message Decompressor Essentially, a channel is a conditional distribution p(Y jX). We will focus on discrete memoryless chan- nels (DMC): Discrete: Input and output alphabets X ; Y are finite; and Memoryless: p(Y jX) is independent of outputs in previous timesteps (later we will discuss more general feedback channels). Definition 15.1 The information capacity of a (DMC) channel is C = max I(X; Y ) p(x) where the maximum is over all distributions on X. 15-1 15-2 Lecture 15: Channel Capacity, Rate of Channel Code Informally, the operational capacity of a channel is the highest rate in terms of bits/channel use (e.g.
    [Show full text]
  • Channel Capacity and Coding
    ECE 515 Information Theory Channel Capacity and Coding 1 Information Theory Problems • How to transmit or store information as efficiently as possible. • What is the maximum amount of information that can be transmitted or stored reliably? • How can information be kept secure? 2 Digital Communications System W X PX Data source PY|X Data sink Ŵ Y PY Ŵ is an estimate of W 3 Communication Channel • Cover and Thomas Chapter 7 4 Discrete Memoryless Channel X Y x1 y1 x2 y2 . xK yJ J≥K≥2 5 Discrete Memoryless Channel Channel Transition Matrix py(|)11 x py (|)1 xkK py (|)1 x P= py(|)j x py (|)jk x py (|)jK x 1 py(|)J x1 py (|)Jk x py (|)JK x 6 Binary Symmetric Channel x1 y1 x2 y2 channel matrix pp pp 7 Binary Errors with Erasure Channel 1-p-q x 0 0 y 1 q 1 p e y2 p q x2 1 1 y3 1-p-q 8 BPSK Modulation K=2 2E x t = + b cos 2π ft 0 bit 1 ( ) ( c ) Eb is the energy per bit Tb Tb is the bit duration 2E f is the carrier x t = − b cos 2π ft 1 bit c 2 ( ) ( c ) frequency Tb 9 BPSK Demodulation in AWGN − Eb 0 + Eb x2 x1 p(y|x2) p(y|x1) 0 x2 x1 2 1 (yx− k ) pYX (yx |= xk ) = exp− | 2 2 2πσ 2σ 10 BPSK Demodulation K=2 − + Eb 0 Eb J=3 y3 y2 y1 − + Eb 0 Eb J=4 y4 y3 y2 y1 − + Eb 0 Eb J=8 y8 y1 11 Mutual Information for a BSC crossover probability p X BSC Y pp=1 − channel matrix pp PY|X = pp X Y p w 0 0 p p(xw= 0) = p p(x==−= 1) 1 ww w 1 1 p 12 13 Convex Functions Concave Convex 14 Concave Function 15 Convex Function 16 Mutual Information 17 18 input probabilities 19 20 21 channel transition probabilities 22 BSC I(X;Y) w p 23 Channel Capacity X channel
    [Show full text]
  • ECE 587 / STA 563: Lecture 6 – Channel Coding Information Theory Duke University, Fall 2020
    ECE 587 / STA 563: Lecture 6 { Channel Coding Information Theory Duke University, Fall 2020 Author: Galen Reeves Last Modified: September 24, 2020 Outline of lecture: 6.1 Introduction to Channel Coding.............................1 6.1.1 Motivation.....................................1 6.1.2 Problem Setup...................................3 6.1.3 Channel Coding Theorem.............................5 6.2 Examples of Discrete Memoryless Channels.......................6 6.2.1 Binary Erasure Channel (BEC)..........................6 6.2.2 Binary Symmetric Channel (BSC)........................7 6.3 Converse to the Channel Coding Theorem:.......................7 6.4 Proof of Channel Coding Theorem via Random Coding................9 6.4.1 Encoding & Decoding............................... 10 6.4.2 Performance Analysis............................... 11 6.4.3 Strengthening the Proof.............................. 13 6.5 Channel Coding with Feedback.............................. 15 6.6 Coding Theory....................................... 16 6.6.1 Hamming Codes.................................. 16 6.6.2 Beyond Hamming................................. 17 6.6.3 The Hat Game................................... 18 6.1 Introduction to Channel Coding 6.1.1 Motivation • Communication problems play an important role in many applications: ◦ Wireless communication between your laptop and a router ◦ Wireless communication between your cell phone and a cell tower (e.g, GSM and CDMA) ◦ Fiber-optic communication across the internet ◦ Data storage on a hard drive (communicating from the past to the future). ◦ Communication between Hubble Space Telescope and Earth. ◦ Statistics: communicating the true state of nature θ through the observed data X • The primary goals of communication are: (1) Reliability: We want the received message to be equal to the transmitted message (at least with very high probability) Error probability: P[received message 6= transmitted message] 2 ECE 587 / STA 563: Lecture 6 (2) Efficiency: We want to communicate each message as quickly as possible.
    [Show full text]
  • Channel Capacity
    Chapter 7 Channel Capacity In Section 5.2 the block diagram of a communication system in Figure 5.1 was discussed. It was stated that the source coding and the channel coding can be separated. In Chap- ters 5 and 6 the source coding was treated. Here we will concentrate on the analysis of the channel coding system. In Figure 7.1 a block diagram is shown for the channel encoder, the channel and the channel decoder. The channel in this figure is a mathematical model that represents ev- erything that can occur in the actual transmission. This includes e.g. background noise, scratches on the surface of a CD or erasures due to overflow in router buffers. U Channel X Y Channel Ub Channel encoder decoder Figure 7.1: A model of the channel coding system. A little more formal description of the encoding scheme is as follows. • The symbols U are assumed to be taken from an index set I = f1; 2;:::;Mg. • The encoding function x : I!X is a mapping from the index set I to the set of codewords X . We can denote the codewords as x(1); x(2); : : : ; x(M). In the most cases in this text, we will assume that the codewords are binary vectors of length k, X 2 f0; 1gn. • As the codeword is transmitted over the channel, errors occur and the received vectors are y 2 Y. In many situations the received symbols are taken from a larger alphabet than the code symbols. It can be that Y are real values detected by the receiver, while the code symbols X are binary.
    [Show full text]