This is an implementation of (7,4) hamming code using belief propagation
版本 1.0.0.0 (382.8 KB) 作者:
Shuang Wang
An implementation of (7,4) hamming code using belief propagation
Given a parity-check matrix,
pchkArray = [1, 1, 1, 0, 1, 0, 0;
0, 1, 1, 1, 0, 1, 0;
1, 0, 1, 1, 0, 0, 1];
for (7,4) hamming code
and noiseCodeword = [1, 0, 1, 1, 0, 0, 0]; with 1 bit error
The belief propagation algorithm is used to correct the error.
引用格式
Shuang Wang (2025). This is an implementation of (7,4) hamming code using belief propagation (https://ww2.mathworks.cn/matlabcentral/fileexchange/39669-this-is-an-implementation-of-7-4-hamming-code-using-belief-propagation), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2008b
兼容任何版本
平台兼容性
Windows macOS Linux类别
在 Help Center 和 MATLAB 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 |
