搜索资源列表
Projectjohu123006
- crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下:
CRC7,CRC8,CRC9,CRC16编解码
- CRC7,CRC8,CRC9,CRC16编解码,查表方法实现,CRC7, CRC8, CRC9, CRC16 codec, look-up table method
crc7
- CRC计算模块,7位CRC计算。经过FPGA及IC平台验证。-CRC calculation module, 7 CRC calculation. Through the FPGA and IC platform for verification.
crc
- 自动完成CRC校验码的计算 1 010110001101 110011 可以得到: (1)index:5 pointing:1 101011 110011 011000 (2)index:6 pointing:0 110000 110011 000011 (3)index:7 pointing:0 000110 0 000110 (4)index:8 pointing:0 001100 0 001100 (5)ind
pycrc-0.7.8
- This directory contains the pycrc general purpose CRC utility and C source file generator. See http://www.tty1.net/pycrc/ for more details.
crcmod-1.7.tar
- The software in this package is a Python module for generating objects that compute the Cyclic Redundancy Check (CRC).
无线通信基站的基带发端仿真系统
- 系统发端整体设计 基带发端系统设计分为八个模块: 1)数据产生模块(Data Generation) 2)CRC校验及码块分割模块(CRC Attachment and Segmentation) 3)信道编码模块(Channel Coding) 4)速率匹配模块(Rate Matching) 5)码块级联模块(Code Block Concatenation) 6)加扰模块(Scrambling) 7)调制模块(Modulation) 8)MIMO层映射和预编码模块(Laye