CN108512555B - 一种系统rs码阶数及本原多项式的识别方法 - Google Patents
一种系统rs码阶数及本原多项式的识别方法 Download PDFInfo
- Publication number
- CN108512555B CN108512555B CN201810205690.2A CN201810205690A CN108512555B CN 108512555 B CN108512555 B CN 108512555B CN 201810205690 A CN201810205690 A CN 201810205690A CN 108512555 B CN108512555 B CN 108512555B
- Authority
- CN
- China
- Prior art keywords
- order
- primitive polynomial
- code
- equal
- polynomial
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
- 238000000034 method Methods 0.000 title claims abstract description 21
- 239000011159 matrix material Substances 0.000 claims abstract description 28
- 230000009897 systematic effect Effects 0.000 claims abstract description 17
- 229910002056 binary alloy Inorganic materials 0.000 claims abstract description 3
- 238000003491 array Methods 0.000 claims description 3
- 239000004576 sand Substances 0.000 claims description 2
- 238000004458 analytical method Methods 0.000 description 9
- 238000009825 accumulation Methods 0.000 description 3
- 238000004364 calculation method Methods 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 238000012937 correction Methods 0.000 description 1
- 230000007547 defect Effects 0.000 description 1
- 238000012545 processing Methods 0.000 description 1
- 238000011160 research Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M13/00—Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
- H03M13/03—Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words
- H03M13/05—Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words using block codes, i.e. a predetermined number of check bits joined to a predetermined number of information bits
- H03M13/13—Linear codes
- H03M13/15—Cyclic codes, i.e. cyclic shifts of codewords produce other codewords, e.g. codes defined by a generator polynomial, Bose-Chaudhuri-Hocquenghem [BCH] codes
- H03M13/151—Cyclic codes, i.e. cyclic shifts of codewords produce other codewords, e.g. codes defined by a generator polynomial, Bose-Chaudhuri-Hocquenghem [BCH] codes using error location or error correction polynomials
- H03M13/1515—Reed-Solomon codes
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L1/00—Arrangements for detecting or preventing errors in the information received
- H04L1/004—Arrangements for detecting or preventing errors in the information received by using forward error control
- H04L1/0056—Systems characterized by the type of code used
- H04L1/0057—Block codes
Landscapes
- Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Mathematical Physics (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Algebra (AREA)
- General Physics & Mathematics (AREA)
- Pure & Applied Mathematics (AREA)
- Probability & Statistics with Applications (AREA)
- Theoretical Computer Science (AREA)
- Error Detection And Correction (AREA)
Abstract
Description
技术领域
本发明涉及信道编码分析领域,具体涉及一种系统RS码阶数及本原多项式的识别方法,在码字已同步的前提下,通过校验和识别系统RS码的阶数及本原多项式。
背景技术
RS(Read-Solomon,RS)码是无线通信系统中常用信道编码方式,也是编码分析领域重点研究对象之一。现有的RS码识别方法包括欧几里得分析法、矩阵分析法、伽罗华域傅里叶变换分析法等。欧几里德分析法速度较快,所需数据量较少,但容错性差。矩阵分析法原理简单,但在高阶时所需要的数据量较大,而且同欧几里得算法一样容错性较差。伽罗华域傅里叶变换分析法是目前最常用的分析方法,其优点是容错性相对较好,缺点是在高阶情况下,所需要的数据量较大,而且算法涉及高阶有限域乘法及加法运算,运算量也比较大。
发明内容
本发明针对现有方法存在的缺点,提出一种基于校验和的系统RS码阶数及本原多项式的识别方法,该方法直接利用与系统RS码对应的二进制线性分组码进行识别,只涉及模2加及算数累加运算,计算量较小,而且与现有算法相比,在同等性能下,所需的数据量要少得多。
另外,由于本发明不涉及复杂运算,所以非常适合硬件实现,应用于实时处理系统中。
本发明的技术方案如下:
所述系统RS码的编码参数包括:阶数m、本原多项式p(x)、码长n、消息分组长度k、生成多项式g(x)。在这些参数中阶数m和本原多项式p(x)是最重要的,二者是进一步识别生成多项式的前提。本发明算法限于阶数m和本原多项式p(x)的识别问题。
当最大纠错数t=1时,可构造多项式g1(x),
g1(x)=(x-α)(x-α2) (1)
由生成多项式的表示式可知,g1(x)是g(x)的因式,所以一定能整除码多项式c(x)。以g1(x)为生成多项式构造一个(n,n-2)系统RS码,其校验矩阵为H1,则有
其中H1为GF(2m)上的2×n阶矩阵,01×2表示维数为2的全0行向量。
如果Hb1为与该(n,n-2)系统RS码对应的二进制系统线性分组码的校验多项式,则同样有,
其中Hb1为2m×mn阶二进制矩阵。式(3)即是本发明算法的基本依据。
假设待识别的系统RS码的阶数在集合mSet内,mSet的元素个数为mLen。对于mSet内的一个元素ms(1≤s≤mLen),可获得以ms为阶数的所有Ns个本原多项式,令其中第z(1≤z≤Ns)个本原多项式为ps,z(x)。此时,以ms为阶数、ps,z(x)为本原多项式,可构造一个(ns,ns-2)系统RS码,其中进而获得与该系统RS码对应的二进制系统线性分布码的校验矩阵为Hb1(s,z);然后,将接收到的比特流按照msns分为M组,则可定义校验和为,
其中为第j个分组,hi(s,z)为Hb1(s,z)中的第i行。在无误码的情况下,如果ms=m,且ps,z(x)=p(x),则ch(s,z)=0;在有误码的情况下,可以预期,此时ch(s,z)取最小,由此得到阶数及本原多项式的估计式为,
上述识别原理的实现步骤如下:
输入数据:已实现码同步的二进制比特流r,分组数M,阶数集合mSet,集合元素数mLen;
识别结果:识别出的阶数me及本原多项式pe(x);
步骤1:初始化s=1;
步骤4:初始化z=1;
步骤5:以第z个ms阶本原多项式ps,z(x)为本原多项式,构造(ns,ns-2)系统RS码,并求出其生成多项式G(s,z);
步骤6:由G(s,z)进一步求出与之相对应的二进制校验矩阵Hb1(s,z);
步骤8:如果z<Ns,取z=z+1,转到步骤5,否则转到步骤9;
步骤9:如果s<mLen,取s=s+1,转到步骤2,否则转到步骤10;
步骤10:求使校验和最小的ms及ps,z(x),即为识别出的阶数me及本原多项式pe(x),即
针对上述识别方法中,涉及的基本原理包括:
1、系统RS码
定义在有有限域GF(2m)(m≥3,本原多项式为p(x))上的(n,k)RS码参数满足如下关系:
a)码长:n=2m-1;
b)同位符号数:n-k=2t;
c)生成多项式:g(x)=(x-α)(x-α2)…(x-α2t);
其中:
m为阶数;
GF(2m)表示由有限域GF(2)扩展而来的、元素数为2m的有限域;
本原多项式p(x)为定义在GF(2)上的阶数为m的多项式,不同的p(x)生成不同的GF(2m);
n为RS码长;
k为消息分组长度;
t为RS码所能纠正的最大错误符号数,且1≤t≤2m-1-1;
g(x)为RS码生成多项式;α为GF(2m)的本原元。
假设c=[c0 c1 … cn-1]为该RS码的一个码字,则对应的码多项式c(x)可表示为,
c(x)=c0+c1x+…+cn-1xn-1 (6)
c(x)与g(x)具有如下关系,
c(x)=a(x)g(x) (7)
其中a(x)为GF(2m)上的k-1阶多项式。式(7)表明,码多项式是生成多项式的倍式。
令G、H分别为RS码生成矩阵和校验矩阵,G、H分别为定义在GF(2m)上的k×n阶及(n-k)×n阶矩阵。系统RS码的生成矩阵G和校验矩阵H具有如下形式,
G=[Ik P] (8)
H=[PT In-k] (9)
其中:Ik和In-k分别为k阶和(n-k)阶单位阵;P为定义在GF(2m)上的k×(n-k)阶矩阵,PT为P的转置。可进一步将P表示为,
生成矩阵G可按如下方法获取:把k阶单位阵Ik作为k组消息输入到编码器,则编码器输出的k组码字构成的矩阵即为生成多项式G。得到G后则可进一步得到H。
码字c与校验矩阵H存在如下关系,
c·HT=01×(n-k) (11)
其中01×(n-k)表示维数为(n-k)的全0行向量。
2、与系统RS码对应二进制系统线性分组码
GF(2m)上的系统(n,k)RS存在一个GF(2)上的(mn,mk)系统线性分组码与之相对应。该线性分组码的生成矩阵Gb和校验矩阵分别为Hb,具有如下形式,
Gb=[Imk Pb] (12)
其中Imk为mk阶单位阵,Im(n-k)为m(n-k)阶单位阵;Pb阶数为m(n-k)×mn。假设cb=[cb0 cb1 … cb(n-1)]为与码字c对应的二进制码字,其中cbi为ci的二进制表示,0≤i≤n-1,则有,
其中01×m(n-k)表示维数为m(n-k)的全0行向量。表示Pb为,
其中Pij(i=1,2,…,k,j=1,2,…,n-k)为m阶方阵,可表示为,
假设由本原多项式p(x)可表示为,
p(x)=p0+p1x+…+pmxm (17)
由此可得到Pb的获取方法:
b)当1<q≤m时,计算
否则
得到Pb后则可根据式(13)得到Hb。
本发明的有益效果如下:
1)本发明给出了获取系统(n,k)RS码生成矩阵的方法,以及由该生成矩阵获取与该系统(n,k)RS码对应的(mn,nk)二进制线性分组码校验矩阵的方法,为计算校验和奠定了基础。
2)本发明取t=1通过构造与原系统(n,k)RS对应的系统(n,n-2)RS,使本方法适用于t取所有可能值的系统RS码;
3)本发明利用与系统(n,n-2)RS码对应二进制线性分组码的校验矩阵及接收到的比特流计算校验和,算法中只包含模2加及算数累加,而不涉及高阶有限域运算,计算量非常小。
附图说明
图1为本发明的流程图。
具体实施方式
待识别系统RS码为(31,25)RS码,阶数为m=5,本原多项式p(x)=1+x+x3+x4+x5,误比特率为0.001。
具体识别过程如下:
i.实际应用中RS码阶数一般不会大于8,因此取mSet=[3,4,5,6,7,8],另外取M=200;
ii.遍历mSet=[3,4,5,6,7,8];
iii.遍历mSet所有阶数,及该阶数下的所有本原多项式,构造相应的二进制校验矩阵,计算校验和,如表1所示;
iiii.从表1中可以看到,当s=3,z=5时,校验和取最小值,因此有me=m3=5,pe(x)=p3,5(x)=1+x+x3+x4+x5。
从而实现了阶数及本原多项式的正确识别。
表1不同阶数及不同本原多项式下的校验和
总结本发明与伽罗华域傅里叶变换法相比:伽罗华域傅里叶变换法涉及高阶有限域乘法及加法,计算量较大,而本发明只涉及模2和及算数累积运算,计算量大幅度降低;在相同的性能下,本发明所需要的数据量要比伽罗华域傅里叶变换法少得多。
Claims (1)
1.一种系统RS码阶数及本原多项式的识别方法,其特征在于识别过程为:
首先输入解调器解调得到的二进制比特流r,所述比特流r已经实现码同步;所述比特流r所采用的RS编码的阶数集合为mSet,集合元素数为mLen;
假设待识别的系统RS码的阶数为m,所采用的本原多项式为p(x),且m在阶数集合mSet内;对于阶数集合mSet内的一个元素ms,获得以ms为阶数的所有Ns个本原多项式,令其中第z个本原多项式为ps,z(x),其中1≤s≤mLen,1≤z≤Ns;
此时,以ms为阶数、ps,z(x)为本原多项式,构造一个(ns,ns-2)系统RS码,其中进而获得与所述系统RS码对应的二进制系统线性分组码的校验矩阵为Hb1(s,z);然后,将接收到的比特流r按照msns分为M组,定义校验和为ch(s,z);所述校验和其中为第j个分组,hi(s,z)为Hb1(s,z)中的第i行;
在无误码的情况下,如果ms=m,且ps,z(x)=p(x),则判断ch(s,z)=0;
在有误码的情况下,预期判断此时ch(s,z)取最小,由此得到阶数及本原多项式的估计式为,
最后,得到识别结果:识别出的阶数me及本原多项式pe(x);
所述识别方法的具体实现步骤如下:
(一)输入数据:已实现码同步的二进制比特流r,分组数M,阶数集合mSet,集合元素数mLen;
(二)具体实施过程为:
步骤1:系统初始化s=1;
步骤4:初始化z=1;
步骤5:以第z个ms阶本原多项式ps,z(x)为本原多项式,构造(ns,ns-2)系统RS码,并求出其生成多项式G(s,z);
步骤6:由G(s,z)进一步求出与之相对应的二进制校验矩阵Hb1(s,z);
步骤8:如果z<Ns,取z=z+1,转到步骤5,否则转到步骤9;
步骤9:如果s<mLen,取s=s+1,转到步骤2,否则转到步骤10;
步骤10:求使校验和最小的ms及ps,z(x),即为识别出的阶数me及本原多项式pe(x),即
输出:识别出的阶数me及本原多项式pe(x)。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810205690.2A CN108512555B (zh) | 2018-03-13 | 2018-03-13 | 一种系统rs码阶数及本原多项式的识别方法 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810205690.2A CN108512555B (zh) | 2018-03-13 | 2018-03-13 | 一种系统rs码阶数及本原多项式的识别方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
CN108512555A CN108512555A (zh) | 2018-09-07 |
CN108512555B true CN108512555B (zh) | 2021-09-24 |
Family
ID=63376519
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201810205690.2A Expired - Fee Related CN108512555B (zh) | 2018-03-13 | 2018-03-13 | 一种系统rs码阶数及本原多项式的识别方法 |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN108512555B (zh) |
Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101771504A (zh) * | 2009-12-31 | 2010-07-07 | 中国工程物理研究院电子工程研究所 | 一种循环码盲识别方法 |
CN102799495A (zh) * | 2011-05-25 | 2012-11-28 | 英飞凌科技股份有限公司 | 用于生成校验和的装置 |
CN103399749A (zh) * | 2013-08-07 | 2013-11-20 | 山东大学 | 基于mfc对话框的rs码编码及识别方法 |
CN103401568A (zh) * | 2013-08-14 | 2013-11-20 | 山东大学 | 基于伽罗华域傅里叶变换的rs码编码参数盲识别方法 |
CN103595423A (zh) * | 2013-11-14 | 2014-02-19 | 天津大学 | 一种Reed-Solomon码纠错方法 |
CN104467875A (zh) * | 2014-12-09 | 2015-03-25 | 山东大学 | 一种rs码与删余卷积码级联码的参数盲识别方法 |
CN105811999A (zh) * | 2016-02-29 | 2016-07-27 | 广东顺德中山大学卡内基梅隆大学国际联合研究院 | 基于改进的kv算法的矩阵式二维码rs译码纠错方法 |
CN106201433A (zh) * | 2016-07-10 | 2016-12-07 | 北京工业大学 | 一种基于rs码的有限域乘法器 |
CN107196665A (zh) * | 2017-06-14 | 2017-09-22 | 中国电子科技集团公司第三十六研究所 | 一种纠错纠删rs码的识别方法 |
CN107408069A (zh) * | 2015-03-27 | 2017-11-28 | 英特尔公司 | 用于检测和缓解闪速存储器中的位线开路的装置和方法 |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8605643B2 (en) * | 2008-03-14 | 2013-12-10 | Samsung Electronics Co., Ltd. | Apparatus and method for retransmitting of data in a wireless communication system using relay |
US20090271686A1 (en) * | 2008-04-28 | 2009-10-29 | Qualcomm Incorporated | Communication signal decoding with iterative cooperation between turbo and reed-solomon decoding |
JP2012147197A (ja) * | 2011-01-11 | 2012-08-02 | Panasonic Corp | 通信装置、通信方法、及び通信プログラム |
KR20120137198A (ko) * | 2011-06-11 | 2012-12-20 | 삼성전자주식회사 | 통신 시스템에서 패킷 송수신 장치 및 방법 |
-
2018
- 2018-03-13 CN CN201810205690.2A patent/CN108512555B/zh not_active Expired - Fee Related
Patent Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101771504A (zh) * | 2009-12-31 | 2010-07-07 | 中国工程物理研究院电子工程研究所 | 一种循环码盲识别方法 |
CN102799495A (zh) * | 2011-05-25 | 2012-11-28 | 英飞凌科技股份有限公司 | 用于生成校验和的装置 |
CN103399749A (zh) * | 2013-08-07 | 2013-11-20 | 山东大学 | 基于mfc对话框的rs码编码及识别方法 |
CN103401568A (zh) * | 2013-08-14 | 2013-11-20 | 山东大学 | 基于伽罗华域傅里叶变换的rs码编码参数盲识别方法 |
CN103595423A (zh) * | 2013-11-14 | 2014-02-19 | 天津大学 | 一种Reed-Solomon码纠错方法 |
CN104467875A (zh) * | 2014-12-09 | 2015-03-25 | 山东大学 | 一种rs码与删余卷积码级联码的参数盲识别方法 |
CN107408069A (zh) * | 2015-03-27 | 2017-11-28 | 英特尔公司 | 用于检测和缓解闪速存储器中的位线开路的装置和方法 |
CN105811999A (zh) * | 2016-02-29 | 2016-07-27 | 广东顺德中山大学卡内基梅隆大学国际联合研究院 | 基于改进的kv算法的矩阵式二维码rs译码纠错方法 |
CN106201433A (zh) * | 2016-07-10 | 2016-12-07 | 北京工业大学 | 一种基于rs码的有限域乘法器 |
CN107196665A (zh) * | 2017-06-14 | 2017-09-22 | 中国电子科技集团公司第三十六研究所 | 一种纠错纠删rs码的识别方法 |
Non-Patent Citations (6)
Title |
---|
A Method of Blind Recognition of Cyclic Code Generator Polynomial;Jiafeng Wang;Yang Yue;Jun Yao;《2010 6th International Conference on Wireless Communications Networking and Mobile Computing (WiCOM)》;20100925;1-4 * |
An improved method of blind recognition of RS code based on matrix transformation;Wenwen Li 等;《2013 15th IEEE International Conference on Communication Technology》;20131119;196-200 * |
Blind recognition of RS codes based on Galois field columns Gaussian elimination;Can Li 等;《2014 7th International Congress on Image and Signal Processing》;20141016;836-841 * |
RS码的盲识别方法研究;朱联祥 等;《电子测量与仪器学报》;20130815;第27卷(第8期);781-787 * |
一种利用本原元的快速RS码盲识别算法;王平 等;《西安电子科技大学学报》;20120925;第40卷(第1期);105-110,168 * |
基于中国剩余定理分解的RS码快速盲识别算法;甘露 等;《电子与信息学报》;20121215;第34卷(第12期);2837-2842 * |
Also Published As
Publication number | Publication date |
---|---|
CN108512555A (zh) | 2018-09-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4389373B2 (ja) | 2元巡回符号を反復型復号するための復号器 | |
Massey | Threshold decoding | |
CN101459430B (zh) | 低密度生成矩阵码的编码方法及装置 | |
CN107404321B (zh) | 用于纠错码解码的方法和设备 | |
CN103886915B (zh) | 用于校正包括邻近2比特错误的3比特错误的电路和方法 | |
Freudenberger et al. | A configurable Bose–Chaudhuri–Hocquenghem codec architecture for flash controller applications | |
JP2002353946A (ja) | 有限サイズのデータブロックに対して誤り訂正符号を評価する方法 | |
WO2007053126A1 (en) | Methods and devices for decoding and encoding data | |
Halbawi et al. | Balanced Reed-Solomon codes for all parameters | |
CN103986475B (zh) | 里德-所罗门伞型代码的并行分解 | |
Augot et al. | A Hensel lifting to replace factorization in list-decoding of algebraic-geometric and Reed-Solomon codes | |
Lin et al. | An efficient (n, k) information dispersal algorithm for high code rate system over fermat fields | |
Lou et al. | Channel Coding | |
EP2309650B1 (en) | A systematic encoder with arbitrary parity positions | |
Xing et al. | Low-complexity Chase decoding of Reed-Solomon codes using module | |
CN108512555B (zh) | 一种系统rs码阶数及本原多项式的识别方法 | |
CN108471315B (zh) | 一种纠删译码方法及装置 | |
Al Azad et al. | A compact and fast FPGA based implementation of encoding and decoding algorithm using Reed Solomon codes | |
Mohamed et al. | Performance study of BCH error correcting codes using the bit error rate term BER | |
Yan et al. | Fast and low-complexity decoding algorithm and architecture for quadruple-error-correcting RS codes | |
Takita et al. | Algebraic decoding of BCH codes over symbol-pair read channels: Cases of two-pair and three-pair error correction | |
CN111313909A (zh) | Ldpc码译码方法和编码方法 | |
CN104917535A (zh) | 用于分组码的高阶伴随式计算器和计算高阶伴随式的方法 | |
Qamar et al. | An efficient encoding algorithm for (n, k) binary cyclic codes | |
Rengaswamy et al. | Cyclic polar codes |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant | ||
CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20210924 |
|
CF01 | Termination of patent right due to non-payment of annual fee |