Suvarna Garge (Editor)

Z channel (information theory)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

A Z-channel is a communications channel used in coding theory and information theory to model the behaviour of some data storage systems.

Contents

Definition

A Z-channel (or a binary asymmetric channel) is a channel with binary input and binary output where the crossover 1 → 0 occurs with nonnegative probability p, whereas the crossover 0 → 1 never occurs. In other words, if X and Y are the random variables describing the probability distributions of the input and the output of the channel, respectively, then the crossovers of the channel are characterized by the conditional probabilities

Prob{Y = 0 | X = 0} = 1 Prob{Y = 0 | X = 1} = p Prob{Y = 1 | X = 0} = 0 Prob{Y = 1 | X = 1} = 1−p

Capacity

The capacity c a p ( Z ) of the Z-channel Z with the crossover 1 → 0 probability p, when the input random variable X is distributed according to the Bernoulli distribution with probability α for the occurrence of 0, is calculated as follows.

c a p ( Z ) = max α { H ( Y ) H ( Y X ) } = max α { H ( Y ) x { 0 , 1 } H ( Y X = x ) P r o b { X = x } }

where H ( ) is the binary entropy function.

The maximum is attained for

α = 1 1 ( 1 p ) ( 1 + 2 H ( p ) / ( 1 p ) ) ,

yielding the following value of c a p ( Z ) as a function of p

c a p ( Z ) = H ( 1 1 + 2 s ( p ) ) s ( p ) 1 + 2 s ( p ) = log 2 ( 1 + 2 s ( p ) ) = log 2 ( 1 + ( 1 p ) p p / ( 1 p ) ) where s ( p ) = H ( p ) 1 p .

For small p, the capacity is approximated by

c a p ( Z ) 1 0.5 H ( p )

as compared to the capacity 1 H ( p ) of the binary symmetric channel with crossover probability p.

Bounds on the size of an asymmetric-error-correcting code

Define the following distance function d A ( x , y ) on the words x , y { 0 , 1 } n of length n transmitted via a Z-channel

d A ( x , y ) = max { | { i x i = 0 , y i = 1 } | , | { i x i = 1 , y i = 0 } | } .

Define the sphere V t ( x ) of radius t around a word x { 0 , 1 } n of length n as the set of all the words at distance t or less from x , in other words,

V t ( x ) = { y { 0 , 1 } n d A ( x , y ) t } .

A code C of length n is said to be t-asymmetric-error-correcting if for any two codewords c c { 0 , 1 } n , one has V t ( c ) V t ( c ) = . Denote by M ( n , t ) the maximum number of codewords in a t-asymmetric-error-correcting code of length n.

The Varshamov bound. For n≥1 and t≥1,

M ( n , t ) 2 n + 1 j = 0 t ( ( n / 2 j ) + ( n / 2 j ) ) .

The constant-weight code bound. For n > 2t ≥ 2, let the sequence B0, B1, ..., Bn-2t-1 be defined as

B 0 = 2 , B i = min 0 j < i { B j + A ( n + t + i j 1 , 2 t + 2 , t + i ) } for i > 0 .

Then M ( n , t ) B n 2 t 1 .

References

Z-channel (information theory) Wikipedia