搜索资源列表
hanming
- 用Verilog语言实现汉明编码,很粗燥,是大三的时候做的-With the Verilog language Hamming code, it is rough dry, a junior at the time to do
hamming
- 汉明码编码与译码全过程,经过验证,简单实用-Hamming code encoding and decoding the entire process, proven, simple and practical
74HammingCode
- 用VHDL语言编写的可以实现(7,4)汉明码编解码的程序。-Using VHDL language can be achieved (7,4) Hamming Code Codec procedures.
hammingDec
- hamming/汉明码的解码代码,在通信中常常用到汉明码-hamming/hamming code decoder code, usually used in communication Hamming Code
hamming_code
- 此程序实现无线信标定位,GPS产生的信号经过(7,4)汉明码编码后发送,接收端解码得到发送端坐标。程序分为发射和接收2部分,在Keil C下编译实现。-This procedure positioning wireless beacons, GPS signal generated by (7,4) hamming code is encoded to send, receive decoding client coordinates to be the sending end. Transmi
Hamming_Code
- 一个vhdl实现的hamming码编码器-an hamming coder using vhdl
ddr2_hamdec64
- VHDL实现的64bit海明码解码模块。 可适用于 Xilinx FPGA, Altera FPGA。-VHDL Implement 64bit Hamming Code (decode)
ddr2_hamenc64
- VHDL实现的64bit海明码编码模块。 可适用于 Xilinx FPGA, Altera FPGA。-VHDL Implement 64 bit Hamming Code (encode)
ma_CRC_files
- decoder of Hamming Use a [7,4] Hamming code. m = 3 n = 2^m-1 k = n-m parmat = hammgen(m) Produce parity-check matrix. trt = syndtable(parmat) Produce decoding table. recd = [1 0 0 1 1 1 1] Suppose this is the received vector. syndrome =
hamming
- Hamming code is an error- correction code that can be used to detect single and double-bit errors and correct single-bit errors that can occur when binary data is transmitted from one device into an- other.
Ham_Code
- Hamming code is implemented by ASIC design method.-With verilog design way, we can check error control code with hamming code .
hamming
- VHDL 实现的海明码编码和校验,可以报错,并且修改错误位,有错误类型码,已包含引脚分配和测试波形-VHDL implementation of the Hamming code and check code can be error, and modify the wrong place, wrong type of code is included pin assignment and test waveform
Hamming
- HAMMING CODE IN VHDL
HAMMING
- The program is hamming code for error detection of a 8 bit data stream. In this algorithm for error detection the number of redundant bits is considered as per the input data stream that is to be transmitted across the network. For example, 8 bits of
Hamming-Code
- 汉明码Hamming Code 单片机编程详解-Hamming code Hamming Code Detailed Microcontroller Programming
hamming
- 用CPLD编写汉明码,在串口输出汉明码序列-Hamming code written by CPLD, Hamming code sequence in the serial output
74-Hamming-code-encoder-and-decoder
- 基于VHDL实现(7,4)汉明码的编码器和译码器-VHDL-based implementation (7,4) Hamming code encoder and decoder
Hamming
- 7bit Hamming code decoder, error detection and correction
(1511)-Hamming-code
- (1511)汉明码设计,www.ebnar.cn推荐-(1511) Hamming code,www.ebnar.cn recommended
Hamming_Code
- 查表法计算汉明码,适用于DSP28335(calculate hamming code by table look-up method)