搜索资源列表
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
flexdec
- 该源代码运行于89c51系列单片机上,可从输入FLEX二进制码流中解交织,处理CRC纠错,并最终解码出有效ASCII码数据.-the source code running on 89c51 MCU, FLEX can be imported from binary code stream deinterleave handling of CRC error correction. and finally decoding of effective ASCII data.
hammingencoding
- 1.汉明编码的硬件实现vhdl语言 2.测试用,简单明晰 3.内含有另一份c代码的汉明码纠错编码源代码-1. Hamming codes hardware vhdl two languages. Test, 3 simple clarity. Another containing a code c Hamming code error correction coding source code
rs_decoder_31_19_6.tar
- Hard-decision decoding scheme Codeword length (n) : 31 symbols. Message length (k) : 19 symbols. Error correction capability (t) : 6 symbols One symbol represents 5 bit. Uses GF(2^5) with primitive polynomial p(x) = X^5 X^2 + 1
xuhuanjiucuo
- 循环纠错码译码器VHDL代码。通信方面FPGA设计基础代码。-cycle error correction decoder VHDL code. Communications FPGA design code base.
hamm7484
- Hamming(7/4,8/4)纠错码的编解码器-hanmming(7/4,8/4) error correction codes s docode and encode
rs255253
- Reed Solomon(255/253)纠错码的编解码器-RS is the short form for Reed-Solomon whih is a kind of algorithm for encoding. This package is the en-/decoder for the Reed-Solomon (255,253) error correction codes.
ecc
- ecc校验,实现flash芯片数据传输过程中的数据校验和纠错,提高稳定性和可靠性!-ecc check, flash chips to achieve the data transmission process of data verification and error correction to improve the stability and reliability!
hamming_encodeadecode
- 用Verilog语言编写的对m序列进行汉明码编译码的程序。具体实现为产生m序列后对其进行(7,4)汉明码编码并加错,然后将其纠错译码并输出,详细过程见仿真。-Written by Verilog m sequence of procedures for coding and decoding Hamming codes. Concrete realization of m sequence to produce its (7,4) hamming code and a mistake, and
CalculateCRC
- CRC校验程序在单片机通信和数据纠错中经常用到,本程序用查表法求得-CRC checksum procedure in single-chip communication and data frequently used for error correction, the procedure look-up table method used to achieve
D
- 单片机双机通信(较强的抗干扰能了和纠错能力)-Single-chip dual-machine communications (can be a strong anti-interference ability and error correction)
1
- 循环码纠错译码器,简单易学,十分适合初学者使用-Cyclic code error correction decoder, easy to learn, very suitable for beginners to use
TELECOM2
- This file contains program files associated with the paper titled "US Digital Cellular Error-Correction Coding Algorithm Implementation on the TMS320C5x", Telecom Applications With The TMS320C5x DSPs, Application Book, 1994, SPRA033. This file c
SPI_SD_INIT_C_v0.2
- SD_MMC 初始化程序,增加其稳定性和纠错能力。-SD_MMC initialization procedure, to increase its stability and error correction capabilities.
fec_package_v1_1
- forward error correction and viterbi decoder source package in C language
LCD128641
- 芯片组(Chipset)是主板的核心组成部分,按照在主板上的排列位置的不同,通常分为北桥芯片和南桥芯片。北桥芯片提供对CPU的类型和主频、内存的类型和最大容量、ISA/PCI/AGP插槽、ECC纠错等支持。南桥芯片则提供对KBC(键盘控制器)、RTC(实时时钟控制器)、USB(通用串行总线)、Ultra DMA/33(66)EIDE数据传输方式和ACPI(高级能源管理)等的支持。其中北桥芯片起着主导性的作用,也称为主桥(Host Bridge)。 -Chipset (Chipset) is a
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.
gen_ecc
- ecc generator Error Correction Coding -ecc generator Error Correction Coding
CRCDecoding
- CRC检错程序。只能检错不能纠错。(40,32)的分组码检错,反馈函数:x8+x7+x4+x3+x+1-CRC error detection process. Not only error detection correction. (40,32) and block code error detection, feedback function: x8+ x7+ x4+ x3+ x+1
