Skip to content

implementation of systematic cyclic hamming code with parameters (7, 4, 3)

Notifications You must be signed in to change notification settings

dk98126/systematic-cyclic-hamming-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

systematic-cyclic-hamming-code

implementation of systematic cyclic hamming code with parameters (7, 4, 3) f(x) = x7+1 g(x) = x3+x+1 h(x) = x4+x2+x+1 coder codes information word (4 bits) this way, that decoder can fix one mistake (like 0100000, 0001000...) and decode code word correctly

About

implementation of systematic cyclic hamming code with parameters (7, 4, 3)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages