Welcome![Sign In][Sign Up]
Location:
Search - ccitt

Search list

[Data structsProjectjohu123006

Description: 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 循环冗余校验方法的原理如下: (1) 设要发送的数据对应的多项式为P(x)。 (2) 发送方和接收方约定一个生成多项式G(x),设该生成多项式 的最高次幂为r。 (3) 在数据块的末尾添加r个0,则其相对应的多项式为M(x)=XrP(x) 。(左移r位) (4) 用M(x)除以G(x),获得商Q(x)和余式R(x),则 M(x)=Q(x) ×G(x)+R(x)。 (5) 令T(x)=M(x)+R(x),采用模2运算,T(x)所对应的数据是在原数 据块的末尾加上余式所对应的数据得到的。 (6) 发送T(x)所对应的数据。 (7) 设接收端接收到的数据对应的多项式为T’(x),将T’(x)除以G(x) ,若余式为0,则认为没有错误,否则认为有错。-crc-generating polynomial arbitrary Operators adaptive algorithm Cyclic Redundancy Check (CRC. Cyclic Redundancy Code) is the polynomial coder, This way the data to be sent as a polynomial coefficient data bn- 1bn-2 ... b1b0 (0 or 1), corresponding to the polynomial : bn- 1Xn-1 bn- 2Xn-2 ... b1X belts such as : data "10010101" polynomial can be written as a X7 X4 X2. Cyclic Redundancy Check Cyclic Redundancy Check method of principle as follows : (1) The data to be sent to the corresponding polynomial p (x). (2) the sender and the receiver agreed on a generator polynomial G (x), set up the generator polynomial of the highest power of r. (3) In the data block Add to the end of r-0, then the polynomial corresponding to M (x) = XrP (x). (R-bits) (4) M (x) divided by G (
Platform: | Size: 459776 | Author: johu | Hits:

[Windows DevelopCRC_16_Sample

Description: MODBUS等通讯协议中CRC校验码的生成和测试-MODBUS communication protocol such as CRC code generation and testing
Platform: | Size: 397312 | Author: 王跃跃 | Hits:

[ARM-PowerPC-ColdFire-MIPSCalCrc_V1.1

Description: CRC16,CRC32,校验和实用计算工具,支持10,16进制 V1.1 增强了系统兼容性-CYXLIC REDUNDANCY, CRC32-and testing and practical calculation tools, support 10, 16 V1.1 enhanced 229 system compatibility
Platform: | Size: 208896 | Author: dszc | Hits:

[AlgorithmCrcCheck

Description: Modbus RTU CRC Check
Platform: | Size: 2048 | Author: | Hits:

[OtherVserialinterfacestandar

Description: 原CCITT为了实现在电话线路上(专线和公众交换网)进行数据通信,并统一接口标准,制定了一系列V建议。V系列建议的辉煌已经成为历史。但V系列建议却仍然广泛地使用,可以说数据通信是离不开V系列标准的。-original CCITT in order to achieve the phone lines (green and the public switched network), for data communications, and interface standards, a series of V proposal. V brilliant series of proposals already become history. V series of proposals but still widely used, it can be said that data communication is inseparable from the V series.
Platform: | Size: 312320 | Author: lirui | Hits:

[Communication-Mobilecrc_16

Description: CRC-16的编解码程序和仿真结果。统计了漏检概率随错误比特数目的曲线。-CRC-16 codec procedures and simulation results. Statistics of the undetected bit error probability with the number of curves.
Platform: | Size: 21504 | Author: 李明 | Hits:

[SCMcrc

Description: MSP430的CRC程序设计实现,位运算和查表法-MSP430 realize the CRC program design, digital computing and look-up table method
Platform: | Size: 1024 | Author: caichangxin | Hits:

[source in ebookHDLC

Description: HDLC链路层协议的CRC校验.HDLC使用16位CRC校验。使用的多项式是:x16+x12+x5+x0-HDLC link layer protocol of the CRC checksum. HDLC using 16-bit CRC checksum. Polynomial is used: x16+ X12+ X5+ X0
Platform: | Size: 1024 | Author: 李洪臣 | Hits:

[Other Embeded programCRCALL

Description: 此软件是CRC的软件实现方法,包括了CRC8,CRC16,CRC32的全部算法,每一种算法又分速度优先与资源优先型以及适中型三种算法。全部通过调试验证,与硬件无关,可移植于任何MCU-This software is the software realization of CRC, including the CRC8, CRC16, CRC32 all the algorithms, each algorithm was divided into the speed of priorities and resources, as well as priority-based algorithm for moderate-type three. All through the debug validation, and hardware-independent, can be transplanted to any MCU
Platform: | Size: 3072 | Author: wentsing | Hits:

[Software Engineeringcrc_explain

Description: CRC 的算法分析和程序实现,很详细的!-CRC algorithm analysis and procedures to achieve, I am very detailed!
Platform: | Size: 106496 | Author: 5implelove | Hits:

[TCP/IP stackcrc

Description: crc32 16bits and 32bits algorithm code
Platform: | Size: 3072 | Author: feixu | Hits:

[Com PortCRC

Description: Modbus串行通讯的CRC16校验和计算方法-Modbus serial communications CRC16 checksum calculation
Platform: | Size: 2048 | Author: | Hits:

[Internet-Networktt

Description: 计算xk+1除CRC-CCITT后的余式,k从1到32768-Calculated xk+ 1 In addition to the post-CRC-CCITT congruence, k from 1-32768
Platform: | Size: 1024 | Author: 小刀 | Hits:

[Windows DevelopModBusCRC16

Description: CRC16校验源码。CRC域是两个字节,包含一16位的二进制,它由传输设备计算后加入到消息中。接收设备重新计算收到消息的CRC,并与接收到的CRC域中的值比较,如果两值不同,则有误-CRC16 checksum source. CRC field is two bytes, contains a 16-bit binary, it is calculated that by the transmission equipment added to the message. Receiving equipment received a message of recalculation of CRC, and received CRC values in the domain of comparison, if the two different values, then an error
Platform: | Size: 173056 | Author: qiuqiu | Hits:

[VHDL-FPGA-Verilogcrc16_ccitt

Description: crc_table.c is for reset seed( 0000 ) crc_table_1.c is for reset seed( ffff) CRC16_D8_m.v is a verilog module of byte paralle crc. CRC16_D8_m_tb.v is the testbench file of above module. -crc_table.c is for reset seed (0000) crc_table_1.c is for reset seed (ffff) CRC16_D8_m.v is a verilog module of byte paralle crc.CRC16_D8_m_tb.v is the testbench file of above module.
Platform: | Size: 3072 | Author: 樊文杰 | Hits:

[Multimedia DevelopG729(CS-ACELP)

Description: G.729 is an ITU-T ADPCM speech codec standard covering the transmission of voice at rates of 16, 24, 32, and 40 kbit/s. It was introduced to supersede both G.721, which covered ADPCM at 32 kbit/s, and G.723, which described ADPCM for 24 and 40 kbit/s. G.726 also introduced a new 16 kbit/s rate. The four bit rates associated with G.726 are often referred to by the bit size of a sample, which are 2-bits, 3-bits, 4-bits, and 5-bits respectively.
Platform: | Size: 976896 | Author: chu | Hits:

[Windows Developcrc16

Description: crc的学习资料我发费很长的时间得到的大家共同学习-CRC of the learning materials costs me a long time to get everyone together to learn
Platform: | Size: 15360 | Author: dongyou | Hits:

[Internet-Networkvb-CRC

Description: CRC校验VB源码,直接可以使用,有注释-CRC Checksum VB source, can be used directly, has the Notes
Platform: | Size: 2048 | Author: sunshuwen | Hits:

[matlabcrc

Description: cdma2000系统中编码中的crc模块,通过matlab的simulink模拟crc编码-cdma2000 system of CRC coding modules, through the simulink simulation matlab CRC encoding
Platform: | Size: 9216 | Author: yxj | Hits:

[Crack HackCRC

Description: 将小于32位的码字用1011编程循环冗余码! 并且可以检验已编好的循环冗余码是否正确!-Will be less than 32-bit code word to use Cyclic Redundancy Code 1011 programming! And can be tested has been a good cyclic redundancy code is correct!
Platform: | Size: 1024 | Author: ty8888 | Hits:
« 1 2 3 4 5 67 8 9 10 11 »

CodeBus www.codebus.net