搜索资源列表
BCH(84)
- 本文主要介绍线性分组码的编码的基本原理。论述了汉明码及循环码的编、解码原理和方法。简要说明了线性分组码的差错特性;详细分析了(8,4)循环码的编码和解码过程,并设计出了(8,4)循环码的编码电路和解码电路。-This paper describes the linear block code encoding of the basic principles. Discusses the Hamming code and cyclic code encoding and decoding prin
CRC_description.pdf
- CRC的英文全称为Cyclic Redundancy Check(Code),中文名称为循环冗余校验(码)。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制。-CRC called the English Cyclic Redundancy Check (Code), the Chinese name for the Cyclic Redundancy Check (code). It is important for a class of lin
hammingcoding
- 线性分组码的线性是指码组中码元间的约束关系为线性;分组是指编码时将每k个信息位一组进行独立处理,变换成长度为n (n>k) 的二进制码组。-Linear block code is a linear code group code element binding relationship between the linear group is to encode the information bits of each set of k-independent processing, t
BCH-code-_matlab
- 循环码是线性分组码中最重要的一种子类,是目前研究得比较成熟的一类码。它的检、纠错能力较强,编码和译码设备并不复杂,而且性能较好,不仅能纠正随机错误,也能纠正突发错误。循环码还有易于实现的特点,很容易用带反馈的移位寄存器实现其硬件 。循环码具有许多特殊的代数性质,这些性质有助于按照要求的纠错能力系统地构造这类码,并且简化译码算法,目前发现的大部分线性码与循环码有密切关系正是由于循环码具有码的代数结构清晰、性能较好、编译码简单和易于实现的特点,因此在目前的计算机纠错系统中所使用的线性分组码几乎都是循
LinearBlockCode
- 线性分组码的基础知识的课堂讲义,比较的基础,是学习信道编码可以参考的资源-Linear block code basics lecture notes, the basis of comparison is learning channel coding can refer to resources
RS
- RS纠错编码的原理介绍书籍。比较详细介绍了线性分组码、伽罗华域的概念,重要的是介绍了从原理至工程实现的设计方法。-RS error correction coding theory describes the books. A more detailed descr iption of the linear block code, the concept of Galois fields, it is important introduction to engineering design pr
linear2
- Linear Block Code error correction coding principle and realization method of article detailed account of the software codec realize method with MATLAB simulation program. I see the most classic article on the RS coding