Error Correction Code for Images

조회 수: 1 (최근 30일)
marie lasz
marie lasz 2020년 11월 30일
답변: KALYAN ACHARJYA 2024년 12월 15일
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!

답변 (1개)

KALYAN ACHARJYA
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

카테고리

Help CenterFile Exchange에서 Hamming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by