搜索资源列表
-
0下载:
此程序实现对汉明码的编码与译码算法。汉明码是一种多重(复式)奇偶检错系统。它将信息用逻辑形式编码,以便能够检错和纠错。用在汉明码中的全部传输码字是由原来的信息和附加的奇偶监督位组成的。-This process of realization of hamming code encoding and decoding algorithm. Hamming code is a multiple (double) parity error detection system. It will use t
-
-
0下载:
CRC的英文全称为Cyclic Redundancy Check(Code),中文名称为循环冗余校验(码)。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制。-The English full CRC Cyclic Redundancy Check (Code), the Chinese name for the cyclic redundancy check (code). It is an important class of linear
-
-
0下载:
This set of files describe how error detection and correction can be done using hamming code/parity-bit checker
-
-
1下载:
数值方法的5个重要的算法:
1.[Dirich.m] 求解拉普拉斯方程的狄利克雷方法. 用于偏微分方程的数值解
2.[Hamming.m] 汉明方法是用来修正微分方程的多步预测。
3. [Milne.m] 米尔恩 - 辛普森差分方程求解方法,用于预测校正方法。
4. [Rkf45.m]龙格 - 库塔 - 沃尔伯格错误控制和步骤的方法求解微分方程的近似解
5.[Romber.m]著名的龙贝格积分源代码。计算结果存在并显示为下三角矩阵。-Numerical Methods in
-
-
0下载:
这个verilog代码的例子实现的是某种情况下的错误的纠正 error correction的功能-Examples of this verilog code error correction is implemented in the case of some error correction function
-
-
0下载:
Raptor Forward Error Correction Scheme for Object Delivery (http://www.ietf.org/rfc/rfc5053.txt)
-
-
0下载:
用vs2013 c++ 实现的RS纠错算法,可输入数据,得到数据,若需要将数据导出需要自己添加导出代码。-C++ RS implementation with the vs2013 error correction algorithm, the input data, to get data, if you need to export the data need to add their own code.
-
-
0下载:
RS码又称里所码,即Reed-solomon codes,是一种前向纠错的信道编码,对由校正过采样数据所产生的多项式有效。当接收器正确的收到足够的点后,它就可以恢复原来的多项式,即使接收到的多项式上有很多点被噪声干扰失真。-RS code, also known as the code, that is, codes Reed-solomon, is a forward error correction of the channel coding, the data generated by t
-