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

Search list

[EditorCyclic

Description: CYCLIC CODES的PDF文件,适合于像我一样的新手。分为Basis,cyclic GRS codes,RS codes,cylic alternant codes和BCH codes.
Platform: | Size: 280106 | Author: hsutingting | Hits:

[DocumentsIEEE 802.3 Cyclic Redundancy Check v1.0

Description: IEEE 802.3规定的CRC算法解释说明,pdf版本-the CRC algorithm explanation, pdf version
Platform: | Size: 79872 | Author: 马歌 | Hits:

[CommunicationCRC算法和c语言实现

Description: 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 method is simple, and error detection and correction capability in the field of communication widely used to achieve error control
Platform: | Size: 27648 | Author: jojo | Hits:

[VHDL-FPGA-VerilogCRC校验参考设计_xilinx_verilog

Description: IEEE 802.3 Cyclic Redundancy Check参考设计,xilinx提供-IEEE 802.3 Cyclic Redundancy Check reference design for Xilinx
Platform: | Size: 90112 | Author: 陈旭 | Hits:

[matlabbch

Description: BCH 编解码的MATLAB 实现。BCH码是一类重要而有效的纠正多个随机错误的循环码,由于该码具有严格的代数结构,所以是到目前为止研究得最为详尽、应用最为广泛的一类码,已有多种译码算法。-BCH codec of MATLAB. BCH is a kind of important and effective redress the wrong number of random cyclic code, as the code strictly algebraic structure, it is so far the most detailed study in, the most widely used type of a code has a variety of decoding algorithm.
Platform: | Size: 3072 | Author: zfs | Hits:

[SCMCRC校验代码源程序

Description: CRC循环冗余,是一种查表法,实现数据的自动打包问题-Cyclic Redundancy is a look-up table method, the data is automatically packaged problems
Platform: | Size: 14336 | Author: 黄宁 | Hits:

[VHDL-FPGA-VerilogCRC-Verilog

Description: 此是进行循环冗余效验的Verilog编码,适合多种标准,如CRC16-this Cyclic Redundancy is well-tested Verilog code for a variety of criteria, such as CYXLIC REDUNDANCY
Platform: | Size: 3072 | Author: 藏瑞 | Hits:

[Special Effectscopap

Description: Matlab demo code for the cyclic order preserving assignment problem with application to shape matching-Matlab demo code for the cyclic order prese rving assignment problem with application to s CPR matching
Platform: | Size: 36864 | Author: Zhenhua | Hits:

[Post-TeleCom sofeware systemsOFDMSIMULATE

Description: OFDM仿真 参数: % 子载波数 128 % 位数/ 符号 2 % 符号数/ 载波 1000 % 训练符号数 0 % 循环前缀长度 8 (1/16)*T % 调制方式 4-QAM % 多径信道数 3 % IFFT Size 128 % 信道最大时延 2 -OFDM simulation parameters : % subcarriers median number of 128%/2% Symbol Symbol/Carrier Training 1000% 0% Symbol few cyclic prefix length 8 (1/16)* T% modulation 4-QAM% multi-path channel number 3% 128% Size IFFT letter Maximum delay 2
Platform: | Size: 19456 | Author: 高源 | Hits:

[assembly languagecrc2345

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 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: 1024 | Author: yzs | Hits:

[Othercyclicdecode

Description: 循环码的译码 对于做通信的很有用 尤其是做编码的-cyclic code for the decoder to do the communication is particularly useful to do the coding
Platform: | Size: 22528 | Author: Michoshi | Hits:

[matlabGrayCode

Description: programmed to manipulate the Gray Cyclic Binary Codes.
Platform: | Size: 7168 | Author: guoyanpeng | Hits:

[matlabsimulate

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:

[Otherxunhuanma

Description: 循环码的编码和译码算法。有两种编码器:K级和n-K级。配有译法算法。输入生成多项式或校验多项式,输入信息,就能得到编码输出。-Cyclic code encoding and decoding algorithm. There are two encoder: K-class and class nK. With a translation algorithm. Input to generate checksum polynomial or polynomial, input information, they will have the encoded output.
Platform: | Size: 471040 | Author: zhan | Hits:

[EditorCyclic

Description: CYCLIC CODES的PDF文件,适合于像我一样的新手。分为Basis,cyclic GRS codes,RS codes,cylic alternant codes和BCH codes.-CYCLIC CODES the PDF file, suitable for novice like me. Divided into Basis, cyclic GRS codes, RS codes, cylic alternant codes and BCH codes.
Platform: | Size: 279552 | Author: hsutingting | Hits:

[Program doccyclic

Description: Implementation of cyclic coder and decoder using matlab
Platform: | Size: 7168 | Author: Ashok | Hits:

[matlab(7-3)-cyclic-code

Description: 用MATLAB实现(7,3)循环码算法,很好的体现了循环码的特性-Using MATLAB implementation (7,3) cyclic code algorithm shows good characteristics of cyclic codes
Platform: | Size: 199680 | Author: 汪晓非 | Hits:

[matlabPack Cyclic Spectral Correlation

Description: Cyclic Spectral Correlation
Platform: | Size: 782336 | Author: fabry | Hits:

[OtherCyclic codes

Description: Cyclic codes in communications
Platform: | Size: 225280 | Author: demirel | Hits:

[matlabcyclic code

Description: cyclic ofdm matlab code
Platform: | Size: 3072 | Author: ghallab | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net