Tendency of the rate of profit to fall: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Loveless68
en>Jurriaan
 
Line 1: Line 1:
In [[information theory]], the '''noisy-channel coding theorem''' (sometimes '''Shannon's theorem'''), establishes that for any given degree of [[Noisy channel model|noise contamination of a communication channel]], it is possible to communicate discrete data (digital [[information]]) nearly error-free up to a [[Computability|computable]] maximum rate through the channel.  This result was presented by [[Claude Shannon]] in 1948 and was based in part on earlier work and ideas of [[Harry Nyquist]] and [[Ralph Hartley]].
Wilber Berryhill is the title his parents gave him and he completely digs that name. The preferred [http://www.khuplaza.com/dent/14869889 cheap psychic readings] pastime for him and his kids is to perform lacross and he would never give it up. Alaska is where I've always been living. Since I [http://Black7.mireene.com/aqw/5741 tarot readings] was eighteen I've been working as a bookkeeper but soon my wife and I will start our personal company.<br><br>Feel free to visit my web blog; accurate psychic readings ([http://www.herandkingscounty.com/content/information-and-facts-you-must-know-about-hobbies go to website])
 
The '''Shannon limit''' or '''Shannon capacity''' of a communications channel is the theoretical maximum information transfer [[Code rate|rate]] of the channel, for a particular noise level.
 
== Overview ==
 
Stated by [[Claude Shannon]] in 1948, the theorem describes the maximum possible efficiency of [[error-correcting code|error-correcting methods]] versus levels of noise interference and data corruption.  Shannon's theorem has wide-ranging applications in both communications and [[data storage device|data storage]].  This theorem is of foundational importance to the modern field of [[information theory]]. Shannon only gave an outline of the proof. The first rigorous proof is due to [[Amiel Feinstein]] in 1954.
 
The Shannon theorem states that given a noisy channel with [[channel capacity]] ''C'' and information transmitted at a rate ''R'', then if <math>R < C</math> there exist [[code]]s that allow the [[probability of error]] at the receiver to be made arbitrarily small. This means that, theoretically, it is possible to transmit information nearly without error at any rate below a limiting rate, ''C''.
 
The converse is also important. If <math>R > C</math>, an arbitrarily small probability of error is not achievable. All codes will have a probability of error greater than a certain positive minimal level, and this level increases as the rate increases. So, information cannot be guaranteed to be transmitted reliably across a channel at rates beyond the channel capacity.  The theorem does not address the rare situation in which rate and capacity are equal.
 
The channel capacity C can be calculated from the physical properties of a channel; for a band-limited channel with Gaussian noise, using the [[Shannon–Hartley theorem]].
 
Simple schemes such as "send the message 3 times and use a best 2 out of 3 voting scheme if the copies differ" are inefficient error-correction methods, unable to asymptotically guarantee that a block of data can be communicated free of error.  Advanced techniques such as [[Reed–Solomon code]]s and, more recently,  [[low-density parity-check code|low-density parity-check]] (LDPC) codes and [[turbo code]]s, come much closer to reaching the theoretical Shannon limit, but at a cost of high computational complexity.  Using these highly efficient codes and with the computing power in today's [[digital signal processors]], it is now possible to reach very close to the Shannon limit. In fact, it was shown that LDPC codes can reach within 0.0045 dB of the Shannon limit (for very long block lengths).<ref>[[Sae-Young Chung]], [[G. David Forney, Jr.]], [[Thomas J. Richardson]], and [[R&uuml;diger Urbanke]], [http://www.josephboutros.org/ldpc_vs_turbo/ldpc_Chung_CLfeb01.pdf ''On the Design of Low-Density Parity-Check Codes within 0.0045 dB of the Shannon Limit''], [[IEEE Communications Letters]], vol. 5, pp.58-60, Feb. 2001. ISSN 1089-7798</ref>
 
== Mathematical statement ==
 
[[Image:Comm Channel.svg|center|500px]]
 
Theorem (Shannon, 1948):
 
:1. For every discrete memoryless channel, the [[channel capacity]]
 
::<math>\ C = \sup_{p_X} I(X;Y)\, </math><ref>For a description of the "sup" function, see [[Supremum]]</ref>
 
:has the following property.  For any &epsilon; &gt; 0 and ''R &lt; C'', for large enough ''N'', there exists a code of length ''N'' and rate &ge; ''R'' and a decoding algorithm, such that the maximal probability of block error is &le; &epsilon;.
 
:2. If a probability of bit error ''p<sub>b</sub>'' is acceptable, rates up to ''R(p<sub>b</sub>)'' are achievable, where
 
::<math>R(p_b) = \frac{C}{1-H_2(p_b)} .</math>
 
:and <math>  H_2(p_b)</math> is the ''[[binary entropy function]]''
 
::<math>H_2(p_b)=- \left[ p_b \log_2 {p_b} + (1-p_b) \log_2 ({1-p_b}) \right]</math>
 
:3. For any ''p<sub>b</sub>'', rates greater than ''R''(''p''<sub>''b''</sub>) are not achievable.
 
(MacKay (2003), p.&nbsp;162; cf Gallager (1968), ch.5; Cover and Thomas (1991), p.&nbsp;198; Shannon (1948) thm. 11)
 
== Outline of proof ==
As with several other major results in information theory, the proof of the noisy channel coding theorem includes an achievability result and a matching converse resultThese two components serve to bound, in this case, the set of possible rates at which one can communicate over a noisy channel, and matching serves to show that these bounds are tight bounds.
 
The following outlines are only one set of many different styles available for study in information theory texts.
 
===Achievability for discrete memoryless channels===
 
This particular proof of achievability follows the style of proofs that make use of the [[asymptotic equipartition property]] (AEP).  Another style can be found in information theory texts using [[error exponent]]s. 
 
Both types of proofs make use of a random coding argument where the codebook used across a channel is randomly constructed - this serves to make the analysis simpler while still proving the existence of a code satisfying a desired low probability of error at any data rate below the [[channel capacity]].
 
By an AEP-related argument, given a channel, length <math>n</math> strings of source symbols <math>X_1^{n}</math>, and length <math>n</math> strings of channel outputs <math>Y_1^{n}</math>, we can define a ''jointly typical set'' by the following:
 
: <math>A_\varepsilon^{(n)} = \{(x^n, y^n) \in \mathcal X^n \times \mathcal Y^n </math>
 
:::<math>2^{-n(H(X)+\varepsilon)} \le p(X_1^n) \le 2^{-n(H(X) - \varepsilon)}</math>
 
:::<math>2^{-n(H(Y) + \varepsilon)} \le p(Y_1^n) \le 2^{-n(H(Y)-\varepsilon)}</math>
 
:::<math>{2^{-n(H(X,Y) + \varepsilon)}}\le p(X_1^n, Y_1^n) \le 2^{-n(H(X,Y) -\varepsilon)} \}</math>
 
We say that two sequences <math>{X_1^n}</math> and <math>Y_1^n</math> are ''jointly typical'' if they lie in the jointly typical set defined above.
 
'''Steps'''
#In the style of the random coding argument, we randomly generate <math> 2^{nR} </math> codewords of length n from a probability distribution Q.
#This code is revealed to the sender and receiver.  It is also assumed that one knows the transition matrix <math>p(y|x)</math> for the channel being used.
#A message W is chosen according to the uniform distribution on the set of codewords.  That is, <math>Pr(W = w) = 2^{-nR}, w = 1, 2, \dots, 2^{nR}</math>.
#The message W is sent across the channel.
#The receiver receives a sequence according to <math>P(y^n|x^n(w))= \prod_{i = 1}^np(y_i|x_i(w))</math>
#Sending these codewords across the channel, we receive <math>Y_1^n</math>, and decode to some source sequence if there exists exactly 1 codeword that is jointly typical with Y.  If there are no jointly typical codewords, or if there are more than one, an error is declared.  An error also occurs if a decoded codeword doesn't match the original codeword.  This is called ''typical set decoding''.
 
The probability of error of this scheme is divided into two parts:
 
#First, error can occur if no jointly typical X sequences are found for a received Y sequence
#Second, error can occur if an incorrect X sequence is jointly typical with a received Y sequence.
 
*By the randomness of the code construction, we can assume that the average probability of error averaged over all codes does not depend on the index sent.  Thus, without loss of generality, we can assume ''W'' = 1.
 
*From the joint AEP, we know that the probability that no jointly typical X exists goes to 0 as n grows large.  We can bound this error probability by <math>\varepsilon</math>.
 
*Also from the joint AEP, we know the probability that a particular <math>X_1^{n}(i)</math> and the <math>Y_1^n</math> resulting from ''W'' = 1 are jointly typical is <math>\le 2^{-n(I(X;Y) - 3\varepsilon)}</math>.
 
Define: <math>E_i = \{(X_1^n(i), Y_1^n) \in A_\varepsilon^{(n)}\}, i = 1, 2, \dots, 2^{nR}</math>
 
as the event that message i is jointly typical with the sequence received when message 1 is sent.
 
: <math>
\begin{align}
P(\text{error}) & {} = P(\text{error}|W=1) \le P(E_1^c) + \sum_{i=2}^{2^{nR}}P(E_i) \\
& {} \le \varepsilon + 2^{-n(I(X;Y)-R-3\varepsilon)}.
\end{align}
</math>
 
We can observe that as <math>n</math> goes to infinity, if <math>R < I(X;Y)</math> for the channel, the probability of error will go to 0.
 
Finally, given that the average codebook is shown to be "good," we know that there exists a codebook whose performance is better than the average, and so satisfies our need for arbitrarily low error probability communicating across the noisy channel.
 
=== Weak converse for discrete memoryless channels===
 
Suppose a code of <math>2^{nR}</math> codewords.  Let W be drawn uniformly over this set as an index.  Let <math>X^n</math> and <math>Y^n</math> be the codewords and received codewords, respectively.
 
#<math>nR = H(W) = H(W|Y^n) + I(W;Y^n)\;</math> using identities involving entropy and mutual information
#<math>\le H(W|Y^n) + I(X^n(W);Y^{n})</math> since X is a function of W
#<math>\le 1 + P_e^{(n)}nR + I(X^n(W);Y^n)</math> by the use of [[Fano's Inequality]]
#<math>\le 1 + P_e^{(n)}nR + nC</math> by the fact that capacity is maximized mutual information.
 
The result of these steps is that <math> P_e^{(n)} \ge 1 - \frac{1}{nR} - \frac{C}{R} </math>.  As the block length <math>n</math> goes to infinity, we obtain <math> P_e^{(n)}</math> is bounded away from 0 if R is greater than C - we can get arbitrarily low rates of error only if R is less than C.
 
=== Strong converse for discrete memoryless channels ===
 
A strong converse theorem, proven by Wolfowitz in 1957,<ref>Robert Gallager. ''Information Theory and Reliable Communication.'' New York: John Wiley and Sons, 1968. ISBN 0-471-29048-3</ref> states that,
 
:<math>
P_e \geq 1- \frac{4A}{n(R-C)^2} - e^{-n(R-C)}
</math>
 
for some finite positive constant <math>A</math>. While the weak converse states that the error probability is bounded away from zero as <math>n</math> goes to infinity, the strong converse states that the error goes to 1. Thus, <math>C</math> is a sharp threshold between perfectly reliable and completely unreliable communication.
 
== Channel coding theorem for non-stationary memoryless channels==
We assume that the channel is memoryless, but its transition probabilities change with time, in a fashion known at the transmitter as well as the receiver.
 
Then the channel capacity is given by
 
:<math> 
C=\lim \inf \max_{p^(X_1),p^(X_2),...}\frac{1}{n}\sum_{i=1}^nI(X_i;Y_i).
</math>
 
The maximum is attained at the capacity achieving distributions for each respective channel. That is,
<math>
C=\lim \inf \frac{1}{n}\sum_{i=1}^n C_i
</math>
where <math>C_i</math> is the capacity of the i''th'' channel.
 
=== Outline of the proof===
The proof runs through in almost the same way as that of channel coding theorem. Achievability follows from random coding with each symbol chosen randomly from the capacity achieving distribution for that particular channel. Typicality arguments use the definition of typical sets for non-stationary sources defined in the [[asymptotic equipartition property]] article.
 
The technicality of [[lim inf]] comes into play when <math>\frac{1}{n}\sum_{i=1}^n C_i</math> does not converge.
 
==See also==
* [[Asymptotic equipartition property]] (AEP)
* [[Turbo code]]
* [[Fano's Inequality]]
* [[Shannon's source coding theorem]]
* [[Shannon–Hartley theorem]]
* [[Rate-distortion theory]]
 
==Notes==
{{reflist}}
 
==References==
*[[Claude E. Shannon]], [http://cm.bell-labs.com/cm/ms/what/shannonday/paper.html ''A Mathematical Theory of Communication''] Urbana, IL:University of Illinois Press, 1949 (reprinted 1998).
*[[Amiel Feinstein]], ''A New basic theorem of information theory.'' IEEE Transactions on Information Theory, 4(4):2-22, 1954.
*[[Robert M. Fano]], ''Transmission of information; a statistical theory of communications.'' Cambridge, Mass., M.I.T. Press, 1961. ISBN 0-262-06001-9
*[[Jacob Wolfowitz]], ''The coding of messages subject to chance errors,'' Illinois J. Math., vol. 1, pp.&nbsp;591–606, 1957.
* [[David J. C. MacKay]]. ''[http://www.inference.phy.cam.ac.uk/mackay/itila/book.html Information Theory, Inference, and Learning Algorithms]'' Cambridge: Cambridge University Press, 2003. ISBN 0-521-64298-1
* [[Thomas Cover]], [[Joy Thomas]], Elements of Information Theory. New York, NY:John Wiley & Sons, Inc., 1991. ISBN 0-471-06259-6
 
==External links==
* [http://www.iet.ntnu.no/projects/beats/Documents/LarsTelektronikk02.pdf On Shannon and Shannon's law]
* [http://cnx.org/content/m10180/latest/ Shannon's Noisy Channel Coding Theorem]
* [http://www.inference.phy.cam.ac.uk/mackay/itila/ On-line textbook: Information Theory, Inference, and Learning Algorithms], by [[David MacKay (scientist)|David MacKay]] - gives an entertaining and thorough introduction to Shannon theory, including two proofs of the noisy-channel coding theorem. This text also discusses state-of-the-art methods from coding theory, such as [[low-density parity-check code]]s, and [[Turbo code]]s.
 
{{DEFAULTSORT:Noisy-Channel Coding Theorem}}
[[Category:Information theory]]
[[Category:Theorems in discrete mathematics]]
[[Category:Telecommunication theory]]
[[Category:Coding theory]]

Latest revision as of 14:14, 5 March 2014

Wilber Berryhill is the title his parents gave him and he completely digs that name. The preferred cheap psychic readings pastime for him and his kids is to perform lacross and he would never give it up. Alaska is where I've always been living. Since I tarot readings was eighteen I've been working as a bookkeeper but soon my wife and I will start our personal company.

Feel free to visit my web blog; accurate psychic readings (go to website)