搜索资源列表
VHDL范例
- 最高优先级编码器 8位相等比较器 三人表决器(三种不同的描述方式) 加法器描述 8位总线收发器:74245 (注2) 地址译码(for m68008) 多路选择器(使用select语句) LED七段译码 多路选择器(使用if-else语句) 双2-4译码器:74139 多路选择器(使用when-else语句) 二进制到BCD码转换 多路选择器 (使用case语句) 二进制到格雷码转换 双向总线(注2) 汉明纠错吗译码器 三态总线(注2) 汉明纠错吗
一些译码器源代码
- 内有LED译码器,汉明纠错译码器,地址译码器,最高优先译码器,双2-4译码器等VHDL的源代码-decoder, Hamming error correction decoder, address decoder, the highest priority decoder, dual 2-4 decoder such as VHDL source code
hammingcoding
- 信道编码线性分组码hamming码的编码器译码器设计与仿真实现。-channel coding linear block code hamming yards Encoder Decoder Design and Simulation.
HammingC51
- 用C51程序实现的Hamming编码器和解码器,很方便使用。-C51 program with the Hamming encoder and decoder, very convenient to use.
hanming
- 有关汉明纠错码译码器,希望对大家能有帮助-the Hamming ECC decoder, we can hope for help
hammingDec
- hamming/汉明码的解码代码,在通信中常常用到汉明码-hamming/hamming code decoder code, usually used in communication Hamming Code
HammingDecoder
- -- 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
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_hard
- 漢民碼譯碼器,此源碼提供各種規格的漢民碼解碼,並以副程式寫成,方便使用-hamming decoder
Decoder
- 通用汉明码译码器,并加入容错处理,MATLAB源程序-General Hamming code decoder, and add fault tolerance, MATLAB source code
hamming_decoder
- VHDL编写的Hamming码的程序,可以正确解码--- This Hamming decoder accepts an 8-bit Hamming code and performs single error correction and double error detection.
Matlab
- hamming distance in viterbi by leduy
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
MLDecoder
- 实现汉明译码:最大似然译码及BPSK解调-HAMMING DECODER AND MODULATE
Hamming
- Hamming Encoder of 7bit in VHDL, Where it consists 3 parity bits and 4 data bits, then after it is being passed to decoder where it corrects, if their is any error and gives desired data as output. -Hamming Encoder of 7bit in VHDL, Where it consist
Hamming-code
- Hamming code encoder and decoder for (11,7,1)format
HM74YM
- 在QUARTUS II上实现(7,4)汉明码的译码VHDL语言设计-(7,4)Hamming decoder
Hamming
- this is a hamming coder/decoder implemented in Java programming language
Error-Correcting-For-7bit-Hamming-Code
- Verilog Module for a 3 to 8 bit decoder