搜索资源列表
8bitCRC
- 多项式为x^8+x^5+x^4+1的CRC(循环冗余校验码)的FPGA设计。-polynomial x 8 x ^ x ^ ^ 5 4 1 CRC (cyclic redundancy check code) FPGA design.
DECODE
- 低密度奇偶校验码即LDPC码的译码C程序,码长为16位
LDPC(VHDL)
- 低密度奇偶校验码的VHDL程序,用于LDPC码的硬件实现
ldpc_linetime_encode
- 低密度奇偶校验码的线性编码方法的matlab源程序
LDPC-2006-02-08
- 这是LDPC码(低密度奇偶校验码)的最新源程序,对研究信道编码的人士有很大帮助
crc_v3
- CRC循环校验码的算法详细介绍及c语言源程序
LDPC-all
- 有关低密度奇偶校验码的一些matlab仿真程序,提供给大家。
PEG_LDPC.rar
- 引入PEG(Progressive-edge-growth)算法来构造适合线性时间编码的LDPC校验矩阵,译码时采用简化最小和Min-Sum译码算法实现简化译码.仿真结果表明,该方法能够构造适合LDPC码的线性时间编码的下三角校验矩阵日,并且用此方法构造的LDPC码性能非常接近原来PEG算法构造的LDPC码.同时通过采用最小和Min-Sum算法降低译码复杂度.,The introduction of PEG (Progressive-edge-growth) algorithm to const
LDPC.rar
- LDPC码编译码源程序,可生成任意非规则二进制校验矩阵,并可进行LLR BP译码,LDPC codec source code can be generated non-arbitrary rules binary check matrix, LLR BP decoding can be carried out
LDPC_LogBP
- 低密度奇偶校验码的对数域BP算法,通过生成校验矩阵得到误码率曲线-Low-density parity-check codes of log-domain BP algorithm, by generating a check matrix obtained BER curves
CRC
- CRC校验码LabVIEW编程实现,可以作为子VI在串口通信中进行校验-CRC, LabVIEW programming, can be used as sub-VI to check the serial communication
Modbus-RTU
- Modbus-RTU测试工具原代码,能自动生成CRC校验码-Modbus-RTU test tool
LDPC
- LDPC奇偶检测校验码的编码,包括一个主程序和4个子程序-LDPC parity check codes encoding detection, including a main program and 4 sub-procedures
John.Wiley.and.Sons.Essentials.of.Error.Control.Co
- 第1章 用于可靠数字传输和存储的编码 第2章 代数引论 第3章 线性分组码 第4章 重要的线性分组吗 第5章 循环码 第6章 二进制BCH码 第7章 非二进制BCH码、RS码及其译码算法 第8章 大数逻辑可译码有限几何码 第9章 线性分组码的网络 第10章 基于可靠性的线性分组码软判决译码算法 第11章 卷积码 第12章 卷积码的最优译码 第13章 卷积码的次优译码 第14章 基于网络的软判决译码算法 第15章 级联编码、码分解与多阶段译码
crc
- 计算modbus的crc校验码的两种方法-two functons to get crc result,using diffrent methods
ldpc_bpsk
- LDPC码与bpsk结合,利用三种不同方法产生生成矩阵和校验矩阵。-LDPC codes combined with bpsk using three different methods have generated matrix and calibration matrix.
crc_mod
- 实现了MODBUS协议的CRC-16校验,数据可以连续进行输入,可以连续得出N个字节的校验码(Implement the CRC - 16 check the MODBUS protocol, data can be input, continuous check code can continuous draw N bytes)
循环冗余码
- 使用Labview编写循环冗余校验程序,适合多个字节数据校验。(Labview cyclic redundancy check)
Mackay
- 实现LDPC码校验矩阵的构造,采用Mackay 1A方法(Implementation of LDPC code check matrix construction uses Mackay 1A method)
CrcGen
- 在串口通信程序中,通信数据需要进行CRC校验,本程序为CRC 校验计算程序源码(the source code for crc verify.)