首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > -- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder a

-- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder a

  • 资源大小:5 K
  • 上传时间:2023-04-05
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: Hamming produced Decoder decoder

资 源 简 介

-- 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 USE ieee.std_logic_1164.ALL ENTITY hamdec IS PORT(hamin : IN BIT_VECTOR(0 TO 7) --d0 d1 d2 d3 p0 p1 p2 p4 dataout : OUT BIT_VECTOR(0 TO 3) --d0 d1 d2 d3 sec, ded, ne : OUT BIT) --diagnostic outputs END hamdec ARCHITECTURE ver1 OF hamdec IS BEGIN
VIP VIP
0.175782s