Hamming Code

버전 1.0.0.0 (7.15 KB) 작성자: Marc-Andre Robichaud
Hamming error correction codes, with functions to add/remove parity bits to binary strings.
다운로드 수: 2.4K
업데이트 날짜: 2013/2/7

라이선스 보기

This is a program illustrating Hamming with 5 options:

1) Illustrated error correction walkthrough: takes a string input from the user and does the error induction, detection and correction step by step on screen.

2) Add parity bits to string: Asks the user to input a binary string and outputs the string with the added correct parity bits.

3) Remove parity bits from string: Asks the user to input a binary string and outputs the string with the parity bits removed.

4) How many parity bits does a string that is X long need?: Asks the user to input a string length (integer), outputs the number of parity bits a string of that length needs for Hamming.

5) Generate Hamming matrix: Asks the user to input a string length (integer) and generates a Hamming matrix, like the one that can be seen here: http://en.wikipedia.org/wiki/Hamming_code#General_algorithm

인용 양식

Marc-Andre Robichaud (2025). Hamming Code (https://kr.mathworks.com/matlabcentral/fileexchange/40208-hamming-code), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2011b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Hamming에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0