Welcome![Sign In][Sign Up]
Location:
Search - CRC encoder

Search list

[Embeded-SCM Develop卷积码、CRC

Description: 卷积码的C源程序,包括编码器和译码器。 还有一个是循环荣誉校验的vhdl]源码。-convolution of C source code, including the encoder and decoder. There is a cycle of the calibration honor VHDL] source.
Platform: | Size: 6873 | Author: 潘华林 | Hits:

[OthergenCRC32

Description: 本程序是使用Vc++6.0开发的用于计算机系通信理论课程的CRC32编码器模拟程序,它能模拟直接计算法和余式计算法,算法明晰。-this procedure is the use of Vitamin C 6.0 for the development of computer-communication theory courses CRC encoder simulation program, it can direct simulation calculation and computation - I, the algorithm clarity.
Platform: | Size: 1920 | Author: 刘权 | Hits:

[Embeded-SCM Develop卷积码、CRC

Description: 卷积码的C源程序,包括编码器和译码器。 还有一个是循环荣誉校验的vhdl]源码。-convolution of C source code, including the encoder and decoder. There is a cycle of the calibration honor VHDL] source.
Platform: | Size: 6144 | Author: 潘华林 | Hits:

[OthergenCRC32

Description: 本程序是使用Vc++6.0开发的用于计算机系通信理论课程的CRC32编码器模拟程序,它能模拟直接计算法和余式计算法,算法明晰。-this procedure is the use of Vitamin C 6.0 for the development of computer-communication theory courses CRC encoder simulation program, it can direct simulation calculation and computation- I, the algorithm clarity.
Platform: | Size: 2048 | Author: 刘权 | 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:

[VHDL-FPGA-Verilogcrc_verilog

Description: 循环码编码器verilog实现,里面包含有源程序和仿真图。-Cyclic code encoder Verilog realization, which contains the source code and simulation of Fig.
Platform: | Size: 15360 | Author: 萍果 | Hits:

[Communication-Mobilegenenc_v3_2_tar

Description: Description: The programm generates encoder for CRC-, BCH- and RS-Codes. The command line options of the tools can be displayed with -h ! -Description: The programm generates encoder for CRC-, BCH- and RS-Codes. The command line options of the tools can be displayed with-h !
Platform: | Size: 167936 | Author: shijianhong | Hits:

[VHDL-FPGA-Verilogcrc_16

Description: 利用verilog实现的一个(2,1,2)卷积码的编码器,很有用的哟!-Verilog realize the use of a (2,1,2) convolutional code encoder, yo useful!
Platform: | Size: 1024 | Author: 刘横 | Hits:

[VHDL-FPGA-Verilogcrcm

Description: crc 校验,vhdl源码,经仿真能正常运行,供大家参考-CRC checksum, vhdl source, the simulation can be normal operation, for your reference
Platform: | Size: 1024 | Author: fangliang | Hits:

[VHDL-FPGA-VerilogCRC16bits

Description: 16bit crc encoder ande demo
Platform: | Size: 167936 | Author: chen | Hits:

[Multimedia Developcrc

Description: crc encoder to encode
Platform: | Size: 1024 | Author: basemshendy | Hits:

[Crack Hack80300di

Description: this a vhdl program for crc encoder and decoder-this is a vhdl program for crc encoder and decoder
Platform: | Size: 194560 | Author: mohit | Hits:

[Compress-Decompress algrithmscrc_en

Description: CRC encoder for adding error detection in the data.
Platform: | Size: 480256 | Author: Adnan | Hits:

[matlabCDMA2000-CRC

Description: 关于cdma2000 crc编码器的源程序-About cdma2000 crc source encoder
Platform: | Size: 9216 | Author: 龙前天 | Hits:

[VHDL-FPGA-Verilogcrc

Description: 基于VHDL的CRC编码器的CRC的生成模块源码。-The CRC based on VHDL CRC encoder source code generation module.
Platform: | Size: 10240 | Author: 段志伟 | Hits:

[VHDL-FPGA-Verilogcrc

Description: 基于VHDL的CRC编码器的检错模块的源码-The VHDL-based CRC error detection encoder module source
Platform: | Size: 10240 | Author: 段志伟 | Hits:

[Program docCRC-encoder

Description: 奇偶校验码作为一种检错码虽然简单,但是漏检率太高。在计算机网络和数据通信中用E得最广泛的检错码,是一种漏检率低得多也便于实现的循环冗余码CRC (Cyclic Redundancy .Code),CRC码又称为多项式码。-Parity error detection code as a simple, but the missing rate is too high. In computer networking and data communications using the most widely used E error detection code, is a much lower but also easy to implement missed the cyclic redundancy code CRC (Cyclic Redundancy. Code), CRC code is also known as polynomial code.
Platform: | Size: 17408 | Author: 胡志宏 | Hits:

[Program docsnwwithcrc4-(1)

Description: matlab code for crc encoder and decoder
Platform: | Size: 2048 | Author: basit | Hits:

[assembly languagecrc

Description: 计算输入字符串的CRC编码。CRC编码即循环冗余码,它是利用除法及余数的原理来作错误侦测的。-Calculate the CRC coding of the input string. The CRC encoder that cyclic redundancy code, which is the principle of the division and the remainder for error detection.
Platform: | Size: 1024 | Author: 庄乾坤 | Hits:

[Embeded-SCM Develop卷积码、CRC

Description: 卷积码的C源程序,包括编码器和译码器。还有一个是循环荣誉校验的vhdl]源码。-convolution of C source code, including the encoder and decoder. There is a cycle of the calibration honor VHDL] source.
Platform: | Size: 7168 | Author: signific | Hits:
« 12 »

CodeBus www.codebus.net