资源简介
BCH码的C语言实现,码长31,信息位21,可纠2个错
代码片段和文件信息
/*
* File: bch3121.c
* Author: Robert Morelos-Zaragoza
*
* %%%%%%%%%%% Encoder/Decoder for a (31215) binary BCH code %%%%%%%%%%%%%
*
* This code is used in the POCSAG protocol specification for pagers.
*
* In this specific case there is no need to use the Berlekamp-Massey
* algorithm since the error locator polynomial is of at most degree 2.
* Instead we simply solve by hand two simultaneous equations to give
* the coefficients of the error locator polynomial in the case of two
* errors. In the case of one error the location is given by the first
* syndrome.
*
* This program derivates from the original bch2.c which was written
* to simulate the encoding/decoding of primitive binary BCH codes.
* Part of this program is adapted from a Reed-Solo
相关资源
- stc15w单片机mpr121触摸按键
- arduino学习笔记.doc(212页)
- Dev-C++ 语言程序设计.pdf(共21页)
- c++ 21点游戏源码
- ARM裸机编程项目-交通灯(基于芯片
- 21天学通 C++第8版.pdf以及相关源码
- 89c51控制PGA2310音量调节C语言
- C语言课程设计之21点游戏
- GBK_UTF8格式转换程序源代码
- 21 用数码管与DS18B20设计温度报警器
- QT5.9 利用 QWebEngineView / QWebChannel 调用
- 基于proteus的LPC2106流水灯
- 基于S5pv210开发板7寸LCD显示代码
- 51、MAX7219、1088AS、双点阵滚动显示
- 21点纸牌游戏源代码 C++
- BCH码的C++仿真实现
- 《21天学通C语言》源程序
- 21天学通c语言(第六版)
- 21天学通C语言第6版 PDG电子书
- 21天学通c语言
- 21天学通C++(第3版).
- 21天学懂c++
- 21天学通C++(第四版)
- 孙鑫C++视频全21课
- 21天学通C
- 21天学会C++
- 21天学通C++
- 21天学通C语言
评论
共有 条评论