Error Correction Code for Images
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello,
I wanted to ask about hamming code, in explanation he used (7,4) for redundant bits and total bits --7. Is that only an example or the standard size/formula? I have to do on 32x32 binary image. I am a bit confused here.
I need any other good method for ECC -- error correction code other than this hamming?
Thank you
have a great day!
댓글 수: 0
답변 (1개)
KALYAN ACHARJYA
2024년 12월 15일
That Hamming code is a special case of Hamming code. The total number of bits is 7, while the number of data bits is 4. It means that for error detection and correction purposes, there are 3 redundant bits, known as parity bits. The reason for its popularity as an example of a Hamming code is that it has one of the smallest sizes and possesses error correcting abilities.
The (7,4) Hamming code is an example, not a standard size
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Hamming에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!