搜索资源列表
CRC算法和c语言实现
- CRC的全称为Cyclic Redundancy Check,中文名称为循环冗余校验。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制-CRC called the Cyclic Redundancy Check, the Chinese name of the Cyclic Redundancy Check. It is an important class of linear block codes, encoding and decoding
hammingcoding
- 信道编码线性分组码hamming码的编码器译码器设计与仿真实现。-channel coding linear block code hamming yards Encoder Decoder Design and Simulation.
xunhuanmabianyiyuanma
- 循环码是线性分组码中的一类重要字码。它具有纠错能力强和易于实现的特点,它适合于代数方法进行研究,编译码的设备也比较简单,再实际中得到了广泛的应用.-cycle linear block code is the code of a kind of important code. It has error correction capability and feature easy to implement, it is suitable for algebraic methods, encrypt
line_code
- 讲解了什么是线性分组码,及其主要功能的实现
crc-8
- CRC的全称为Cyclic Redundancy Check,中文名称为循环冗余校验。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制,CRC called the Cyclic Redundancy Check, the Chinese name of the Cyclic Redundancy Check. It is an important class of linear block codes, encoding and decoding
线性分组码的编码和译码的实现
- 线性分组码的编码和译码的实现 它可以对输入的三位的信息码进行线性分组码编码,对于接收到的六位码字可以进行译码,从而译出三位信息码。
CRC
- 循环冗余校验,中文名称为循环冗余校验(码)。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制。-Cyclic Redundancy Check, the Chinese name for the Cyclic Redundancy Check (code). It is important for a class of linear block codes, encoding and decoding method is simple, error
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
decode
- 该程序利用matlab语言主要实现(7,3)线性分组码的译码,并提取信息码-The program achieved using matlab language major (7,3) linear block code decoding, and extracting information codes
bianma
- 该程序利用matlab主要实现(7,3)线性分组码的编码-Implementation of the program using matlab main (7,3) linear block code encoding
linblkcoderx
- 线性分组码的实现,学习线性分组码的编码原理的很好的材料-Realization of linear block codes
haiming
- 信息论与编码中,实现的一个简单的(7,4)系统线性分组码,也即海明码-Construct a systematic (7,4) linear block code.You can use c lauguage or HDL (VHDL or Verilog-HDL) to describe it. Construct a linear block decoder,and decode the received code vector[0 1 0 1 1 0 1].Please write the
code(opp)
- vhdl语言实现线性分组码的编码以及解码-vhdl language of linear block code encoding and decoding
linear-block-code
- 本程序可以正常下载,运行。线性分组码定义,对于长度为n的二进制分组码,可以表示成(n,k),通常用于前向纠错。在分组码中,监督位加到信息位之后,形成新码,在编码中,k个信息位,被编为n位长度,(n-k)个监督码的作用是实现检错和纠错。-linear block code
xianxingfenzuma
- 实现简单的线性分组码编码及其译码,界面为简单的初级界面,没有完成MFC编程部分。-The simple encoding and decoding of linear block codes, the primary interface for the simple interface, did not complete the program part of the MFC.
CRC-algorithm-principle---C
- CRC的英文全称为Cyclic Redundancy Check(Code),中文名称为循环冗余校验(码)。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制。-The English full CRC Cyclic Redundancy Check (Code), the Chinese name for the cyclic redundancy check (code). It is an important class of linear
BCH-code-_matlab
- 循环码是线性分组码中最重要的一种子类,是目前研究得比较成熟的一类码。它的检、纠错能力较强,编码和译码设备并不复杂,而且性能较好,不仅能纠正随机错误,也能纠正突发错误。循环码还有易于实现的特点,很容易用带反馈的移位寄存器实现其硬件 。循环码具有许多特殊的代数性质,这些性质有助于按照要求的纠错能力系统地构造这类码,并且简化译码算法,目前发现的大部分线性码与循环码有密切关系正是由于循环码具有码的代数结构清晰、性能较好、编译码简单和易于实现的特点,因此在目前的计算机纠错系统中所使用的线性分组码几乎都是循
Line_Block_code6_3
- 利用(6,3)线性分组码实现大数译码的简单仿真程序。-Using linear block codes (6, 3) for the simple simulation program of the decoding of large Numbers.
linear coding 1
- 实现基本的线性分组码,完成编码、调制、解调、译码、统计误码率。(To achieve the basic linear block code, complete coding, modulation, demodulation, decoding, statistical error rate.)
bishe-bianma
- 基于matlab实现的信道编码之线性分组码(Channel coded linear block codes)