Communication - chapter 4 - defs and theorems Flashcards

1
Q

Hamming ball

A

Let 0≤k≤n and x∈{0,1}ⁿ. The balls of radius k centered at x is the set of points {0,1}ⁿ at Hamming distance at most k from x. That is,
Bⁿₖ(x) = {y∈{0,1}ⁿ: dₕ(x,y)<=k}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Proposition 4.2. Size of hamming ball.

A

For any 0≤k≤n and any x∈{0,1}ⁿ we have bⁿₖ=bⁿₖ(x) = sun from i=0 to k of n choose i.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Proposition 4.3. sums and entropies.

A

For every λ∈[0,1/2] and every n∈ℕ, we have that

the sum from 0 to λn of n choose i is less than or equal to 2ᴴ⁽λ⁾ⁿ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Proposition 4.4. Sphere Covering Bound.

A

For any 1≤d≤n, there exists a code C of length n with dₕ(C)≥d and |C|≥2ⁿ/bⁿₔ₋₁

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Theorem 4.5. Sphere Covering Bound Alternative Form.

A

For every λ∈[0,1/2] and every n∈ℕ, there exists a code C of length n with dₕ(C)≥λn and |C|≥2⁽¹⁻ᴴ⁽λ⁾⁾ⁿ i.e., R(C) ≥ 1 -H(λ)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Shannons noisy encoding theorem.

A

Given any p∈[0,1/2) and ε∈(0,1/2-p], there exists n₀=n₀(p,ε) s.t. if n≥n₀ then there exists a code C of length n, the probability of error is less than epsilon and R(C)>= 1- H(P+ε)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Theorem. (looser version of shannons theorem)

A

Given any p∈[0,1/4) and ε∈(0,1/2-2p], there exists n₀=n₀(p,ε) s.t. if n>n₀ then there exists a code C of length n, with probability of error less than epsilon and R(C)>=1-H(2p+ε)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly