Welcome![Sign In][Sign Up]
Location:
Search - crc 16 matlab

Search list

[JSP/JavaCRC校验

Description: 这是一个关于二进制编码的校验问题,通过校验之后,检验是否传输正确。-This is a binary encoded on the check, by check, to verify whether the correct transmission.
Platform: | Size: 3072 | Author: chen1957 | Hits:

[OS programCRC算法C源程序

Description: C语言编程的CRC校验方法程序设计源代码实现,程序写得不错,联系方式:QQ:76947175-C programming language CRC design methods and procedures to achieve the source code, procedures well-written, Contact : QQ : 76947175
Platform: | Size: 14336 | Author: lq | Hits:

[Crack HackCRC校验算法(包含8位16位32位)

Description: CRC校验算法(包含8位16位32位),原文件中说明也不多,有兴趣的可以研究一下-CRC algorithm (includes 8 16 32), the original document which is not large, interested parties can study
Platform: | Size: 136192 | Author: 绝无重复 | Hits:

[CommunicationCRC_codes

Description: 通信系统的仿真,CRC是纠错码的一种,可以用于通信领域,本例子给出了基于matlab的程序,可用于实际的仿真!-communications system simulation, CRC is an error-correcting code that can be used in communications, this example is based on the Matlab program can be used for actual simulation!
Platform: | Size: 2048 | Author: 陈榧 | Hits:

[Mathimatics-Numerical algorithmscrc-ccitt

Description: CRC-CCITT码: G(x)=X16+X12+X5+1 多项式为 0x08408 用VC++写的DLL 用VB调用的 有调用实例 -CRC-CCITT code : G (x) = X16 X12 X5 to a polynomial with VC 0x08408 written with VB DLL called the Call example
Platform: | Size: 234496 | Author: 李慎丹 | Hits:

[matlabcrc16_MATLAB

Description: 16bit crc 编译码实例,matlab上运行。输入一行向量数字序列,获得其16bit的CRC校验码,并对其译码。-16bit crc encryption example, Matlab run. His input vector sequence number, access to its 16 bit CRC and its decoding.
Platform: | Size: 1024 | Author: 高志斌 | 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:

[matlabCRC_encode_decode

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:

[Crack HackCRC

Description: 做的一个CRC错误检测的小程序,仅供参考!-err
Platform: | Size: 50176 | Author: lesbian | Hits:

[Post-TeleCom sofeware systemscrc32

Description: --循环冗余计算的并行实现代码 --初始值是全0或全1都可以-Cyclic redundancy code realize parallel computing the initial value is 0 or 1 whole can be
Platform: | Size: 1024 | Author: luvicee | Hits:

[matlab19CRC(Matlab)

Description: 主要完成CRC的编解码 16bit 可用于多种运算 可用于实际的仿真系统-CRC completed the main 16bit codec can be used for a variety of computing can be used for the actual simulation system
Platform: | Size: 3072 | Author: 杨剑锋 | Hits:

[matlabRFC_1622_CRC16_m

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:

[matlabCCITT_CRC16

Description: CCITT的CRC16代码,自己编写的已通过验证,注意和Matlab的CRC函数有所不同。-This script calculates the 16-bit ITU-T CRC. The generator polynomial is G(x)=1+ X^5+ X^12+ X^16
Platform: | Size: 1024 | Author: 张原 | Hits:

[matlabfcs_gen

Description: 用于产生CRC校验的matlab源码,生成多项式g(x) = x32 + x26 + x23 + x22 + x16 + x12 + x11 + x10 + x8 + x7 + x5 + x4 + x2 + x + 1,按比特输入按字节输出-Matlab code for CRC-16 generation
Platform: | Size: 1024 | Author: alex | Hits:

[Program docCRCM

Description: CRC MATLAB 源程序,包括了CRC添加功能,输出直接为已添加CRC的数据,CRC8,16,24!-CRC MATLAB source code, including CRC add functionality, the output directly to the CRC of the data has been added, CRC8, 16,24!
Platform: | Size: 2048 | Author: luoyoubao | Hits:

[Othercrc

Description: 添加不同校验比特个数下的CRC校验,包括8,16,24个校验比特-Different number of parity bits added under the CRC checksum, parity bits, including 8,16,24 months
Platform: | Size: 2048 | Author: 朱敏 | Hits:

[matlabcrc16

Description: 用matlab编写的对输入的序列进行CRC-16的校验编码。-This Script Calculate crc-16 from a binary line of code creat
Platform: | Size: 1024 | Author: wangquanhui | Hits:

[matlabmy_crc_exp5

Description: 使用MATLAB进行DECT系统中CRC-16的实现过程-Use MATLAB for DECT system implementation process of the CRC-16
Platform: | Size: 1024 | Author: 朱丹枫 | Hits:

[matlabCRC_Check_sv2

Description: 运用matlab实现CRC编码。输入任意二进制数据,输出相应CRC编码。可选择CRC-12,CRC-16,CRC-CCIT 或者自己输入多项式系数。-CRC coding using matlab realize. Arbitrary binary data input, the output corresponding CRC encoding. Optional CRC-12, CRC-16, CRC-CCIT or enter your own polynomial coefficients.
Platform: | Size: 7168 | Author: 刘蛋蛋 | Hits:

[SCMcrc16

Description: CRC-16的matlab源代码,测试无误(matlab codes of CRC-16, tested without errors)
Platform: | Size: 1024 | Author: changzhenga | Hits:
« 12 »

CodeBus www.codebus.net