Description: 这是一个关于二进制编码的校验问题,通过校验之后,检验是否传输正确。-This is a binary encoded on the check, by check, to verify whether the correct transmission. Platform: |
Size: 3072 |
Author:chen1957 |
Hits:
Description: 这是一个matlab编写的CRC冗余校验编解码程序,里面采用了美国通用的16位CRC交验多项式,-This is a matlab prepared codec CRC redundancy check procedure, which uses the U.S. General inspection of the 16-bit CRC polynomial, Platform: |
Size: 1024 |
Author:景秀 |
Hits:
Description: 循环冗余校验CRC (Cyclic Redundancy Check)码是由分组线性码的分支而来,其主要应用是二元码字。编码简单且误判概率很低,在通信系统中得到了广泛的应用。循环冗余校验码是属于分组码中的一类重要的线性码,它不仅在理论上具有很好的代数结构,而且其编码和译码可以通过线性移位寄存器很容易地实现。
通过对CRC的分析和基于MATLAB工具的仿真,充分证明了CRC的检错能力很强,编码简单。
-Cyclic Redundancy Check CRC (Cyclic Redundancy Check) code is a linear code from the sub-branch from the main application is the binary code word. Coding is simple and very low probability of miscarriage of justice, in the communication system has been widely used. Cyclic redundancy check code is a block code in one important class of linear code, which not only has good in theory, algebraic structure, and its encoding and decoding of linear shift register can easily realize . CRC through analysis and simulation tool based on MATLAB, and fully proves that the CRC error detection ability of a strong, simple coding. Platform: |
Size: 7168 |
Author:王明 |
Hits:
Description: CRC和RS的组合编码,自编程序,能正确运行通过。
CRC+RS+交织
编码:计算CRC-->RS-->交织
数据:19byte 21byte 49byte 49byte
解码:解交织-->校验CRC-->输出/解RS后输出-->CRC校验-->输出
交织以7x7求转置交织,元素以字节为单位,交织深度7字节
数据量:19byte---->49byte(中包)
小包:10byte 12byte 28byte(小包)
-A combination of CRC and RS encoding, self-compiled program to run correctly passed. CRC+ RS+ Interleaved Coded: Calculate CRC-> RS-> intertwined Data: 19byte 21byte 49byte 49byte decoding: deinterleave- " Check CRC-> Output/de-RS after the output-> CRC School inspection- " output-cutting in order to seek Transpose 7x7 mixed, the element in bytes as a unit, cutting depth of 7 bytes of data: 19byte----> 49byte (in packets) packet: 10byte 12byte 28byte (small packs) Platform: |
Size: 9216 |
Author: |
Hits:
Description: RFC1662 CRC-16 table generation and CRC checking. Implemented in embedded matlab with script to test and enable c/c++ code generation. Useful fo check against VHDL/Verilog and other embedded systems to help generate test vectors. Platform: |
Size: 1024 |
Author:spaander |
Hits:
Description: ou can use this M-file as a guideline for implementing CRC code generation using the Communications Toolbox functionality. This M-file does not include the error detection process, but you can easily use the process specified below to perform the CRC check: Platform: |
Size: 223232 |
Author:misseng |
Hits:
Description: 循环冗余校验就是一种被广泛采用的错误检验编码。介绍了循环冗余校验码的差错控制原理及其算法实现。-CRC is a widely used test coding errors. Introduced a cyclic redundancy check code for error control principle and algorithm. Platform: |
Size: 284672 |
Author:某某人 |
Hits:
Description: 循环冗余校验就是一种被广泛采用的错误检验编码。介绍了循环冗余校验码的差错控制原理及其算法实现。-CRC is a widely used test coding errors. Introduced a cyclic redundancy check code for error control principle and algorithm. Platform: |
Size: 101376 |
Author:某某人 |
Hits:
Description: crc校验的matlab程序,对多项式进行处理,可以正常运行,经过fpga实现验证-crc check of the matlab program, processing of the polynomial can be normal operation, after verification fpga implementation Platform: |
Size: 1024 |
Author:fafa |
Hits:
Description: 对数据进行crc编码,输入数据和校验项为二进制,输出为二进制
同时对crc编码后的数据进行解码(The data is encoded by CRC, the input data and check items are binary, and the output is binary.
another,Decode the data encoded by CRC at the same time) Platform: |
Size: 1024 |
Author:一个人的旅程 |
Hits: