You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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.
Cite As
Shuang Wang (2026). This is an implementation of (7,4) hamming code using belief propagation (https://www.mathworks.com/matlabcentral/fileexchange/39669-this-is-an-implementation-of-7-4-hamming-code-using-belief-propagation), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (383 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
