"해밍코드(Hamming codes)"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
32번째 줄: 32번째 줄:
 
* 1948 클로드 섀넌 ''A Mathematical Theory of Communication'' 출간
 
* 1948 클로드 섀넌 ''A Mathematical Theory of Communication'' 출간
 
* 1950 해밍코드 논문 출간
 
* 1950 해밍코드 논문 출간
* http://www.google.com/search?hl=en&tbs=tl:1&q=hamming+code
 
 
* [[수학사 연표]]
 
* [[수학사 연표]]
 
 
 
 
 
 
 
==메모[http://library.wolfram.com/infocenter/MathSource/5085/ ]==
 
 
 
 
  
 
 
 
 
  
 
==관련된 항목들==
 
==관련된 항목들==
 
 
* [[E8]]
 
* [[E8]]
  
56번째 줄: 46번째 줄:
  
 
* code는 번역어로 부호, 코드를 사용하고 있다
 
* code는 번역어로 부호, 코드를 사용하고 있다
 +
* {{수학용어집|url=code}}
 
* 단어사전 [http://www.google.com/dictionary?langpair=en%7Cko&q=%EC%BD%94%EB%93%9C http://www.google.com/dictionary?langpair=en|ko&q=코드]
 
* 단어사전 [http://www.google.com/dictionary?langpair=en%7Cko&q=%EC%BD%94%EB%93%9C http://www.google.com/dictionary?langpair=en|ko&q=코드]
* [http://mathnet.kaist.ac.kr/mathnet/math_list.php?mode=list&ftype=&fstr= 대한수학회 수학 학술 용어집]<br>
 
** http://mathnet.kaist.ac.kr/mathnet/math_list.php?mode=list&ftype=eng_term&fstr=code
 
* [http://www.nktech.net/science/term/term_l.jsp?l_mode=cate&s_code_cd=MA 남·북한수학용어비교]
 
* [http://kms.or.kr/home/kor/board/bulletin_list_subject.asp?bulletinid=%7BD6048897-56F9-43D7-8BB6-50B362D1243A%7D&boardname=%BC%F6%C7%D0%BF%EB%BE%EE%C5%E4%B7%D0%B9%E6&globalmenu=7&localmenu=4 대한수학회 수학용어한글화 게시판]
 
 
 
 
  
 
 
 
 
71번째 줄: 56번째 줄:
 
* http://library.wolfram.com/infocenter/MathSource/5085/
 
* http://library.wolfram.com/infocenter/MathSource/5085/
 
* http://www.wolframalpha.com/input/?i=hamming%207%2C4%20code&t=ff3tb01
 
* http://www.wolframalpha.com/input/?i=hamming%207%2C4%20code&t=ff3tb01
 
* [[매스매티카 파일 목록]]
 
 
 
 
  
 
 
 
 
86번째 줄: 67번째 줄:
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  
 
==관련도서==
 
==관련도서==
  
* [http://www.amazon.com/Error-Correcting-through-Packings-Mathematical-Monographs/dp/0883850370/ref=sr_1_2?ie=UTF8&s=books&qid=1224572852&sr=8-2 From Error-Correcting Codes through Sphere Packings to Simple Groups]<br>
+
* [http://www.amazon.com/Error-Correcting-through-Packings-Mathematical-Monographs/dp/0883850370/ref=sr_1_2?ie=UTF8&s=books&qid=1224572852&sr=8-2 From Error-Correcting Codes through Sphere Packings to Simple Groups]
 
** Thomas M. Thompson, 2004
 
** Thomas M. Thompson, 2004
  

2014년 6월 2일 (월) 16:27 판

개요

  • 단일오류정정부호
  • 해밍의 [7,4,3] 코드
  • 확장된 해밍 [8,4,4] 코드

 

 

해밍 [7,4,3] 코드

  • \(x^7+7 x^4 y^3+7 x^3 y^4+y^7\)
  • 각 행이 하나의 codeword에 해당

\[ \begin{array}{ccccccc} 0 & 0 & 0 & 0 & 0 & 0 & 0 \\ \hline 0 & 0 & 0 & 1 & 1 & 0 & 1 \\ \hline 0 & 0 & 1 & 0 & 1 & 1 & 1 \\ \hline 0 & 0 & 1 & 1 & 0 & 1 & 0 \\ \hline 0 & 1 & 0 & 0 & 0 & 1 & 1 \\ \hline 0 & 1 & 0 & 1 & 1 & 1 & 0 \\ \hline 0 & 1 & 1 & 0 & 1 & 0 & 0 \\ \hline 0 & 1 & 1 & 1 & 0 & 0 & 1 \\ \hline 1 & 0 & 0 & 0 & 1 & 1 & 0 \\ \hline 1 & 0 & 0 & 1 & 0 & 1 & 1 \\ \hline 1 & 0 & 1 & 0 & 0 & 0 & 1 \\ \hline 1 & 0 & 1 & 1 & 1 & 0 & 0 \\ \hline 1 & 1 & 0 & 0 & 1 & 0 & 1 \\ \hline 1 & 1 & 0 & 1 & 0 & 0 & 0 \\ \hline 1 & 1 & 1 & 0 & 0 & 1 & 0 \\ \hline 1 & 1 & 1 & 1 & 1 & 1 & 1 \end{array} \]

 

해밍 [8,4,4] 코드

  • \(x^8+14 x^4 y^4+y^8\)
  • 각 행이 하나의 codeword에 해당

\[ \begin{array}{cccccccc} 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\ \hline 0 & 0 & 0 & 1 & 1 & 0 & 1 & 1 \\ \hline 0 & 0 & 1 & 0 & 1 & 1 & 1 & 0 \\ \hline 0 & 0 & 1 & 1 & 0 & 1 & 0 & 1 \\ \hline 0 & 1 & 0 & 0 & 0 & 1 & 1 & 1 \\ \hline 0 & 1 & 0 & 1 & 1 & 1 & 0 & 0 \\ \hline 0 & 1 & 1 & 0 & 1 & 0 & 0 & 1 \\ \hline 0 & 1 & 1 & 1 & 0 & 0 & 1 & 0 \\ \hline 1 & 0 & 0 & 0 & 1 & 1 & 0 & 1 \\ \hline 1 & 0 & 0 & 1 & 0 & 1 & 1 & 0 \\ \hline 1 & 0 & 1 & 0 & 0 & 0 & 1 & 1 \\ \hline 1 & 0 & 1 & 1 & 1 & 0 & 0 & 0 \\ \hline 1 & 1 & 0 & 0 & 1 & 0 & 1 & 0 \\ \hline 1 & 1 & 0 & 1 & 0 & 0 & 0 & 1 \\ \hline 1 & 1 & 1 & 0 & 0 & 1 & 0 & 0 \\ \hline 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 \end{array} \]

 

역사

  • 1948 클로드 섀넌 A Mathematical Theory of Communication 출간
  • 1950 해밍코드 논문 출간
  • 수학사 연표

 

관련된 항목들

 

 

수학용어번역

 

매스매티카 파일 및 계산 리소스

 

사전 형태의 자료

   

관련도서

 

 

관련기사