Zyablov Bound
   HOME

TheInfoList



OR:

In coding theory, the Zyablov bound is a lower bound on the rate r and relative distance \delta that are achievable by
concatenated codes In coding theory, concatenated codes form a class of error-correcting codes that are derived by combining an inner code and an outer code. They were conceived in 1966 by Dave Forney as a solution to the problem of finding a code that has both exp ...
.


Statement of the bound

The bound states that there exists a family of q-ary (concatenated, linear) codes with rate r and relative distance \delta whenever r \leqslant \max\limits_ r' \cdot \left (1 - \right ), where H_qis the q-ary entropy function H_q(x) = x \log_q(q-1) - x \log_q(x) - (1 - x) \log_q(1 - x).


Description

The bound is obtained by considering the range of parameters that are obtainable by concatenating a "good" outer code C_ with a "good" inner code C_. Specifically, we suppose that the outer code meets the Singleton bound, i.e. it has rate r_and relative distance \delta_ satisfying r_ + \delta_ = 1. Reed Solomon codes are a family of such codes that can be tuned to have ''any'' rate r_ \in (0,1) and relative distance 1 - r_ (albeit over an alphabet as large as the codeword length). We suppose that the inner code meets the Gilbert–Varshamov bound, i.e. it has rate r_and relative distance \delta_ satisfying r_ + H_q(\delta_) \ge 1. Random linear codes are known to satisfy this property with high probability, and an ''explicit'' linear code satisfying the property can be found by brute-force search (which requires time polynomial in the size of the message space). The concatenation of C_ and C_, denoted C_ \circ C_, has rate r = r_ \cdot r_ and relative distance \delta = \delta_ \cdot \delta_ \ge (1 - r_) \cdot H_q^(1 - r_). Expressing r_ as a function of \delta, r_, :r_ \ge 1- \frac Then optimizing over the choice of r_, we see it is possible for the concatenated code to satisfy, :r \ge \max\limits_ r_ \cdot \left ( 1 - \right ) See Figure 1 for a plot of this bound. Note that the Zyablov bound implies that for every \delta>0, there exists a (concatenated) code with positive rate and positive relative distance.


Remarks

We can construct a code that achieves the Zyablov bound in polynomial time. In particular, we can construct explicit asymptotically good code (over some alphabets) in polynomial time. Linear Codes will help us complete the proof of the above statement since linear codes have polynomial representation. Let Cout be an
, K The comma is a punctuation mark that appears in several variants in different languages. It has the same shape as an apostrophe or single closing quotation mark () in many typefaces, but it differs from them in being placed on the baseline o ...
Reed–Solomon error correction Reed–Solomon codes are a group of error-correcting codes that were introduced by Irving S. Reed and Gustave Solomon in 1960. They have many applications, the most prominent of which include consumer technologies such as MiniDiscs, CDs, DVDs, B ...
code where N = Q-1 (evaluation points being \mathbb_^* with Q = q^k, then k = \theta(\log N). We need to construct the Inner code that lies on Gilbert-Varshamov bound. This can be done in two ways #To perform an exhaustive search on all generator matrices until the required property is satisfied for C_. This is because Varshamovs bound states that there exists a linear code that lies on Gilbert-Varshamon bound which will take q^ time. Using k=rn we get q^=q^=N^, which is upper bounded by nN^, a quasi-polynomial time bound. #To construct C_ in q^ time and use (nN)^ time overall. This can be achieved by using the method of conditional expectation on the proof that random linear code lies on the bound with high probability. Thus we can construct a code that achieves the Zyablov bound in polynomial time.


See also

* Gilbert-Varshamov bound * Singleton bound


References and external links


MIT Lecture Notes on Essential Coding Theory – Dr. Madhu Sudan


* ttp://www.cs.washington.edu/education/courses/cse533/06au/ University of Washington Lecture Notes on Coding Theory- Dr. Venkatesan Guruswami {{CCSDS, state=collapsed Error detection and correction Coding theory Finite fields Information theory