博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[Information Theory] L1: Introduction to Information Theory
阅读量:4487 次
发布时间:2019-06-08

本文共 1088 字,大约阅读时间需要 3 分钟。

 

 

 

 

1948, Shanon's fundamental problem: Reliable communication over an unreliable channel

 

eg:

 

 

 

 

 

 

 

 

 

change the physics: replace equipment with a better one. 

system solution: add encoding and decoding 

 

 

 

 hat means a guess

 

s -> \hat{s}

 

toy example: binary symmetric channel

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

partity coding: even->0 for p; odd->1 for p

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

\hat{s} = 0 1 1 1 1

 

 

 

 

why the majority vote decoder is the best?

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  

 

 

 

 

 

 

 

 answer: 61

 

 

 

 

74 hamming code

 

 

 

 

 

 

encoder: even for 0 and odd for 1

 

 

decoder:

 

the second one got flipped but we dont know yet.

 

 

 

 

t = 1000101

 

any single flip can be detected and corrected, but if >1, then in trouble

 

 

 

 

 

 

 

 

 Shanon proved that you can  get the error probability arbitrarily small , without the rate having to go to zero

and the boundary between achievable and unachievable is the green line

 

 C is the capacity

 

 

 

 

 binary symmetric channel : bsc

 

binary entropy function

 

eg, f=0.1 => H2f = 0.53 => only two disk in the box and there exists an encoding system and a decoding system that can correct as many errors as you want (< all errors).

=> shanon's noisy channel coding theorem

 

 

 

 

 

 

 

转载于:https://www.cnblogs.com/ecoflex/p/10873537.html

你可能感兴趣的文章
最基本的Git使用方式(eclipse上)
查看>>
写给2013的自己
查看>>
Laravel-lumen 配置JWT
查看>>
MySQL常用存储引擎:MyISAM与InnoDB之华山论剑
查看>>
MVC5+EF6 --自定义控制Action访问权限
查看>>
[CF786B] Legacy
查看>>
Spring 注解@Component,@Service,@Controller,@Repository
查看>>
设置RDLC中table控件的表头在每页显示
查看>>
linux中tomcat内存溢出解决办法 分类: 测试 ...
查看>>
jQuery $.each用法
查看>>
[Luogu 3902]Increasing
查看>>
clear语句处理不同类型的数据结果
查看>>
HDU 6118 度度熊的交易计划(费用流)
查看>>
UrlEncode编码/UrlDecode解码使用方法
查看>>
使用ubuntu作为web开发环境的一些感受
查看>>
easyui-datagrid 自适应列宽问题
查看>>
OO第一次总结
查看>>
VS2012发布网站详细步骤
查看>>
文件下载隐匿执行
查看>>
【导图控】各软件开发版本详解
查看>>