Electrical and Information Technology. Information Theory. Problems and Solutions. Contents. Problems... 1 Solutions...7

Size: px
Start display at page:

Download "Electrical and Information Technology. Information Theory. Problems and Solutions. Contents. Problems... 1 Solutions...7"

Transcription

1 Electrical and Information Technology Information Theory Problems and Solutions Contents Problems Solutions

2

3 Problems 3. In Problem?? the binomial coefficent was estimated with Stirling s approximation. Use the strong form of Stirling s approximation ( n ) n ( n ) ne πn n! πn n e e and justify the steps in the following calculations, where n is an integer and < p <, q = p. ( ) n (a) np πnpq p np q nq e n = (c) πnpq nh(p) e n πnpq nh(p) ( ) n (d) np = (e) πnpq p np q e npq nq πnpq nh(p) e npq 8npq nh(p) where, in the last inequality, it can be assumed that npq 9. The above calculations gives a useful bound on the binomial coefficient, ( ) n nh(p) nh(p) 8npq np πnpq 3. Encode the text IF IF = THEN THEN THEN = ELSE ELSE ELSE = IF; using the LZ77 algoritm with S = 7 and B = 7. How many code symbols were generated? If each letter in the text is translated to binary form with eight bits, what is the compression ratio? 3. Encode the text IF IF = THEN THEN THEN = ELSE ELSE ELSE = IF; using the LZ78 algoritm. How many code symbols were generated? If each letter in the text is translated to binary form with eight bits, what is the compression ratio?

4 33. Consider the sequence Nat the bat swat at Matt the gnat Encode and calculate the compression rate using (a) LZ77 with S = and B = 3. LZSS with S = and B = 3. (c) LZ78. (d) LZW with predefined alphabet of size Consider the sequence gegeven.een.eend (a) (c) (d) What source alphabet should be used? Use the LZ77 with a window size N = 8 to encode and decode the sequence with a binary code alphabet. Use the LZ78 to encode and decode the sequence with a binary code alphabet. How many codesymbols were generated? 35. Use the LZ78 algorithm to encode and decode the string THE FRIEND IN NEED IS THE FRIEND INDEED with a binary code alphabet. What is the minimal source alphabet? How many code symbols were generated? 36. Show that for all jointly ε-typical sequences, (x, y) A ε (X, Y ), we get n(h(x Y )+ε) n(h(x Y ) ε) p(x y) 37. One is given a communication channel with transition probabilities p(y x) and channel capacity C = max p(x) I(X; Y ). A helpful statistician preprocesses the output by forming Ỹ = g(y ). He claims that this will strictly improve the capacity. (a) Show that he is wrong. Under what conditions does he not strictly decrease the capacity? 38. Let X Z = {,,..., }, be a random variable used as input to an additive channel, Y = X + Z, mod where p(z = ) = p(z = ) = p(z = 3) = 3. Assume that X and Z are statistically idependent.

5 (a) What is the capacity of the channel? What distribution on p(x) gives the capacity? 39. Consider the discrete memoryless channel Y = X Z where X and Z are independent binary random variables. Let P (Z = ) = α. Find the capacity of this channel and the maximizing distribution on X. 4. In Shannon s original paper from 948, the following discrete memoryless channels are given. Calculate their channel capacities. (a) Noisy typewriter / / X 3 / / / / / / 3 Y Soft decoding /3 X /6 /6 /3 /6 /6 /3 Y /3 3 (c) 3-ary channel /6 /3 / X /6 / /3 Y /3 /6 / 4. Consider the binary erasure channel below. Calculate the channel capacity. p q X q p p q p q Y 3

6 4. Determine the channel capacity for the following Z-channel. X / Y / Hint: D(h(p)) = D(p) log( p p ). 43. Casdade two binary symetric channels as in the following picture. Determin the channel capacity. p p p p X Y Z p p p p 44. Consider a linear encoder where three information bits u = (u, u, u ) is complemented with three parity bits according to v = u u v = u u v = u u Hence, an information word u = (u, u, u ) is encoded to the codeword x = (u, u, u, v, v, v ). (a) What is the code rate R? Find a generator matrix G. (c) What is the minimum distance, d min, of the code? (d) Find a parity check matrix H, such that GH T =. (e) (f) Construct a syndrom table for decoding. Make an example where a three bit vector is encoded, transmitted over a channel and decoded. 45. Show that if d min λ + γ + for a linear code, it is capable of correcting λ errors and simultaneously detecting γ errors, where γ > λ. 46. Derive the differential entropy for the following distributions: (a) Rectangular distribution: f(x) = b a, a x b. Normal distribution: f(x) = (x µ) e σ, x. πσ (c) Exponential distribution: f(x) = λe λx, x. (d) Laplace distribution: f(x) = λe λ x, x. 4

7 47. Let X and X be two independant normal distributions random variables with distributions N(µ, σ ) and N(µ, σ ), respectively. Construct a new random variable X = X + X. (a) What is the distribution of X? Derive the differential entropy of X. 48. An additive channel, Y = X +Z, has the input alphabet X = {,,,, }. The aditive random variable Z is uniformly distributed over the interval [, ]. Thus, the input is a discrete random variable and the output is a continuous random variable. Derive the capacity C = max p(x) I(X; Y ). 49. The length X a stick that is manufactured in a poorly managed company, is uniformly distributed. (a) The length varies between and meters, i.e. {, x f(x) =, otherwise Derive the differential entropy H(X). The length varies between and cm, i.e. {., x f(x) =, otherwise Derive the differential entropy H(X). 5. Consider an additive channel where the output is Y = X + Z, where the noise is normal distributed with N(, σ). The channel has an output power constraint E[Y ] P. Derive the channel capacity for the channel. 5. Consider a channel with binary input with P (X = ) = p and P (X = ) = p. During the transmission a uniformly distributed noise parameter Z in the interval [, a], where a >, is added to X, i.e. Y = X + Z. (a) Calculate the mutual information according to I(X; Y ) = H(X) H(X Y ) Calculate the mutual information according to I(X; Y ) = H(Y ) H(Y X) (c) Calculate the capacity by maximizing over p. 5

8 5. Consider four independent, parallel, time discrete, additive Gaussian channels. The variance of the noise in the ith channel is σ i = i, i =,, 3, 4. The total power of the used signals is limited by 4 P i 7. i= Determine the channel capacity for this parallel combination. 6

9 Solutions 3. (a) Follows from Stirling s approximation. p np q nq = n log pp q q = n( p log p q log q) = nh(p). (c) From e n e <. (d) Follows from Stirling s approximation. (e) With npq 9 we can use e npq e 9 > 3. The decoding procedure can be viewed in the following table. The colon in the B-buffer denots the stop of the encoded letters for that codeword. S-buffer B-buffer Codeword [IF IF =] [ T:HEN T] (,,T) [ IF = T] [H:EN THE] (,,H) [IF = TH] [E:N THEN] (,,E) [F = THE] [N: THEN ] (,,N) [ = THEN] [ THEN TH:] (5,7,H) [THEN TH] [EN =: EL] (5,3,=) [ THEN =] [ E:LSE E] (,,E) [HEN = E] [L:SE ELS] (,,L) [EN = EL] [S:E ELSE] (,,S) [N = ELS] [E :ELSE ] (3,, ) [= ELSE ] [ELSE ELS:] (5,7,S) [LSE ELS] [E =: IF ] (5,,=) [ ELSE =] [ I:F ] (,,I) [LSE = I] [F:; ] (,,F) [SE = IF] [;: ] (,,;) There are 5 codewords. In the uncoded text there are 45 letters, which corresponds to 36 bits. In the coded sequence we first have the buffer of 7 letters, which gives 56 bits. Then, each codeword requires = 4 bits. With 5 codewords we get ( ) = 66 bits. The compression rate becomes R = = The decoding procedure can be viewed in the following table. The colon in the binary representation of the codeword shows where the index stops and the character code begins. This separatot is not necessary in the final code string. π. 7

10 Index Codeword Dictionary Binary (,I) [I] : (,F) [F] : 3 (, ) [ ] : 4 (,F) [IF] : 5 (3,=) [ =] : 6 (3,T) [ T] : 7 (,H) [H] : 8 (,E) [E] : 9 (,N) [N] : (6,H) [ TH] : (8,N) [EN] : (,E) [ THE] : 3 (9, ) [N ] : 4 (,=) [=] : 5 (3,E) [ E] : 6 (,L) [L] : 7 (,S) [S] : 8 (8, ) [E ] : 9 (8,L) [EL] : (7,E) [SE] : (5,L) [ EL] : (, ) [SE ] : 3 (4, ) [= ] : 4 (4,;) [IF;] : In the uncoded text there are 45 letters, which corresponds to 36 bits. In the coded sequence there are in total = 89 bits for the indexes and 4 8 = 9 bits for the characters of the codewords. In total the codesequence is = 8 bits. The compression rate becomes R = 8 36 = (a) S-buffer B-buffer Codeword [Nat the ba] [t s:] (8,,s) [ the bat s] [w:at] (,,w) [the bat sw] [at a:] (5,3,a) [bat swat a] [t M:] (3,,M) [ swat at M] [att:] (4,,t) [at at Matt] [ t:h] (5,,t) [ at Matt t] [h:e ] (,,h) [at Matt th] [e: g] (,,e) [t Matt the] [ g:n] (4,,g) [Matt the g] [n:at] (,,n) [att the gn] [at:] (,,t) Text: 64 bits, Code: 34 bits, Rate:

11 S-buffer B-buffer Codeword [Nat the ba] [t :s] (,8,) [t the bat ] [s:wa] (,s) [ the bat s] [w:at] (,w) [the bat sw] [at :] (,5,3) [ bat swat ] [at :] (,3,3) [t swat at ] [M:at] (,M) [ swat at M] [at:t] (,4,) [wat at Mat] [t :t] (,5,) [t at Matt ] [t:he] (,,) [ at Matt t] [h:e ] (,h) [at Matt th] [e: g] (,e) [t Matt the] [ :gn] (,4,) [ Matt the ] [g:na] (,g) [Matt the g] [n:at] (,n) [att the gn] [at:] (,,) Text: 64 bits, Code: 99 bits, Rate:.7538 (c) Index Codeword Dictionary Binary (,N) [N] : (,a) [a] : 3 (,t) [t] : 4 (, ) [ ] : 5 (3,h) [th] : 6 (,e) [e] : 7 (4,b) [ b] : 8 (,t) [at] : 9 (4,s) [ s] : (,w) [w] : (8, ) [at ] : (,M) [at M] : 3 (8,t) [att] : 4 (4,t) [ t] : 5 (,h) [h] : 6 (6, ) [e ] : 7 (,g) [g] : 8 (,n) [n] : 9 (,t) -- : Text: 64 bits, Code: 6 bits, Rate:.88 (d) 9

12 Index Codeword Dictionary Binary 3 [ ] 77 [M] 78 [N] 97 [a] 98 [b] [e] 3 [g] 4 [h] [n] 5 [s] 6 [t] 9 [w] [Na] [at] 58 6 [t ] 59 3 [ t] 6 6 [th] 6 4 [he] 6 [e ] 63 3 [ b] [ba] [at ] 66 3 [ s] 67 5 [sw] 68 9 [wa] [at a] 7 65 [at M] 7 77 [Ma] 7 57 [att] [t t] 74 6 [the] 75 6 [e g] 76 3 [gn] 77 [na] Text: 64 bits, Code: 6 bits, Rate: Encoding

13 step lexicon prefix new symbol codeword (pointer,new symbol) binary T (, T ), T H (, H ), H E (, E ), 3 E (, ), 4 F (, F ), 5 F R (, R ), 6 R I (, I ), 7 I E N (3, N ), 8 EN D (, D ), 9 D I (4, I ), I N (, N ), N N (4, N ), N E E (3, E ), 3 EE D (9, ), 4 D I S (7, S ), 5 IS T (4, T ), 6 T H E (, E ), 7 HE F (4, F ), 8 F R I (6, I ), 9 RI EN D (8, D ), END I N (, N ), IN D E (9, E ), DE E D (3, D ), The length of the code sequence is 68 bits. Assume that the source alphabet is ASCII, then the source sequence is of length 3 bits. There are only ten different symbols in the sequence, therefore we can use a letter alphabet, {T,H,E,-,F,R,I,N,D,S}. In that case we get 39 4 = 56 bits as the source sequence. 36. The definition of jointly typical sequences can be rewritten as and n(h(x,y )+ε) n(h(x,y ) ε) p(x, y) n(h(y )+ε) n(h(y ) ε) p(y) Dividing these and using the chainrule concludes the proof. 37. (a) According to the data processing inequality we have that I(X; Y ) I(X; Ỹ ), where X Y Ỹ forms a Markov chain. Now if p(x) maximizes I(X; Ỹ ) we have that C = max I(X; Y ) I(X; Y ) p(x)= p(x) I(X; Ỹ ) p(x)= p(x) = max I(X; Ỹ ) = C p(x) p(x)

14 The capacity is not decreased only if we have equality in the data processing inequality, that is when X Ỹ Y forms the Markov chain. 38. (a) Since X and Z independent H(Y X) = H(Z X) = H(Z) = log 3. The capacity becomes C = max p(x) I(X; Y ) = max H(Y ) log 3 = log log 3 = log p(x) 3 This is achieved for uniform Y which by symmetry is achieved for uniform X, i.e. p(x i ) = i. 39. Assume that P (X = ) = p and P (X = ) = p. Then { P (Y = ) = P (X = )P (Z = ) = αp Then P (Y = ) = P (Y = ) = αp I(X; Y ) = H(Y ) H(Y X) = h(αp) (( p)h() + ph(α)) = h(αp) ph(α) Diffretiatin with respect to p gives us the maximizing p =. The capacity is α( h(α) α +) C = h(α p) ph(α) = = log( h(α α + ) h(α) α 4. (a) C = log 4 h( ) = = C = log 4 H( 3, 3, 6, 6 ), 87 (c) C = log 3 H(, 3, 6 ), 6 4. By assuming that P (X = ) = π and P (X = ) = π we get the following: H(Y ) = H(π( p q) + ( π)p, πq + ( π)q, ( π)( p q) + πp) = H(π pπ qπ + p, q, p q π + pπ + qπ) ( ) π pπ qπ + p p q π + pπ + qπ = h(q) + ( q)h, h(q) + ( q) ( q) ( q) with equality if π =, where H(, ) =. C = max I(X; Y ) = max(h(y ) H(Y X)) = h(q) + ( q) H(p, q, p q) p(x) p(x) ( ( )) p q p = ( q) H, q q 4. Assume that P (X = ) = A and P (X = ) = A. Then ( H(Y ) = H ( A) + A, A ) ( = H A, A ) = h( A ) H(Y X) = P (X = )H(Y X = ) + P (X = )H(Y X = ) = Ah( ) = A

15 and we conclude } C = max {h( A ) A p(x) Differentiation with respect to A gives the optimal à = 5. C = h( à ) Ã, By cascading two BSCs we get the following probabilities: P (X =, Z = ) = ( p) + p P (X =, Z = ) = p( p) + ( p)p = p( p) P (X =, Z = ) = p( p) P (X =, Z = ) = ( p) + p This channel can be seen as a new BSC with crossover probability ɛ = p( p). The capacity for this channel becomes C = h(ɛ) = h(p( p)). 44. (a) R = 3 6 Find the codewords for u = (), u = () and u 3 = () and form the gernerator matrix G = (c) List all codewords (d) u x u x Then we get d min = min x {w H (x)} = 3 From part b we note that G = (I P ). Since ( ) ( ) P I P = P P = I we get H = (P T I) = 3

16 (e) List the most probable error patterns e s = eh T (f) where the last row is one of the weight two vectors that gives the syndrom (). One (correctable) error An uncorrectable error u = x = e = y = x e = s = yh T = ê = ˆx = y ê = û = u = x = e = y = x e = s = yh T = ê = ˆx = y ê = û = 45. Consider the graphical interpretation of F n and the two codewords x i and x j. λ γ + x x d d min λ A received symbol that is at Hamming distance at most λ from a codeword is corrected to that codeword. This is indicated by a sphere with radius λ around each codeword. Received symbols that lies outside a sphere are detected to be eroneus. The distance from one codeword to the sphere around another codeword is γ +, the number of detected errors, and the minimal distance between two codewords must be at least γ++λ. Hence, d min λ + γ According to the definition of differential entropi (H(X) = f(x) log f(x) dx) we get that: 4

17 (a) (c) H(X) = = H(X) = = H(X) = b a f(x) log f(x) dx = [ x log (b a) b a ] b a f(x) log f(x) dx πσ e (x µ) σ = log πσ πσ + log e σ b a = log (b a) (x µ) πσ ( ) b a log dx b a [ log πσ e (x µ) σ dx e (x µ) σ = log (πσ ) + log e σ σ = log (πeσ ) = f(x) log f(x) dx = ] (x µ) e σ dx dx ( λe λx log λe λx) dx λe λx (log λ λx log e) dx = log λ + λ log e xλe λx dx = log λ + log e = log e λ (d) ( ) H(X) = λe λ x log λe λ x dx [ ( ) λ = λe λx log eλx dx + ( λ λe λx log [ ( ( ) ) ] λ = λe λx log + λe λx log e( λx) dx [ ( ) λ ] = log λ log e xλe λx dx = log e λ e λx ) ] dx 47. (a) The sum of two normal variables is normal distributed with N(µ + µ, σ + σ ). According to Problem 46. the entropy becomes log πe(σ + σ ). 48. The mutual information is I(X; Y ) = H(Y ) H(Y X) = H(Y ) H(X + Z X) = H(Y ) H(Z), where H(Z) = log ( ( )) = log. Since Y ranges from -3 to 3 with uniform weights p / for 3 Y, (p + p )/ for Y etc the maximum of H(Y ) is obtained for a uniform Y. This can be achieved if the distribution of X is ( 3,, 3,, 3 ). Now H(Y ) = log (3 ( 3)) = log 6. We conclude that C = log 6 log = log The differential entropi for a uniformly distributed variable between a and b is H(X) = log (b a). 5

18 (a) H(X) = log ( ) = log = H(X) = log ( ) = log 6, The capacity of this additive white Gaussian noise channel with the output power constraint E[Y ] P is C = max I(X; Y ) = max (H(Y ) H(Y X)) f(x):e[y ] P f(x):e[y ] P = max (H(Y ) H(Z)) f(x):e[y ] P Here the maximum differential entropi is achieved by a normal distribution and the power constraint on Y is satisfied if we choose the distribution of X as N(, P σ). The capacity is C = log (πe(p σ + σ)) log (πe(σ)) = log (πep ) log (πeσ) = log (P σ ) 5. From the problem we have that P (X = ) = p, P (X = ) = p and that f(z) = a, z a, where a >. This gives that the conditional density for y becomes f(y X = ) = a, y a f(y X = ) = a, y a + which gives the desity for y as f(y) = p a, y f(y X = x)p (X = x) = a x, y a ( p) a, a y a + (a) H(X) = h(p) H(X Y ) = H(X y ) P ( y ) }{{} = + H(X y a) P ( y a) }{{} =h(p) + H(X a y a + ) P (a y a + ) }{{} = a = h(p) a log dy = h(p)a a a I(X; Y ) = H(X) H(X Y ) = a h(p) 6

19 p H(Y ) = a log p a a dy a log a+ a dy p log p a a a dy = p a log p a (a ) a log a p log p a a = h(p) + log a a H(X Y ) = x H(Y X = x) P (X = x) = log a }{{} =log a I(X; Y ) = H(Y ) H(Y X) = a h(p) (c) C = max I(X; Y ) = p a for p =. 5. We can use the total power P + P + P 3 + P 4 = 7 and for the four channels the noise power is N =, N = 4, N 3 = 9, N 4 = 6. Let B = P i + N i for the used channels. Since (6 ) + (6 4) + (6 9) > 7 we should not use channel four when reaching capacity. Similarly, since (9 ) + (9 4) < 7 we should use the rest of the three channels. These tests are marked as dashed lines in the figure below. Hence, B = P + = P +4 = P 3 +9, which leads to B = 3 (P + P + P 3 + 4) = 3 (7 + 4) = 3 3. The capacity becomes C = 3 i= ( log + P ) i = N i 3 log B = 3 N i log log log 3 9 i= = 3 log 3 5 log B P 3 9 P P N 4 4 N 3 N N 7

Capacity of a channel Shannon s second theorem. Information Theory 1/33

Capacity of a channel Shannon s second theorem. Information Theory 1/33 Capacity of a channel Shannon s second theorem Information Theory 1/33 Outline 1. Memoryless channels, examples ; 2. Capacity ; 3. Symmetric channels ; 4. Channel Coding ; 5. Shannon s second theorem,

More information

EE376A: Homeworks #4 Solutions Due on Thursday, February 22, 2018 Please submit on Gradescope. Start every question on a new page.

EE376A: Homeworks #4 Solutions Due on Thursday, February 22, 2018 Please submit on Gradescope. Start every question on a new page. EE376A: Homeworks #4 Solutions Due on Thursday, February 22, 28 Please submit on Gradescope. Start every question on a new page.. Maximum Differential Entropy (a) Show that among all distributions supported

More information

Chapter 4. Data Transmission and Channel Capacity. Po-Ning Chen, Professor. Department of Communications Engineering. National Chiao Tung University

Chapter 4. Data Transmission and Channel Capacity. Po-Ning Chen, Professor. Department of Communications Engineering. National Chiao Tung University Chapter 4 Data Transmission and Channel Capacity Po-Ning Chen, Professor Department of Communications Engineering National Chiao Tung University Hsin Chu, Taiwan 30050, R.O.C. Principle of Data Transmission

More information

Lecture 3: Channel Capacity

Lecture 3: Channel Capacity Lecture 3: Channel Capacity 1 Definitions Channel capacity is a measure of maximum information per channel usage one can get through a channel. This one of the fundamental concepts in information theory.

More information

Lecture 8: Channel and source-channel coding theorems; BEC & linear codes. 1 Intuitive justification for upper bound on channel capacity

Lecture 8: Channel and source-channel coding theorems; BEC & linear codes. 1 Intuitive justification for upper bound on channel capacity 5-859: Information Theory and Applications in TCS CMU: Spring 23 Lecture 8: Channel and source-channel coding theorems; BEC & linear codes February 7, 23 Lecturer: Venkatesan Guruswami Scribe: Dan Stahlke

More information

Solutions to Homework Set #3 Channel and Source coding

Solutions to Homework Set #3 Channel and Source coding Solutions to Homework Set #3 Channel and Source coding. Rates (a) Channels coding Rate: Assuming you are sending 4 different messages using usages of a channel. What is the rate (in bits per channel use)

More information

Solutions to Homework Set #1 Sanov s Theorem, Rate distortion

Solutions to Homework Set #1 Sanov s Theorem, Rate distortion st Semester 00/ Solutions to Homework Set # Sanov s Theorem, Rate distortion. Sanov s theorem: Prove the simple version of Sanov s theorem for the binary random variables, i.e., let X,X,...,X n be a sequence

More information

EE376A - Information Theory Final, Monday March 14th 2016 Solutions. Please start answering each question on a new page of the answer booklet.

EE376A - Information Theory Final, Monday March 14th 2016 Solutions. Please start answering each question on a new page of the answer booklet. EE376A - Information Theory Final, Monday March 14th 216 Solutions Instructions: You have three hours, 3.3PM - 6.3PM The exam has 4 questions, totaling 12 points. Please start answering each question on

More information

Exercise 1. = P(y a 1)P(a 1 )

Exercise 1. = P(y a 1)P(a 1 ) Chapter 7 Channel Capacity Exercise 1 A source produces independent, equally probable symbols from an alphabet {a 1, a 2 } at a rate of one symbol every 3 seconds. These symbols are transmitted over a

More information

CSCI 2570 Introduction to Nanocomputing

CSCI 2570 Introduction to Nanocomputing CSCI 2570 Introduction to Nanocomputing Information Theory John E Savage What is Information Theory Introduced by Claude Shannon. See Wikipedia Two foci: a) data compression and b) reliable communication

More information

Shannon s noisy-channel theorem

Shannon s noisy-channel theorem Shannon s noisy-channel theorem Information theory Amon Elders Korteweg de Vries Institute for Mathematics University of Amsterdam. Tuesday, 26th of Januari Amon Elders (Korteweg de Vries Institute for

More information

ECE Information theory Final

ECE Information theory Final ECE 776 - Information theory Final Q1 (1 point) We would like to compress a Gaussian source with zero mean and variance 1 We consider two strategies In the first, we quantize with a step size so that the

More information

EE5139R: Problem Set 7 Assigned: 30/09/15, Due: 07/10/15

EE5139R: Problem Set 7 Assigned: 30/09/15, Due: 07/10/15 EE5139R: Problem Set 7 Assigned: 30/09/15, Due: 07/10/15 1. Cascade of Binary Symmetric Channels The conditional probability distribution py x for each of the BSCs may be expressed by the transition probability

More information

Information Theory. Coding and Information Theory. Information Theory Textbooks. Entropy

Information Theory. Coding and Information Theory. Information Theory Textbooks. Entropy Coding and Information Theory Chris Williams, School of Informatics, University of Edinburgh Overview What is information theory? Entropy Coding Information Theory Shannon (1948): Information theory is

More information

EE376A: Homework #3 Due by 11:59pm Saturday, February 10th, 2018

EE376A: Homework #3 Due by 11:59pm Saturday, February 10th, 2018 Please submit the solutions on Gradescope. EE376A: Homework #3 Due by 11:59pm Saturday, February 10th, 2018 1. Optimal codeword lengths. Although the codeword lengths of an optimal variable length code

More information

National University of Singapore Department of Electrical & Computer Engineering. Examination for

National University of Singapore Department of Electrical & Computer Engineering. Examination for National University of Singapore Department of Electrical & Computer Engineering Examination for EE5139R Information Theory for Communication Systems (Semester I, 2014/15) November/December 2014 Time Allowed:

More information

Noisy-Channel Coding

Noisy-Channel Coding Copyright Cambridge University Press 2003. On-screen viewing permitted. Printing not permitted. http://www.cambridge.org/05264298 Part II Noisy-Channel Coding Copyright Cambridge University Press 2003.

More information

Notes 3: Stochastic channels and noisy coding theorem bound. 1 Model of information communication and noisy channel

Notes 3: Stochastic channels and noisy coding theorem bound. 1 Model of information communication and noisy channel Introduction to Coding Theory CMU: Spring 2010 Notes 3: Stochastic channels and noisy coding theorem bound January 2010 Lecturer: Venkatesan Guruswami Scribe: Venkatesan Guruswami We now turn to the basic

More information

(Classical) Information Theory III: Noisy channel coding

(Classical) Information Theory III: Noisy channel coding (Classical) Information Theory III: Noisy channel coding Sibasish Ghosh The Institute of Mathematical Sciences CIT Campus, Taramani, Chennai 600 113, India. p. 1 Abstract What is the best possible way

More information

Lecture 8: Channel Capacity, Continuous Random Variables

Lecture 8: Channel Capacity, Continuous Random Variables EE376A/STATS376A Information Theory Lecture 8-02/0/208 Lecture 8: Channel Capacity, Continuous Random Variables Lecturer: Tsachy Weissman Scribe: Augustine Chemparathy, Adithya Ganesh, Philip Hwang Channel

More information

Chapter 9 Fundamental Limits in Information Theory

Chapter 9 Fundamental Limits in Information Theory Chapter 9 Fundamental Limits in Information Theory Information Theory is the fundamental theory behind information manipulation, including data compression and data transmission. 9.1 Introduction o For

More information

Lecture 6 I. CHANNEL CODING. X n (m) P Y X

Lecture 6 I. CHANNEL CODING. X n (m) P Y X 6- Introduction to Information Theory Lecture 6 Lecturer: Haim Permuter Scribe: Yoav Eisenberg and Yakov Miron I. CHANNEL CODING We consider the following channel coding problem: m = {,2,..,2 nr} Encoder

More information

Revision of Lecture 5

Revision of Lecture 5 Revision of Lecture 5 Information transferring across channels Channel characteristics and binary symmetric channel Average mutual information Average mutual information tells us what happens to information

More information

Lecture 22: Final Review

Lecture 22: Final Review Lecture 22: Final Review Nuts and bolts Fundamental questions and limits Tools Practical algorithms Future topics Dr Yao Xie, ECE587, Information Theory, Duke University Basics Dr Yao Xie, ECE587, Information

More information

EE/Stat 376B Handout #5 Network Information Theory October, 14, Homework Set #2 Solutions

EE/Stat 376B Handout #5 Network Information Theory October, 14, Homework Set #2 Solutions EE/Stat 376B Handout #5 Network Information Theory October, 14, 014 1. Problem.4 parts (b) and (c). Homework Set # Solutions (b) Consider h(x + Y ) h(x + Y Y ) = h(x Y ) = h(x). (c) Let ay = Y 1 + Y, where

More information

3F1: Signals and Systems INFORMATION THEORY Examples Paper Solutions

3F1: Signals and Systems INFORMATION THEORY Examples Paper Solutions Engineering Tripos Part IIA THIRD YEAR 3F: Signals and Systems INFORMATION THEORY Examples Paper Solutions. Let the joint probability mass function of two binary random variables X and Y be given in the

More information

(each row defines a probability distribution). Given n-strings x X n, y Y n we can use the absence of memory in the channel to compute

(each row defines a probability distribution). Given n-strings x X n, y Y n we can use the absence of memory in the channel to compute ENEE 739C: Advanced Topics in Signal Processing: Coding Theory Instructor: Alexander Barg Lecture 6 (draft; 9/6/03. Error exponents for Discrete Memoryless Channels http://www.enee.umd.edu/ abarg/enee739c/course.html

More information

Lecture 8: Shannon s Noise Models

Lecture 8: Shannon s Noise Models Error Correcting Codes: Combinatorics, Algorithms and Applications (Fall 2007) Lecture 8: Shannon s Noise Models September 14, 2007 Lecturer: Atri Rudra Scribe: Sandipan Kundu& Atri Rudra Till now we have

More information

Lecture 15: Conditional and Joint Typicaility

Lecture 15: Conditional and Joint Typicaility EE376A Information Theory Lecture 1-02/26/2015 Lecture 15: Conditional and Joint Typicaility Lecturer: Kartik Venkat Scribe: Max Zimet, Brian Wai, Sepehr Nezami 1 Notation We always write a sequence of

More information

Homework Set #2 Data Compression, Huffman code and AEP

Homework Set #2 Data Compression, Huffman code and AEP Homework Set #2 Data Compression, Huffman code and AEP 1. Huffman coding. Consider the random variable ( x1 x X = 2 x 3 x 4 x 5 x 6 x 7 0.50 0.26 0.11 0.04 0.04 0.03 0.02 (a Find a binary Huffman code

More information

18.2 Continuous Alphabet (discrete-time, memoryless) Channel

18.2 Continuous Alphabet (discrete-time, memoryless) Channel 0-704: Information Processing and Learning Spring 0 Lecture 8: Gaussian channel, Parallel channels and Rate-distortion theory Lecturer: Aarti Singh Scribe: Danai Koutra Disclaimer: These notes have not

More information

EE5585 Data Compression May 2, Lecture 27

EE5585 Data Compression May 2, Lecture 27 EE5585 Data Compression May 2, 2013 Lecture 27 Instructor: Arya Mazumdar Scribe: Fangying Zhang Distributed Data Compression/Source Coding In the previous class we used a H-W table as a simple example,

More information

LECTURE 10. Last time: Lecture outline

LECTURE 10. Last time: Lecture outline LECTURE 10 Joint AEP Coding Theorem Last time: Error Exponents Lecture outline Strong Coding Theorem Reading: Gallager, Chapter 5. Review Joint AEP A ( ɛ n) (X) A ( ɛ n) (Y ) vs. A ( ɛ n) (X, Y ) 2 nh(x)

More information

ELEC546 Review of Information Theory

ELEC546 Review of Information Theory ELEC546 Review of Information Theory Vincent Lau 1/1/004 1 Review of Information Theory Entropy: Measure of uncertainty of a random variable X. The entropy of X, H(X), is given by: If X is a discrete random

More information

Lecture 2. Capacity of the Gaussian channel

Lecture 2. Capacity of the Gaussian channel Spring, 207 5237S, Wireless Communications II 2. Lecture 2 Capacity of the Gaussian channel Review on basic concepts in inf. theory ( Cover&Thomas: Elements of Inf. Theory, Tse&Viswanath: Appendix B) AWGN

More information

ECE 4400:693 - Information Theory

ECE 4400:693 - Information Theory ECE 4400:693 - Information Theory Dr. Nghi Tran Lecture 8: Differential Entropy Dr. Nghi Tran (ECE-University of Akron) ECE 4400:693 Lecture 1 / 43 Outline 1 Review: Entropy of discrete RVs 2 Differential

More information

16.36 Communication Systems Engineering

16.36 Communication Systems Engineering MIT OpenCourseWare http://ocw.mit.edu 16.36 Communication Systems Engineering Spring 2009 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 16.36: Communication

More information

Lecture 12. Block Diagram

Lecture 12. Block Diagram Lecture 12 Goals Be able to encode using a linear block code Be able to decode a linear block code received over a binary symmetric channel or an additive white Gaussian channel XII-1 Block Diagram Data

More information

Appendix B Information theory from first principles

Appendix B Information theory from first principles Appendix B Information theory from first principles This appendix discusses the information theory behind the capacity expressions used in the book. Section 8.3.4 is the only part of the book that supposes

More information

EE5139R: Problem Set 4 Assigned: 31/08/16, Due: 07/09/16

EE5139R: Problem Set 4 Assigned: 31/08/16, Due: 07/09/16 EE539R: Problem Set 4 Assigned: 3/08/6, Due: 07/09/6. Cover and Thomas: Problem 3.5 Sets defined by probabilities: Define the set C n (t = {x n : P X n(x n 2 nt } (a We have = P X n(x n P X n(x n 2 nt

More information

Solutions to Homework Set #4 Differential Entropy and Gaussian Channel

Solutions to Homework Set #4 Differential Entropy and Gaussian Channel Solutions to Homework Set #4 Differential Entropy and Gaussian Channel 1. Differential entropy. Evaluate the differential entropy h(x = f lnf for the following: (a Find the entropy of the exponential density

More information

4F5: Advanced Communications and Coding Handout 2: The Typical Set, Compression, Mutual Information

4F5: Advanced Communications and Coding Handout 2: The Typical Set, Compression, Mutual Information 4F5: Advanced Communications and Coding Handout 2: The Typical Set, Compression, Mutual Information Ramji Venkataramanan Signal Processing and Communications Lab Department of Engineering ramji.v@eng.cam.ac.uk

More information

Principles of Communications

Principles of Communications Principles of Communications Weiyao Lin Shanghai Jiao Tong University Chapter 10: Information Theory Textbook: Chapter 12 Communication Systems Engineering: Ch 6.1, Ch 9.1~ 9. 92 2009/2010 Meixia Tao @

More information

Channel capacity. Outline : 1. Source entropy 2. Discrete memoryless channel 3. Mutual information 4. Channel capacity 5.

Channel capacity. Outline : 1. Source entropy 2. Discrete memoryless channel 3. Mutual information 4. Channel capacity 5. Channel capacity Outline : 1. Source entropy 2. Discrete memoryless channel 3. Mutual information 4. Channel capacity 5. Exercices Exercise session 11 : Channel capacity 1 1. Source entropy Given X a memoryless

More information

Solutions to Set #2 Data Compression, Huffman code and AEP

Solutions to Set #2 Data Compression, Huffman code and AEP Solutions to Set #2 Data Compression, Huffman code and AEP. Huffman coding. Consider the random variable ( ) x x X = 2 x 3 x 4 x 5 x 6 x 7 0.50 0.26 0. 0.04 0.04 0.03 0.02 (a) Find a binary Huffman code

More information

X 1 : X Table 1: Y = X X 2

X 1 : X Table 1: Y = X X 2 ECE 534: Elements of Information Theory, Fall 200 Homework 3 Solutions (ALL DUE to Kenneth S. Palacio Baus) December, 200. Problem 5.20. Multiple access (a) Find the capacity region for the multiple-access

More information

EE229B - Final Project. Capacity-Approaching Low-Density Parity-Check Codes

EE229B - Final Project. Capacity-Approaching Low-Density Parity-Check Codes EE229B - Final Project Capacity-Approaching Low-Density Parity-Check Codes Pierre Garrigues EECS department, UC Berkeley garrigue@eecs.berkeley.edu May 13, 2005 Abstract The class of low-density parity-check

More information

Network coding for multicast relation to compression and generalization of Slepian-Wolf

Network coding for multicast relation to compression and generalization of Slepian-Wolf Network coding for multicast relation to compression and generalization of Slepian-Wolf 1 Overview Review of Slepian-Wolf Distributed network compression Error exponents Source-channel separation issues

More information

ECE Information theory Final (Fall 2008)

ECE Information theory Final (Fall 2008) ECE 776 - Information theory Final (Fall 2008) Q.1. (1 point) Consider the following bursty transmission scheme for a Gaussian channel with noise power N and average power constraint P (i.e., 1/n X n i=1

More information

CS6304 / Analog and Digital Communication UNIT IV - SOURCE AND ERROR CONTROL CODING PART A 1. What is the use of error control coding? The main use of error control coding is to reduce the overall probability

More information

Error Correcting Codes: Combinatorics, Algorithms and Applications Spring Homework Due Monday March 23, 2009 in class

Error Correcting Codes: Combinatorics, Algorithms and Applications Spring Homework Due Monday March 23, 2009 in class Error Correcting Codes: Combinatorics, Algorithms and Applications Spring 2009 Homework Due Monday March 23, 2009 in class You can collaborate in groups of up to 3. However, the write-ups must be done

More information

Chapter 3 Source Coding. 3.1 An Introduction to Source Coding 3.2 Optimal Source Codes 3.3 Shannon-Fano Code 3.4 Huffman Code

Chapter 3 Source Coding. 3.1 An Introduction to Source Coding 3.2 Optimal Source Codes 3.3 Shannon-Fano Code 3.4 Huffman Code Chapter 3 Source Coding 3. An Introduction to Source Coding 3.2 Optimal Source Codes 3.3 Shannon-Fano Code 3.4 Huffman Code 3. An Introduction to Source Coding Entropy (in bits per symbol) implies in average

More information

Note that the new channel is noisier than the original two : and H(A I +A2-2A1A2) > H(A2) (why?). min(c,, C2 ) = min(1 - H(a t ), 1 - H(A 2 )).

Note that the new channel is noisier than the original two : and H(A I +A2-2A1A2) > H(A2) (why?). min(c,, C2 ) = min(1 - H(a t ), 1 - H(A 2 )). l I ~-16 / (a) (5 points) What is the capacity Cr of the channel X -> Y? What is C of the channel Y - Z? (b) (5 points) What is the capacity C 3 of the cascaded channel X -3 Z? (c) (5 points) A ow let.

More information

Coding for Discrete Source

Coding for Discrete Source EGR 544 Communication Theory 3. Coding for Discrete Sources Z. Aliyazicioglu Electrical and Computer Engineering Department Cal Poly Pomona Coding for Discrete Source Coding Represent source data effectively

More information

Shannon s Noisy-Channel Coding Theorem

Shannon s Noisy-Channel Coding Theorem Shannon s Noisy-Channel Coding Theorem Lucas Slot Sebastian Zur February 2015 Abstract In information theory, Shannon s Noisy-Channel Coding Theorem states that it is possible to communicate over a noisy

More information

Chapter 2: Entropy and Mutual Information. University of Illinois at Chicago ECE 534, Natasha Devroye

Chapter 2: Entropy and Mutual Information. University of Illinois at Chicago ECE 534, Natasha Devroye Chapter 2: Entropy and Mutual Information Chapter 2 outline Definitions Entropy Joint entropy, conditional entropy Relative entropy, mutual information Chain rules Jensen s inequality Log-sum inequality

More information

Physical Layer and Coding

Physical Layer and Coding Physical Layer and Coding Muriel Médard Professor EECS Overview A variety of physical media: copper, free space, optical fiber Unified way of addressing signals at the input and the output of these media:

More information

1 Ex. 1 Verify that the function H(p 1,..., p n ) = k p k log 2 p k satisfies all 8 axioms on H.

1 Ex. 1 Verify that the function H(p 1,..., p n ) = k p k log 2 p k satisfies all 8 axioms on H. Problem sheet Ex. Verify that the function H(p,..., p n ) = k p k log p k satisfies all 8 axioms on H. Ex. (Not to be handed in). looking at the notes). List as many of the 8 axioms as you can, (without

More information

Chapter 2: Source coding

Chapter 2: Source coding Chapter 2: meghdadi@ensil.unilim.fr University of Limoges Chapter 2: Entropy of Markov Source Chapter 2: Entropy of Markov Source Markov model for information sources Given the present, the future is independent

More information

ECE598: Information-theoretic methods in high-dimensional statistics Spring 2016

ECE598: Information-theoretic methods in high-dimensional statistics Spring 2016 ECE598: Information-theoretic methods in high-dimensional statistics Spring 06 Lecture : Mutual Information Method Lecturer: Yihong Wu Scribe: Jaeho Lee, Mar, 06 Ed. Mar 9 Quick review: Assouad s lemma

More information

EE 229B ERROR CONTROL CODING Spring 2005

EE 229B ERROR CONTROL CODING Spring 2005 EE 229B ERROR CONTROL CODING Spring 2005 Solutions for Homework 1 1. Is there room? Prove or disprove : There is a (12,7) binary linear code with d min = 5. If there were a (12,7) binary linear code with

More information

Shannon s Noisy-Channel Coding Theorem

Shannon s Noisy-Channel Coding Theorem Shannon s Noisy-Channel Coding Theorem Lucas Slot Sebastian Zur February 13, 2015 Lucas Slot, Sebastian Zur Shannon s Noisy-Channel Coding Theorem February 13, 2015 1 / 29 Outline 1 Definitions and Terminology

More information

One Lesson of Information Theory

One Lesson of Information Theory Institut für One Lesson of Information Theory Prof. Dr.-Ing. Volker Kühn Institute of Communications Engineering University of Rostock, Germany Email: volker.kuehn@uni-rostock.de http://www.int.uni-rostock.de/

More information

An instantaneous code (prefix code, tree code) with the codeword lengths l 1,..., l N exists if and only if. 2 l i. i=1

An instantaneous code (prefix code, tree code) with the codeword lengths l 1,..., l N exists if and only if. 2 l i. i=1 Kraft s inequality An instantaneous code (prefix code, tree code) with the codeword lengths l 1,..., l N exists if and only if N 2 l i 1 Proof: Suppose that we have a tree code. Let l max = max{l 1,...,

More information

MARKOV CHAINS A finite state Markov chain is a sequence of discrete cv s from a finite alphabet where is a pmf on and for

MARKOV CHAINS A finite state Markov chain is a sequence of discrete cv s from a finite alphabet where is a pmf on and for MARKOV CHAINS A finite state Markov chain is a sequence S 0,S 1,... of discrete cv s from a finite alphabet S where q 0 (s) is a pmf on S 0 and for n 1, Q(s s ) = Pr(S n =s S n 1 =s ) = Pr(S n =s S n 1

More information

10-704: Information Processing and Learning Fall Lecture 9: Sept 28

10-704: Information Processing and Learning Fall Lecture 9: Sept 28 10-704: Information Processing and Learning Fall 2016 Lecturer: Siheng Chen Lecture 9: Sept 28 Note: These notes are based on scribed notes from Spring15 offering of this course. LaTeX template courtesy

More information

Lecture 4: Proof of Shannon s theorem and an explicit code

Lecture 4: Proof of Shannon s theorem and an explicit code CSE 533: Error-Correcting Codes (Autumn 006 Lecture 4: Proof of Shannon s theorem and an explicit code October 11, 006 Lecturer: Venkatesan Guruswami Scribe: Atri Rudra 1 Overview Last lecture we stated

More information

Chapter 8: Differential entropy. University of Illinois at Chicago ECE 534, Natasha Devroye

Chapter 8: Differential entropy. University of Illinois at Chicago ECE 534, Natasha Devroye Chapter 8: Differential entropy Chapter 8 outline Motivation Definitions Relation to discrete entropy Joint and conditional differential entropy Relative entropy and mutual information Properties AEP for

More information

1 Introduction to information theory

1 Introduction to information theory 1 Introduction to information theory 1.1 Introduction In this chapter we present some of the basic concepts of information theory. The situations we have in mind involve the exchange of information through

More information

Upper Bounds on the Capacity of Binary Intermittent Communication

Upper Bounds on the Capacity of Binary Intermittent Communication Upper Bounds on the Capacity of Binary Intermittent Communication Mostafa Khoshnevisan and J. Nicholas Laneman Department of Electrical Engineering University of Notre Dame Notre Dame, Indiana 46556 Email:{mhoshne,

More information

LECTURE 13. Last time: Lecture outline

LECTURE 13. Last time: Lecture outline LECTURE 13 Last time: Strong coding theorem Revisiting channel and codes Bound on probability of error Error exponent Lecture outline Fano s Lemma revisited Fano s inequality for codewords Converse to

More information

Lecture 14 February 28

Lecture 14 February 28 EE/Stats 376A: Information Theory Winter 07 Lecture 4 February 8 Lecturer: David Tse Scribe: Sagnik M, Vivek B 4 Outline Gaussian channel and capacity Information measures for continuous random variables

More information

Lecture 4 Noisy Channel Coding

Lecture 4 Noisy Channel Coding Lecture 4 Noisy Channel Coding I-Hsiang Wang Department of Electrical Engineering National Taiwan University ihwang@ntu.edu.tw October 9, 2015 1 / 56 I-Hsiang Wang IT Lecture 4 The Channel Coding Problem

More information

Lecture 5: Channel Capacity. Copyright G. Caire (Sample Lectures) 122

Lecture 5: Channel Capacity. Copyright G. Caire (Sample Lectures) 122 Lecture 5: Channel Capacity Copyright G. Caire (Sample Lectures) 122 M Definitions and Problem Setup 2 X n Y n Encoder p(y x) Decoder ˆM Message Channel Estimate Definition 11. Discrete Memoryless Channel

More information

Bounds on Mutual Information for Simple Codes Using Information Combining

Bounds on Mutual Information for Simple Codes Using Information Combining ACCEPTED FOR PUBLICATION IN ANNALS OF TELECOMM., SPECIAL ISSUE 3RD INT. SYMP. TURBO CODES, 003. FINAL VERSION, AUGUST 004. Bounds on Mutual Information for Simple Codes Using Information Combining Ingmar

More information

Exercises with solutions (Set B)

Exercises with solutions (Set B) Exercises with solutions (Set B) 3. A fair coin is tossed an infinite number of times. Let Y n be a random variable, with n Z, that describes the outcome of the n-th coin toss. If the outcome of the n-th

More information

3F1 Information Theory, Lecture 3

3F1 Information Theory, Lecture 3 3F1 Information Theory, Lecture 3 Jossy Sayir Department of Engineering Michaelmas 2013, 29 November 2013 Memoryless Sources Arithmetic Coding Sources with Memory Markov Example 2 / 21 Encoding the output

More information

SIPCom8-1: Information Theory and Coding Linear Binary Codes Ingmar Land

SIPCom8-1: Information Theory and Coding Linear Binary Codes Ingmar Land SIPCom8-1: Information Theory and Coding Linear Binary Codes Ingmar Land Ingmar Land, SIPCom8-1: Information Theory and Coding (2005 Spring) p.1 Overview Basic Concepts of Channel Coding Block Codes I:

More information

A One-to-One Code and Its Anti-Redundancy

A One-to-One Code and Its Anti-Redundancy A One-to-One Code and Its Anti-Redundancy W. Szpankowski Department of Computer Science, Purdue University July 4, 2005 This research is supported by NSF, NSA and NIH. Outline of the Talk. Prefix Codes

More information

Communications Theory and Engineering

Communications Theory and Engineering Communications Theory and Engineering Master's Degree in Electronic Engineering Sapienza University of Rome A.A. 2018-2019 AEP Asymptotic Equipartition Property AEP In information theory, the analog of

More information

Lecture 4 : Adaptive source coding algorithms

Lecture 4 : Adaptive source coding algorithms Lecture 4 : Adaptive source coding algorithms February 2, 28 Information Theory Outline 1. Motivation ; 2. adaptive Huffman encoding ; 3. Gallager and Knuth s method ; 4. Dictionary methods : Lempel-Ziv

More information

Lecture 6: Gaussian Channels. Copyright G. Caire (Sample Lectures) 157

Lecture 6: Gaussian Channels. Copyright G. Caire (Sample Lectures) 157 Lecture 6: Gaussian Channels Copyright G. Caire (Sample Lectures) 157 Differential entropy (1) Definition 18. The (joint) differential entropy of a continuous random vector X n p X n(x) over R is: Z h(x

More information

EE376A - Information Theory Midterm, Tuesday February 10th. Please start answering each question on a new page of the answer booklet.

EE376A - Information Theory Midterm, Tuesday February 10th. Please start answering each question on a new page of the answer booklet. EE376A - Information Theory Midterm, Tuesday February 10th Instructions: You have two hours, 7PM - 9PM The exam has 3 questions, totaling 100 points. Please start answering each question on a new page

More information

3F1 Information Theory, Lecture 3

3F1 Information Theory, Lecture 3 3F1 Information Theory, Lecture 3 Jossy Sayir Department of Engineering Michaelmas 2011, 28 November 2011 Memoryless Sources Arithmetic Coding Sources with Memory 2 / 19 Summary of last lecture Prefix-free

More information

Chapter I: Fundamental Information Theory

Chapter I: Fundamental Information Theory ECE-S622/T62 Notes Chapter I: Fundamental Information Theory Ruifeng Zhang Dept. of Electrical & Computer Eng. Drexel University. Information Source Information is the outcome of some physical processes.

More information

Source Coding. Master Universitario en Ingeniería de Telecomunicación. I. Santamaría Universidad de Cantabria

Source Coding. Master Universitario en Ingeniería de Telecomunicación. I. Santamaría Universidad de Cantabria Source Coding Master Universitario en Ingeniería de Telecomunicación I. Santamaría Universidad de Cantabria Contents Introduction Asymptotic Equipartition Property Optimal Codes (Huffman Coding) Universal

More information

Lecture 2: August 31

Lecture 2: August 31 0-704: Information Processing and Learning Fall 206 Lecturer: Aarti Singh Lecture 2: August 3 Note: These notes are based on scribed notes from Spring5 offering of this course. LaTeX template courtesy

More information

Quiz 2 Date: Monday, November 21, 2016

Quiz 2 Date: Monday, November 21, 2016 10-704 Information Processing and Learning Fall 2016 Quiz 2 Date: Monday, November 21, 2016 Name: Andrew ID: Department: Guidelines: 1. PLEASE DO NOT TURN THIS PAGE UNTIL INSTRUCTED. 2. Write your name,

More information

EECS 229A Spring 2007 * * (a) By stationarity and the chain rule for entropy, we have

EECS 229A Spring 2007 * * (a) By stationarity and the chain rule for entropy, we have EECS 229A Spring 2007 * * Solutions to Homework 3 1. Problem 4.11 on pg. 93 of the text. Stationary processes (a) By stationarity and the chain rule for entropy, we have H(X 0 ) + H(X n X 0 ) = H(X 0,

More information

Entropies & Information Theory

Entropies & Information Theory Entropies & Information Theory LECTURE I Nilanjana Datta University of Cambridge,U.K. See lecture notes on: http://www.qi.damtp.cam.ac.uk/node/223 Quantum Information Theory Born out of Classical Information

More information

Variable Length Codes for Degraded Broadcast Channels

Variable Length Codes for Degraded Broadcast Channels Variable Length Codes for Degraded Broadcast Channels Stéphane Musy School of Computer and Communication Sciences, EPFL CH-1015 Lausanne, Switzerland Email: stephane.musy@ep.ch Abstract This paper investigates

More information

MAHALAKSHMI ENGINEERING COLLEGE-TRICHY QUESTION BANK UNIT V PART-A. 1. What is binary symmetric channel (AUC DEC 2006)

MAHALAKSHMI ENGINEERING COLLEGE-TRICHY QUESTION BANK UNIT V PART-A. 1. What is binary symmetric channel (AUC DEC 2006) MAHALAKSHMI ENGINEERING COLLEGE-TRICHY QUESTION BANK SATELLITE COMMUNICATION DEPT./SEM.:ECE/VIII UNIT V PART-A 1. What is binary symmetric channel (AUC DEC 2006) 2. Define information rate? (AUC DEC 2007)

More information

CHAPTER 3. P (B j A i ) P (B j ) =log 2. j=1

CHAPTER 3. P (B j A i ) P (B j ) =log 2. j=1 CHAPTER 3 Problem 3. : Also : Hence : I(B j ; A i ) = log P (B j A i ) P (B j ) 4 P (B j )= P (B j,a i )= i= 3 P (A i )= P (B j,a i )= j= =log P (B j,a i ) P (B j )P (A i ).3, j=.7, j=.4, j=3.3, i=.7,

More information

Problem 7.7 : We assume that P (x i )=1/3, i =1, 2, 3. Then P (y 1 )= 1 ((1 p)+p) = P (y j )=1/3, j=2, 3. Hence : and similarly.

Problem 7.7 : We assume that P (x i )=1/3, i =1, 2, 3. Then P (y 1 )= 1 ((1 p)+p) = P (y j )=1/3, j=2, 3. Hence : and similarly. (b) We note that the above capacity is the same to the capacity of the binary symmetric channel. Indeed, if we considerthe grouping of the output symbols into a = {y 1,y 2 } and b = {y 3,y 4 } we get a

More information

Capacity of AWGN channels

Capacity of AWGN channels Chapter 3 Capacity of AWGN channels In this chapter we prove that the capacity of an AWGN channel with bandwidth W and signal-tonoise ratio SNR is W log 2 (1+SNR) bits per second (b/s). The proof that

More information

Energy State Amplification in an Energy Harvesting Communication System

Energy State Amplification in an Energy Harvesting Communication System Energy State Amplification in an Energy Harvesting Communication System Omur Ozel Sennur Ulukus Department of Electrical and Computer Engineering University of Maryland College Park, MD 20742 omur@umd.edu

More information

Noisy channel communication

Noisy channel communication Information Theory http://www.inf.ed.ac.uk/teaching/courses/it/ Week 6 Communication channels and Information Some notes on the noisy channel setup: Iain Murray, 2012 School of Informatics, University

More information

Two Applications of the Gaussian Poincaré Inequality in the Shannon Theory

Two Applications of the Gaussian Poincaré Inequality in the Shannon Theory Two Applications of the Gaussian Poincaré Inequality in the Shannon Theory Vincent Y. F. Tan (Joint work with Silas L. Fong) National University of Singapore (NUS) 2016 International Zurich Seminar on

More information

Solutions 1. Introduction to Coding Theory - Spring 2010 Solutions 1. Exercise 1.1. See Examples 1.2 and 1.11 in the course notes.

Solutions 1. Introduction to Coding Theory - Spring 2010 Solutions 1. Exercise 1.1. See Examples 1.2 and 1.11 in the course notes. Solutions 1 Exercise 1.1. See Exaples 1.2 and 1.11 in the course notes. Exercise 1.2. Observe that the Haing distance of two vectors is the iniu nuber of bit flips required to transfor one into the other.

More information

Lecture 7 September 24

Lecture 7 September 24 EECS 11: Coding for Digital Communication and Beyond Fall 013 Lecture 7 September 4 Lecturer: Anant Sahai Scribe: Ankush Gupta 7.1 Overview This lecture introduces affine and linear codes. Orthogonal signalling

More information