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!