当前位置:
首页 资源下载
搜索资源 - hamming code decoder
搜索资源列表
-
1下载:
最高优先级编码器 8位相等比较器
三人表决器(三种不同的描述方式) 加法器描述
8位总线收发器:74245 (注2) 地址译码(for m68008)
多路选择器(使用select语句) LED七段译码
多路选择器(使用if-else语句) 双2-4译码器:74139
多路选择器(使用when-else语句) 二进制到BCD码转换
多路选择器 (使用case语句) 二进制到格雷码转换
双向总线(注2) 汉明纠错吗译码器
三态总线(注2) 汉明纠错吗
-
-
0下载:
内有LED译码器,汉明纠错译码器,地址译码器,最高优先译码器,双2-4译码器等VHDL的源代码-decoder, Hamming error correction decoder, address decoder, the highest priority decoder, dual 2-4 decoder such as VHDL source code
-
-
0下载:
信道编码线性分组码hamming码的编码器译码器设计与仿真实现。-channel coding linear block code hamming yards Encoder Decoder Design and Simulation.
-
-
0下载:
hamming/汉明码的解码代码,在通信中常常用到汉明码-hamming/hamming code decoder code, usually used in communication Hamming Code
-
-
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下载:
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 =
-
-
0下载:
通用汉明码译码器,并加入容错处理,MATLAB源程序-General Hamming code decoder, and add fault tolerance, MATLAB source code
-
-
0下载:
VHDL编写的Hamming码的程序,可以正确解码--- This Hamming decoder accepts an 8-bit Hamming code and performs single error correction and double error detection.
-
-
0下载:
基于VHDL实现(7,4)汉明码的编码器和译码器-VHDL-based implementation (7,4) Hamming code encoder and decoder
-
-
0下载:
7bit Hamming code decoder, error detection and correction
-
-
0下载:
循环码的定义以及由生成多项式求解生成 矩阵和系统生成矩阵的过程,并在Matlab环境下写出了循
环码的编码器和解码器代码,实现了编码和译码功能。分析和讨论了
此码发现错误、纠正错误的能力,并讨论了其与线性分组码、Hamming
码等信道编码的区别与联系。
- Definition of cyclic codes generated by the polynomial generator matrix of the process of seeking system, writte
-
-
0下载:
利用viterbi演算法去解出convolution code
包含兩種方法,一種是soft一種是hard,soft是求內積最大,而hard則是求最小hamming distance。-Convolution edcoder Viterbi decoder algorithm
-
-
0下载:
scr ipt for simulating BER with Cyclic Hamming Code (7,4) with G=1+X+X^3 and Meggitt decoder
-
-
0下载:
Hamming code encoder and decoder for (11,7,1)format
-
-
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
-
-
0下载:
Encoder and decoder for Hamming (14,10) block code without coding in the transmission channel with AWGN.
-
-
0下载:
Verilog Module for a 3 to 8 bit decoder
-
-
0下载:
信道编码线性分组码hamming码的编码器译码器设计与仿真实现-Channel coding of linear block code hamming code encoder decoder design and simulation implementation,,
-
-
0下载:
信道编码线性分组码hamming码的编码器译码器设计与仿真实现,,(Channel coding of linear block code hamming code encoder decoder design and simulation implementation,,)
-