搜索资源列表
HammingCode
- 此程序实现对汉明码的编码与译码算法。汉明码是一种多重(复式)奇偶检错系统。它将信息用逻辑形式编码,以便能够检错和纠错。用在汉明码中的全部传输码字是由原来的信息和附加的奇偶监督位组成的。-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
GHCommonMathLibV2.0
- 前向 (n,k,m) 非系统卷积,咬尾\删除也支持。(由于过度使用泛型,编译连接会花很久) ,支持Matlab形式的抽头定义。 路径保留强度可选,有小文档介绍 GUI 范例的使用。 大量使用泛型, 使用了 VC2010 的 C++0x 新特性 && 左值引用,但也支持2008编译器。 很稳定,纠错能力还行,纠正了老版本GHCommonMathlib的严重问题。 http://download.csdn.net/source/3020237是老版本的。 这个版本在h
CRC-algorithm-principle---C
- 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
FB_DataRectification
- 数据校正源码。1、粗大误差识别与剔除功能有多种准则(莱依特、肖维勒、罗蒙诺夫斯基、格拉布斯、狄克逊),不同准则算法不一样。在一个剔除周期内,对同一变量的n的样本进行粗大误差识别和剔除,样本个数n大于5,小于等于102.2、数据协调功能再粗大误差被剔除的基础上,在满足约束条件下求出无偏最小方差估计解,此解即为数据协调值。-Data correction source. 1 gross error identification and elimination features a variety o
Hamming-code-for-error-detection-and-correction.r
- This set of files describe how error detection and correction can be done using hamming code/parity-bit checker
numerical-methods
- 数值方法的5个重要的算法: 1.[Dirich.m] 求解拉普拉斯方程的狄利克雷方法. 用于偏微分方程的数值解 2.[Hamming.m] 汉明方法是用来修正微分方程的多步预测。 3. [Milne.m] 米尔恩 - 辛普森差分方程求解方法,用于预测校正方法。 4. [Rkf45.m]龙格 - 库塔 - 沃尔伯格错误控制和步骤的方法求解微分方程的近似解 5.[Romber.m]著名的龙贝格积分源代码。计算结果存在并显示为下三角矩阵。-Numerical Methods in
YICHUAN
- 基于遗传算法的阵列信号幅相误差校正,通过遗传算法来校正阵元通道的幅度误差和相位误差-Correction of genetic algorithm based on array signal amplitude and phase error, amplitude error by genetic algorithm to calibrate the sensor channel and phase error
Reed_Solomon
- 这个verilog代码的例子实现的是某种情况下的错误的纠正 error correction的功能-Examples of this verilog code error correction is implemented in the case of some error correction function
jeiying
- 有PMUSIC 校正前和校正后的比较,最小均方误差(MMSE)的算法,对HARQ系统的吞吐量分析。- A relatively before correction and after correction PMUSIC, Minimum mean square error (MMSE) algorithm, HARQ throughput analysis of the system.
Raptor-Code
- Raptor Forward Error Correction Scheme for Object Delivery (http://www.ietf.org/rfc/rfc5053.txt)
RS
- 用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.
rs
- 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
leiqing_v55
- 插值与拟合,解方程,数据分析,最小均方误差等算法的MSE的计算,有PMUSIC 校正前和校正后的比较。- Interpolation and fitting, solution of equations, data analysis, Minimum mean square error MSE calculation algorithm, A relatively before correction and after correction PMUSIC.