RS_5_3_GF256 Reed Solomon (5,3) Coder-Decoder in GF(256):
This codec takes a byte (8-bits) as a symbol and encodes the 3-byte information into a 5-byte code word. The decoder is capable of correcting a single-byte error (even if all 8-bits are erronous) among the 5 bytes of a code word.
ham_7_4_enc Hamming (7,4) encoder: This core encodes every 4-bit information into 7-bit codewords in such a way that any single-bit error can be corrected by the decoder.
Copyright (c) 1999
OPENCORES.ORG. All rights reserved.