搜索资源列表
-
0下载:
-- Hamming Decoder
-- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection.
-- download from: www.pld.com.cn & www.fpga.com.cn
LIBRARY ieee
U
-
-
0下载:
海明码的计算方法海明码是一种具有纠错功能的校验码。本文简单地介绍海明码的计算方法。 -The calculation method of the Hamming code Hamming code is a checksum error correction function. This article briefly describes the Hamming code calculation methods.
-
-
0下载:
7,4汉明码产生和译码的完整代码,检错和纠错能力-7,4 Hamming code generation and decoding the complete code, error detection and correction capabilities
-
-
0下载:
In this assignment you will be designing a chip that both encodes and decodes a data stream using a Hamming code. You will also inject random errors into the data stream and your decoder must be able to fix single-bit errors. Note: This project is in
-