WO2016165395A1 - Decoding method and decoder - Google Patents

Decoding method and decoder Download PDF

Info

Publication number
WO2016165395A1
WO2016165395A1 PCT/CN2015/098959 CN2015098959W WO2016165395A1 WO 2016165395 A1 WO2016165395 A1 WO 2016165395A1 CN 2015098959 W CN2015098959 W CN 2015098959W WO 2016165395 A1 WO2016165395 A1 WO 2016165395A1
Authority
WO
WIPO (PCT)
Prior art keywords
convolutional code
decoding
polynomial
reduced
order
Prior art date
Application number
PCT/CN2015/098959
Other languages
French (fr)
Chinese (zh)
Inventor
丁春丽
倪萌
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2016165395A1 publication Critical patent/WO2016165395A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M13/00Coding, 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/37Decoding methods or techniques, not specific to the particular type of coding provided for in groups H03M13/03 - H03M13/35
    • H03M13/39Sequence estimation, i.e. using statistical methods for the reconstruction of the original codes
    • H03M13/41Sequence estimation, i.e. using statistical methods for the reconstruction of the original codes using the Viterbi algorithm or Viterbi processors

Definitions

  • This application relates to, but is not limited to, the field of mobile communications.
  • Convolutional coding is used in the coding process.
  • the receiver decodes it, it is usually selected by Viterbi software.
  • viterbi algorithm is an algorithm introduced in solving this difficulty.
  • the basic idea of the algorithm is that instead of comparing 2 KL paths (sequences) on the trellis diagram, it is to receive a segment, calculate a segment, and select the segment.
  • a possible code segment (branch) such that the entire code sequence is a sequence with a maximum likelihood function.
  • GSM uses the "return method" decoding strategy:
  • a decoding method and a decoder are provided to solve the problem that the decoding method in the related art has low decoding efficiency.
  • a decoding method including:
  • the reduced order convolutional code is decoded.
  • the generating polynomial of the convolutional code is further
  • the line de-reprocessing includes combining the same polynomials in the generator polynomial of the convolutional code to implement de-duplication processing.
  • the method further comprises: performing quantization process on the result of the merge according to the dimension of the original polynomial.
  • the dequantizing the generating polynomial of the convolutional code comprises: comparing a puncturing bit of the same polynomial in a generator polynomial of the convolutional code, Deduplication processing is achieved by retaining only the polynomial with the least number of punctured bits.
  • the decoding the reduced-order convolutional code comprises: performing viterbi decoding on the reduced-order convolutional code.
  • a decoder including:
  • a receiving module configured to: receive a convolutional code of the service
  • the reduction module is configured to perform deduplication processing on the generator polynomial of the convolutional code to obtain a reduced-order convolutional code
  • the decoding module is configured to: decode the reduced-order convolutional code.
  • the reduced order module is configured to combine the same polynomials in the generator polynomial of the convolutional code to implement deduplication processing.
  • the reduced order module is further configured to perform quantization processing according to the dimension of the original polynomial.
  • the reduced order module is configured to: compare the puncturing bits of the same polynomial in the generator polynomial of the convolutional code, by retaining only the puncturing bit Polynomial to achieve de-duplication.
  • the decoding module is configured to: decode the reduced-order convolutional code by using viterbi software decoding.
  • a computer readable storage medium storing computer executable instructions for performing the method of any of the above.
  • the embodiment of the invention adopts a reduced order method to improve the decoding algorithm, which not only reduces the calculation of the cumulative metric, but also reduces the number of times of the algorithm cycle, and more importantly reduces the complexity of the decoding operation and improves the decoding efficiency.
  • FIG. 1 is a flowchart of a decoding method according to an embodiment of the present invention
  • FIG. 3 is a comparison diagram of simulation performance before and after TU3 channel soft decoding reduction step
  • Figure 4 is a comparison of simulation performance of the TU50 interference channel before and after soft decoding reduction
  • Figure 5 is a comparison of the performance of the TU50 environment before and after the soft decoding reduction step
  • Figure 6 is a comparison of the performance of the TU1.5 environment measured soft decoding before and after the reduction order
  • FIG. 7 is a structural block diagram of a decoder according to an embodiment of the present invention.
  • the embodiment of the invention provides a decoding method, as shown in FIG. 1 , including the following steps:
  • Step S101 receiving a convolutional code of the service
  • Step S102 performing deduplication processing on the generator polynomial of the convolutional code to obtain a reduced-order convolutional code
  • the manner of performing deduplication processing on the generator polynomial of the convolutional code includes, but is not limited to, the following manner:
  • Manner 1 Combining the same polynomials in the generator polynomial of the convolutional code; wherein, combining refers to simple accumulation;
  • Manner 2 Combine the same polynomials in the generator polynomial of the convolutional code, and quantize the combined result according to the dimension of the original polynomial, that is, keep the same as the dimension of the original polynomial, for example: if The two polynomials are combined and added, and the result needs to be divided by 2 to eliminate the dimensional change caused by the addition;
  • Manner 3 Comparing the puncturing bits of the same polynomial in the generator polynomial of the convolutional code, and implementing the de-duplication process by retaining only the polynomial with the least puncturing bit.
  • the implementation principle of the deduplication mode is that after the convolutional code is encoded, in order to adapt to the requirements of the channel coding standard length, the encoded data is rounded off, which is called puncturing. Under each polynomial, the number of data bits and the number to be chiseled are different. For the receiving end, it is necessary to recover the data that has been chiseled for decoding. The general practice is to zero. If the more data a polynomial is scrambled, the lower its confidence. On the contrary, we want to keep the polynomial with the least number of puncturing bits, and the confidence is higher.
  • Step S103 decoding the reduced-order convolutional code.
  • the reduced-order convolutional code is optionally subjected to viterbi decoding.
  • the embodiment of the present invention provides a decoding optimization scheme, which considers that the convolutional code generator polynomials used in various services are all above 5th order, and finds repetitiveness according to the structural characteristics of the generator polynomial.
  • the polynomial do the merging or selection process, implement the reduced order processing of the convolutional code, and decode the reduced convolutional code, which decodes the convolutional code after the reduced order, saving resources And the complexity of the operation increases the decoding speed.
  • This application example takes the (5, 1, 6) convolutional code of the service AFS4.75 as an example.
  • the (5, 1, 6) decoding can be reduced to (3, 1, 6) for processing, and other services have similar volumes.
  • the characteristics of the product coding can also be emulated, and the implementation is as follows.
  • G 4 /G 6 1+D 2 +D 3 +D 5 +D 6 /1+D+D 2 +D 3 +D 4 +D 6
  • G 4 /G 6 1+D 2 +D 3 +D 5 +D 6 /1+D+D 2 +D 3 +D 4 +D 6
  • first and second bit generator polynomials are the same, and the fourth and fifth bits are also the same. The same bits are removed and the remaining bits are combined into a (3, 1, 6) convolutional code.
  • Figure 3 shows the simulation results of the GSM900 single-antenna TU3 channel. It can be seen that the sensitivity of the (5,1,6) decoding is completely consistent with (1); compared with (2), the difference is only about 0.1 dB.
  • Figure 4 is a simulation result of GSM900 single-antenna TU50 co-channel interference. It can be seen that the performance of the (5,1,6) decoding interference is about 0.2 dB compared with (1); compared with (2) , almost exactly the same.
  • the method (1) is the closest to the performance of the original (5, 1, 6) decoding algorithm in the actual measurement. Therefore, we choose to merge the first and second bits directly after entering the viterbi decoding; 4, 5 bits are combined, and (3, 1, 6) soft decoding is performed.
  • This reduced order method can be used to improve the decoding algorithm, and it can be used after verifying that the performance after the reduction is not lost, and is not limited to the GSM system.
  • the improved soft decoding algorithm not only reduces the calculation of cumulative metrics, but also reduces the number of algorithm cycles. The most important point is to reduce the complexity of receiver decoding.
  • An embodiment of the present invention provides a decoder, as shown in FIG. 7, including:
  • the receiving module 710 is configured to: receive a convolutional code of the service
  • the reduction step module 720 is configured to: perform deduplication processing on the generator polynomial of the convolutional code, To the reduced order convolutional code;
  • the decoding module 730 is configured to decode the reduced-order convolutional code.
  • the manner in which the reduced order module 720 implements deduplication processing on the generating polynomial of the convolutional code includes:
  • Manner 2 The same polynomial in the generator polynomial of the convolutional code is combined, and the combined result is quantized according to the dimension of the original polynomial.
  • Manner 3 Comparing the puncturing bits of the same polynomial in the generator polynomial of the convolutional code, and implementing the de-duplication process by retaining only the polynomial with the least puncturing bit.
  • the decoding module 730 is configured to decode the reduced-order convolutional code using viterbi software decoding.
  • the decoder of the embodiment of the invention adopts a reduced order method to improve the decoding algorithm, which not only reduces the calculation of the cumulative metric, but also reduces the number of times of the algorithm cycle, and more importantly reduces the complexity of the decoding operation and improves The decoding efficiency.
  • all or part of the steps of the above embodiments may also be implemented by using an integrated circuit. These steps may be separately fabricated into individual integrated circuit modules, or multiple modules or steps may be fabricated into a single integrated circuit module. achieve.
  • the devices/function modules/functional units in the above embodiments may be implemented by a general-purpose computing device, which may be centralized on a single computing device or distributed over a network of multiple computing devices.
  • the device/function module/functional unit in the above embodiment When the device/function module/functional unit in the above embodiment is implemented in the form of a software function module and sold or used as a stand-alone product, it can be stored in a computer readable storage medium.
  • the above mentioned computer readable storage medium may be a read only memory, a magnetic disk or an optical disk or the like.
  • the embodiment of the invention adopts a reduced order method to improve the decoding algorithm, which not only reduces the calculation of the cumulative metric, but also reduces the number of times of the algorithm cycle, and more importantly reduces the complexity of the decoding operation and improves the decoding efficiency.

Abstract

Disclosed are a decoding method and a decoder. The decoding method comprises: receiving a convolutional code of a service; de-duplicating a generator polynomial of the convolutional code to obtain a reduced order convolutional code; and decoding the reduced order convolutional code.

Description

一种译码方法及译码器Decoding method and decoder 技术领域Technical field
本申请涉及但不限于移动通信领域。This application relates to, but is not limited to, the field of mobile communications.
背景技术Background technique
在通信系统中,多种语音和数据业务,编码过程中都用到了卷积编码,接收端对其进行译码时,通常选取viterbi(维特比)软件译码。In the communication system, a variety of voice and data services are used in the encoding process. Convolutional coding is used in the coding process. When the receiver decodes it, it is usually selected by Viterbi software.
viterbi软件译码的原理:对于长为kL的信息序列,其对应的码序列的可能的数量约为2KL个。当L很大时,这将是一个天文数字。因此,要在这么多的可能码序列中找出一个与接收序列的路径度量为最小的信息序列来,是很难实现的。viterbi算法正是在解决这个困难中引进的一种算法,其算法的基本思想是,不是在格状图上一次比较2KL条路径(序列),而是接收一段,计算比较一段,选择一段最可能的码段(分支),从而使整个码序列是一个有最大似然函数的序列。Principle of viterbi software decoding: For a sequence of information of length kL, the possible number of corresponding code sequences is about 2 KL . When L is large, this will be an astronomical number. Therefore, it is difficult to find a sequence of information with the smallest path metric of the received sequence among so many possible code sequences. The viterbi algorithm is an algorithm introduced in solving this difficulty. The basic idea of the algorithm is that instead of comparing 2 KL paths (sequences) on the trellis diagram, it is to receive a segment, calculate a segment, and select the segment. A possible code segment (branch) such that the entire code sequence is a sequence with a maximum likelihood function.
卷积码的格状图中共2k(N-1)个状态,离开或到达每一个状态的支路数为2K个(它对应于此编码输入的信号的“状态”个数)。为简便起见,我们讨论k=1的情形,从全0状态(状态0)起始点开始讨论。在viterbi算法中,把会聚到每个节点上的两条路径的路径度量值进行比较,然后把具有较小路径度量(欧式距离)的路径保存(此路径称为“幸存路径”),而丢弃另一条路径,并存贮相应的路径度量值。由于每个节点引出两条支路,因此第N-1级以后的每级中路径的延伸都增大一倍,但经过比较和选择之后,丢弃了一半,结果留存下来的路径总数保持常数(等于2(N-1)),即编码器的状态个数)。可见,上述译码过程中的基本操作是“加-比-选”(ACS),即每级求出路径度量的累加值,然后两两比较并做出选择。有时会出现两条累加的路径度量值相等的情形,此时可任选一条作为“幸存路径”。这就是viterbi软件译码的基本思想。一般常把路径度量称为累积度量,而支路度量称为分支度量。 There are 2 k(N-1) states in the trellis diagram of the convolutional code, and the number of branches leaving or arriving in each state is 2 K (which corresponds to the number of "states" of the signal input by this code). For the sake of simplicity, we discuss the case of k=1, starting from the starting point of the all-zero state (state 0). In the viterbi algorithm, the path metrics of the two paths converge to each node are compared, and then the path with the smaller path metric (European distance) is saved (this path is called "survival path") and discarded. Another path and store the corresponding path metric. Since each node leads to two branches, the extension of the path in each stage after the N-1th level is doubled, but after comparison and selection, half of the path is discarded, and the total number of remaining paths remains constant ( Equal to 2 (N-1) ), which is the number of states of the encoder). It can be seen that the basic operation in the above decoding process is "add-and-select" (ACS), that is, the accumulated value of the path metric is obtained for each stage, and then the two are compared and selected. Sometimes there are two cases where the accumulated path metrics are equal. In this case, you can choose one as the “survival path”. This is the basic idea of viterbi software decoding. The path metric is often referred to as a cumulative metric, and the branch metric is referred to as a branch metric.
对于幸存路径的存贮和处理有两种不同的方法,一种叫做寄存器交换方法,一种叫做“回迹(Traceback)法”。因为编码状态较多、需高速译码,GSM采用“回迹法”的译码策略:There are two different methods for storing and processing surviving paths, one called register swapping, and one called "Traceback". Because of the high coding state and high-speed decoding, GSM uses the "return method" decoding strategy:
(1)在每一时刻T,计算接收信号与每个支路状态值的软判决距离,把它作为该支路的分支度量;(1) At each time instant T, calculate the soft decision distance of the received signal and each branch state value as a branch metric of the branch;
(2)在时刻T+1,将进入某一状态的分支度量值与前一时刻的相应状态的累积度量值相加计算出新的累积度量值;(2) at time T+1, adding a branch metric value entering a certain state to a cumulative metric value of a corresponding state at a previous time to calculate a new cumulative metric value;
(3)比较;(3) comparison;
(4)选择、存储最大累积度量,存储最大累积度量对应的支路判决值作为相应状态的幸存路径判决值;(4) selecting and storing a maximum cumulative metric, storing a branch decision value corresponding to the maximum cumulative metric as a surviving path decision value of the corresponding state;
(5)若未回索的长度大于2~3倍译码深度,开始回索,取得该段幸存路径;或者,L不大时,可以在整个码段处理结束后再开始回索;(5) If the length of the unreturned cable is greater than 2 to 3 times the decoding depth, start the retrieval and obtain the surviving path of the segment; or, if L is not large, the cable can be started after the end of the entire code segment processing;
(6)若没有大于2~3倍译码深度,T增加1,回到(1);(6) If there is no more than 2 to 3 times the decoding depth, T increases by 1, returning to (1);
(7)将回索得到的幸存路径进行反向排序,并输出。(7) Reverse the sorted surviving paths and output them.
可见,由于编码状态较多,按照协议编码来译码时,处理量会非常大,所以相关技术的译码方案存在译码效率低的问题。It can be seen that, since there are many coding states, when the coding is performed according to the protocol coding, the processing amount is very large, so the decoding scheme of the related art has a problem of low coding efficiency.
发明内容Summary of the invention
以下是对本文详细描述的主题的概述。本概述并非是为了限制权利要求的保护范围。The following is an overview of the topics detailed in this document. This Summary is not intended to limit the scope of the claims.
本文提供一种译码方法及译码器,用以解决相关技术中的译码方式存在译码效率低的问题。A decoding method and a decoder are provided to solve the problem that the decoding method in the related art has low decoding efficiency.
依据本发明实施例的一个方面,提供一种译码方法,包括:According to an aspect of an embodiment of the present invention, a decoding method is provided, including:
接收业务的卷积码;Receive a convolutional code of the service;
对所述卷积码的生成多项式进行去重处理,得到降阶的卷积码;Dequantizing the generator polynomial of the convolutional code to obtain a reduced-order convolutional code;
对所述降阶的卷积码进行译码。The reduced order convolutional code is decoded.
可选地,本发明实施例所述方法中,所述对所述卷积码的生成多项式进 行去重处理,包括:将所述卷积码的生成多项式中相同的多项式进行合并,实现去重处理。Optionally, in the method of the embodiment of the present invention, the generating polynomial of the convolutional code is further The line de-reprocessing includes combining the same polynomials in the generator polynomial of the convolutional code to implement de-duplication processing.
可选地,本发明实施例所述方法中,在将所述卷积码的生成多项式中相同的多项式进行合并后,还包括:将合并之后的结果按照原多项式的量纲进行量化处理。Optionally, in the method of the embodiment of the present invention, after combining the same polynomial in the generator polynomial of the convolutional code, the method further comprises: performing quantization process on the result of the merge according to the dimension of the original polynomial.
可选地,本发明实施例所述方法中,所述对所述卷积码的生成多项式进行去重处理,包括:比较所述卷积码的生成多项式中相同的多项式的凿孔位,通过仅保留凿孔位最少的多项式,实现去重处理。Optionally, in the method of the embodiment of the present invention, the dequantizing the generating polynomial of the convolutional code comprises: comparing a puncturing bit of the same polynomial in a generator polynomial of the convolutional code, Deduplication processing is achieved by retaining only the polynomial with the least number of punctured bits.
可选地,本发明实施例所述方法中,所述对所述降阶的卷积码进行译码包括:对所述降阶的卷积码进行viterbi译码。Optionally, in the method of the embodiment of the present invention, the decoding the reduced-order convolutional code comprises: performing viterbi decoding on the reduced-order convolutional code.
依据本发明实施例的另一个方面提供一种译码器,包括:According to another aspect of the embodiments of the present invention, a decoder is provided, including:
接收模块,设置为:接收业务的卷积码;a receiving module, configured to: receive a convolutional code of the service;
降阶模块,设置为:对所述卷积码的生成多项式进行去重处理,得到降阶的卷积码;The reduction module is configured to perform deduplication processing on the generator polynomial of the convolutional code to obtain a reduced-order convolutional code;
译码模块,设置为:对所述降阶的卷积码进行译码。The decoding module is configured to: decode the reduced-order convolutional code.
可选地,本发明实施例所述译码器中,所述降阶模块,是设置为:将所述卷积码的生成多项式中相同的多项式进行合并,实现去重处理。Optionally, in the decoder of the embodiment of the present invention, the reduced order module is configured to combine the same polynomials in the generator polynomial of the convolutional code to implement deduplication processing.
可选地,本发明实施例所述译码器中,所述降阶模块,还设置为:将合并之后的结果按照原多项式的量纲进行量化处理。Optionally, in the decoder of the embodiment of the present invention, the reduced order module is further configured to perform quantization processing according to the dimension of the original polynomial.
可选地,本发明实施例所述译码器中,所述降阶模块,是设置为:比较所述卷积码的生成多项式中相同的多项式的凿孔位,通过仅保留凿孔位最少的多项式,实现去重处理。Optionally, in the decoder according to the embodiment of the present invention, the reduced order module is configured to: compare the puncturing bits of the same polynomial in the generator polynomial of the convolutional code, by retaining only the puncturing bit Polynomial to achieve de-duplication.
可选地,本发明实施例所述译码器中,所述译码模块,是设置为:使用viterbi软件译码对所述降阶的卷积码进行译码。Optionally, in the decoder of the embodiment of the present invention, the decoding module is configured to: decode the reduced-order convolutional code by using viterbi software decoding.
一种计算机可读存储介质,存储有计算机可执行指令,所述计算机可执行指令用于执行上述任一项的方法。 A computer readable storage medium storing computer executable instructions for performing the method of any of the above.
本发明实施例采用降阶的方式来改进译码算法,不仅降低了累积度量的计算,而且减少了算法循环的次数,更重要的是降低了译码运算的复杂度,提高了译码效率。The embodiment of the invention adopts a reduced order method to improve the decoding algorithm, which not only reduces the calculation of the cumulative metric, but also reduces the number of times of the algorithm cycle, and more importantly reduces the complexity of the decoding operation and improves the decoding efficiency.
在阅读并理解了附图和详细描述后,可以明白其他方面。Other aspects will be apparent upon reading and understanding the drawings and detailed description.
附图概述BRIEF abstract
图1为本发明实施例提供的一种译码方法的流程图;FIG. 1 is a flowchart of a decoding method according to an embodiment of the present invention;
图2为本发明应用示例中降阶前后的仿真性能对比图;2 is a comparison diagram of simulation performance before and after reduction in an application example of the present invention;
图3为TU3信道软译码降阶前后的仿真性能对比图;FIG. 3 is a comparison diagram of simulation performance before and after TU3 channel soft decoding reduction step;
图4为TU50干扰信道软译码降阶前后的仿真性能对比图;Figure 4 is a comparison of simulation performance of the TU50 interference channel before and after soft decoding reduction;
图5为TU50环境实测软译码降阶前后性能对比图;Figure 5 is a comparison of the performance of the TU50 environment before and after the soft decoding reduction step;
图6为TU1.5环境实测软译码降阶前后性能对比图;Figure 6 is a comparison of the performance of the TU1.5 environment measured soft decoding before and after the reduction order;
图7为本发明实施例提供的一种译码器的结构框图。FIG. 7 is a structural block diagram of a decoder according to an embodiment of the present invention.
本发明的实施方式Embodiments of the invention
下面将结合本发明实施例中的附图,对本发明实施方式进行描述。Embodiments of the present invention will be described below in conjunction with the drawings in the embodiments of the present invention.
实施例一 Embodiment 1
本发明实施例提供一种译码方法,如图1所示,包括如下步骤:The embodiment of the invention provides a decoding method, as shown in FIG. 1 , including the following steps:
步骤S101,接收业务的卷积码;Step S101, receiving a convolutional code of the service;
步骤S102,对所述卷积码的生成多项式进行去重处理,得到降阶的卷积码;Step S102, performing deduplication processing on the generator polynomial of the convolutional code to obtain a reduced-order convolutional code;
该步骤中,对所述卷积码的生成多项式进行去重处理的方式包括但不限于为如下方式:In this step, the manner of performing deduplication processing on the generator polynomial of the convolutional code includes, but is not limited to, the following manner:
方式一:将所述卷积码的生成多项式中相同的多项式进行合并;其中,合并指简单的累加; Manner 1: Combining the same polynomials in the generator polynomial of the convolutional code; wherein, combining refers to simple accumulation;
方式二:将所述卷积码的生成多项式中相同的多项式进行合并,并将合并之后的结果按照原多项式的量纲进行量化处理,即,保持跟原多项式的量纲一致,例如:如果是2个多项式合并相加,结果需要除以2,消除掉相加带来的量纲变化;Manner 2: Combine the same polynomials in the generator polynomial of the convolutional code, and quantize the combined result according to the dimension of the original polynomial, that is, keep the same as the dimension of the original polynomial, for example: if The two polynomials are combined and added, and the result needs to be divided by 2 to eliminate the dimensional change caused by the addition;
方式三:比较所述卷积码的生成多项式中相同的多项式的凿孔位,通过仅保留凿孔位最少的多项式,实现去重处理。该去重方式的实施原理在于:卷积码编码后,为了适应信道编码标准长度的要求,会对编码后的数据进行舍掉一些的处理,称为凿孔。每个多项式下,被凿掉的数据位以及个数是不同的,那么对于接收端来说,就需要恢复被凿掉的数据,来进行译码,一般的做法都是补零。如果一个多项式被凿掉的数据越多,那么它的置信度就越低,相反,我们是希望保留凿孔位最少的多项式,置信度比较高。Manner 3: Comparing the puncturing bits of the same polynomial in the generator polynomial of the convolutional code, and implementing the de-duplication process by retaining only the polynomial with the least puncturing bit. The implementation principle of the deduplication mode is that after the convolutional code is encoded, in order to adapt to the requirements of the channel coding standard length, the encoded data is rounded off, which is called puncturing. Under each polynomial, the number of data bits and the number to be chiseled are different. For the receiving end, it is necessary to recover the data that has been chiseled for decoding. The general practice is to zero. If the more data a polynomial is scrambled, the lower its confidence. On the contrary, we want to keep the polynomial with the least number of puncturing bits, and the confidence is higher.
步骤S103,对所述降阶的卷积码进行译码。Step S103, decoding the reduced-order convolutional code.
本实施例中,对所述降阶的卷积码可选地进行viterbi译码。In this embodiment, the reduced-order convolutional code is optionally subjected to viterbi decoding.
综上所述,可知本发明实施例提供了一种译码优化方案,该方案考虑到多种业务所用的卷积码生成多项式都是5阶以上,根据生成多项式的构造特点,找出重复性的多项式,做合并或挑选处理,实现对卷积码的降阶处理,并对降阶后的卷积码进行译码,这种对降阶之后的卷积码进行译码方案,节省了资源和运算复杂度,提高了译码速度。In summary, it can be seen that the embodiment of the present invention provides a decoding optimization scheme, which considers that the convolutional code generator polynomials used in various services are all above 5th order, and finds repetitiveness according to the structural characteristics of the generator polynomial. The polynomial, do the merging or selection process, implement the reduced order processing of the convolutional code, and decode the reduced convolutional code, which decodes the convolutional code after the reduced order, saving resources And the complexity of the operation increases the decoding speed.
下面通过一个应用示例对本发明的实施例过程进行详细阐述。The process of the embodiment of the present invention will be described in detail below through an application example.
本应用示例以业务AFS4.75的(5,1,6)卷积码为例,(5,1,6)译码可以降阶为(3,1,6)去处理,其他业务有类似卷积编码特点的,也可以效仿,实施方式如下。This application example takes the (5, 1, 6) convolutional code of the service AFS4.75 as an example. The (5, 1, 6) decoding can be reduced to (3, 1, 6) for processing, and other services have similar volumes. The characteristics of the product coding can also be emulated, and the implementation is as follows.
参见GSM协议45003,AFS4.75的卷积码生成多项式如下:See GSM Protocol 45003, AFS4.75 convolutional code generator polynomial is as follows:
G4/G6=1+D2+D3+D5+D6/1+D+D2+D3+D4+D6 G 4 /G 6 =1+D 2 +D 3 +D 5 +D 6 /1+D+D 2 +D 3 +D 4 +D 6
G4/G6=1+D2+D3+D5+D6/1+D+D2+D3+D4+D6 G 4 /G 6 =1+D 2 +D 3 +D 5 +D 6 /1+D+D 2 +D 3 +D 4 +D 6
G5/G6=1+D+D4+D6/1+D+D2+D3+D4+D6 G 5 /G 6 =1+D+D 4 +D 6 /1+D+D 2 +D 3 +D 4 +D 6
G6/G6=1 G 6 /G 6 =1
G6/G6=1G 6 /G 6 =1
可以看到:第1,2位生成多项式是相同的,第4,5位也是相同的。除去相同的位不看,其余位结合起来即为(3,1,6)卷积码。It can be seen that the first and second bit generator polynomials are the same, and the fourth and fifth bits are also the same. The same bits are removed and the remaining bits are combined into a (3, 1, 6) convolutional code.
因此考虑在译码过程中,把(5,1,6)软件译码降阶为(3,1,6)译码。本发明实施例得到三种实现方法:Therefore, in the decoding process, the (5, 1, 6) software decoding is reduced to (3, 1, 6) decoding. The embodiment of the invention obtains three implementation methods:
(一)把1,2位合并,4,5位合并,这样就变成了(3,1,6)译码。(1) Combine 1, 2, and 4, 5, and this becomes (3, 1, 6) decoding.
(二)考虑到解调输出的软信息是经过量化的,因此在(一)的基础上,对合并之后的结果按照原多项式的量纲进行量化处理。(2) Considering that the soft information of the demodulated output is quantized, on the basis of (1), the result after the combination is quantized according to the dimension of the original polynomial.
(三)1、2位是重复的,4、5位也是重复的,对于第1、2位,比较二者的凿孔位,保留凿孔位少的一位;同理对4、5位做同样的处理。这样就舍掉了2位,构成(3,1,6)译码。(3) The 1st and 2nd digits are repeated, and the 4th and 5th digits are also repeated. For the 1st and 2nd digits, the punctured positions of the two are compared, and one of the punctured bits is reserved; the same applies to the 4th and 5th positions. Do the same. This rounds off 2 bits and constitutes (3, 1, 6) decoding.
对于上述降阶译码处理的方法,我们将其与之前的(5,1,6)译码在仿真平台上进行了性能验证。方法(三)把信息的有效位数直接删除,这样跟(5,1,6)译码相比,会带来接近2.5dB的灵敏度损失,参见图2,建议降阶过程中最好不采用这种方法。For the above-mentioned reduced-order decoding processing method, we performed performance verification on the simulation platform with the previous (5, 1, 6) decoding. Method (3) directly delete the effective number of bits of information, which will bring about 2.5dB sensitivity loss compared with (5,1,6) decoding. See Figure 2, it is recommended not to adopt the step-down process. This method.
图3是在GSM900单天线TU3信道的仿真结果,可以看到(5,1,6)译码的灵敏度跟(一)相比,完全吻合;跟(二)相比,仅相差约0.1dB。Figure 3 shows the simulation results of the GSM900 single-antenna TU3 channel. It can be seen that the sensitivity of the (5,1,6) decoding is completely consistent with (1); compared with (2), the difference is only about 0.1 dB.
图4是在GSM900单天线TU50同频干扰下的仿真结果,可以看到(5,1,6)译码的干扰下性能跟(一)相比,相差约0.2dB;跟(二)相比,几乎完全吻合。Figure 4 is a simulation result of GSM900 single-antenna TU50 co-channel interference. It can be seen that the performance of the (5,1,6) decoding interference is about 0.2 dB compared with (1); compared with (2) , almost exactly the same.
以上说明,无论采用(一)还是(二),仿真出来的性能跟原来的(5,1,6)译码都是很接近的,因此这种把(5,1,6)降阶成(3,1,6)的方法是可行的。我们需要在实际测试环境中对这两种方法进行验证,选取一个最优方案采用。环境中的实测数据如下表:As explained above, whether (i) or (b) is used, the simulated performance is very close to the original (5, 1, 6) decoding, so this (5, 1, 6) is reduced to ( The method of 3, 1, 6) is feasible. We need to validate the two methods in the actual test environment and choose an optimal solution. The measured data in the environment are as follows:
表1 TU50数据Table 1 TU50 data
Figure PCTCN2015098959-appb-000001
Figure PCTCN2015098959-appb-000001
Figure PCTCN2015098959-appb-000002
Figure PCTCN2015098959-appb-000002
表2 TU1.5数据Table 2 TU1.5 data
(FER%)(FER%) 方法(一)增益(db)Method (1) Gain (db) 方法(二)增益(db)Method (2) Gain (db)
1616 -0.25-0.25 -0.5-0.5
1212 -0.1-0.1 -0.25-0.25
88 -0.2-0.2 -0.7-0.7
77 00 -0.4-0.4
44 -0.5-0.5 -1-1
33 -0.4-0.4 -0.6-0.6
22 -0.2-0.2 -0.4-0.4
借鉴图5和图6,结合以上两个表格,可以看到,方法(一)在实测当中与原来的(5,1,6)译码算法性能最接近。因此我们选取了在进入viterbi译码之前:直接把第1,2位合并;4,5位合并,进行(3,1,6)软译码。Referring to Fig. 5 and Fig. 6, combined with the above two tables, it can be seen that the method (1) is the closest to the performance of the original (5, 1, 6) decoding algorithm in the actual measurement. Therefore, we choose to merge the first and second bits directly after entering the viterbi decoding; 4, 5 bits are combined, and (3, 1, 6) soft decoding is performed.
可见,只要高阶的卷积码生成多项式,有多个重复位的存在。就可以采用这种降阶的方法来改进译码算法,验证降阶后的性能没有损失后,可以采用,不局限于GSM系统。采用改进后的软译码算法,不仅降低了累积度量的计算,而且减少了算法循环的次数。最重要的一点,降低了接收机译码的复杂度。It can be seen that as long as the high-order convolutional code generates a polynomial, there are multiple repeated bits. This reduced order method can be used to improve the decoding algorithm, and it can be used after verifying that the performance after the reduction is not lost, and is not limited to the GSM system. The improved soft decoding algorithm not only reduces the calculation of cumulative metrics, but also reduces the number of algorithm cycles. The most important point is to reduce the complexity of receiver decoding.
实施例二 Embodiment 2
本发明实施例提供一种译码器,如图7所示,包括:An embodiment of the present invention provides a decoder, as shown in FIG. 7, including:
接收模块710,设置为:接收业务的卷积码;The receiving module 710 is configured to: receive a convolutional code of the service;
降阶模块720,设置为:对所述卷积码的生成多项式进行去重处理,得 到降阶的卷积码;The reduction step module 720 is configured to: perform deduplication processing on the generator polynomial of the convolutional code, To the reduced order convolutional code;
译码模块730,设置为:对所述降阶的卷积码进行译码。The decoding module 730 is configured to decode the reduced-order convolutional code.
本实施例中,降阶模块720实现对所述卷积码的生成多项式进行去重处理的方式包括:In this embodiment, the manner in which the reduced order module 720 implements deduplication processing on the generating polynomial of the convolutional code includes:
方式一:将所述卷积码的生成多项式中相同的多项式进行合并。Manner 1: Combine the same polynomials in the generator polynomial of the convolutional code.
方式二:将所述卷积码的生成多项式中相同的多项式进行合并,并将合并之后的结果按照原多项式的量纲进行量化处理。Manner 2: The same polynomial in the generator polynomial of the convolutional code is combined, and the combined result is quantized according to the dimension of the original polynomial.
方式三:比较所述卷积码的生成多项式中相同的多项式的凿孔位,通过仅保留凿孔位最少的多项式,实现去重处理。Manner 3: Comparing the puncturing bits of the same polynomial in the generator polynomial of the convolutional code, and implementing the de-duplication process by retaining only the polynomial with the least puncturing bit.
本实施例中,译码模块730,是设置为:使用viterbi软件译码对所述降阶的卷积码进行译码。In this embodiment, the decoding module 730 is configured to decode the reduced-order convolutional code using viterbi software decoding.
本发明实施例所述译码器采用降阶的方式来改进译码算法,不仅降低了累积度量的计算,而且减少了算法循环的次数,更重要的是降低了译码运算的复杂度,提高了译码效率。The decoder of the embodiment of the invention adopts a reduced order method to improve the decoding algorithm, which not only reduces the calculation of the cumulative metric, but also reduces the number of times of the algorithm cycle, and more importantly reduces the complexity of the decoding operation and improves The decoding efficiency.
本领域普通技术人员可以理解上述实施例的全部或部分步骤可以使用计算机程序流程来实现,所述计算机程序可以存储于一计算机可读存储介质中,所述计算机程序在相应的硬件平台上(如系统、设备、装置、器件等)执行,在执行时,包括方法实施例的步骤之一或其组合。One of ordinary skill in the art will appreciate that all or a portion of the steps of the above-described embodiments can be implemented using a computer program flow, which can be stored in a computer readable storage medium, such as on a corresponding hardware platform (eg, The system, device, device, device, etc. are executed, and when executed, include one or a combination of the steps of the method embodiments.
可选地,上述实施例的全部或部分步骤也可以使用集成电路来实现,这些步骤可以被分别制作成一个个集成电路模块,或者将它们中的多个模块或步骤制作成单个集成电路模块来实现。Alternatively, all or part of the steps of the above embodiments may also be implemented by using an integrated circuit. These steps may be separately fabricated into individual integrated circuit modules, or multiple modules or steps may be fabricated into a single integrated circuit module. achieve.
上述实施例中的装置/功能模块/功能单元可以采用通用的计算装置来实现,它们可以集中在单个的计算装置上,也可以分布在多个计算装置所组成的网络上。The devices/function modules/functional units in the above embodiments may be implemented by a general-purpose computing device, which may be centralized on a single computing device or distributed over a network of multiple computing devices.
上述实施例中的装置/功能模块/功能单元以软件功能模块的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。上述提到的计算机可读取存储介质可以是只读存储器,磁盘或光盘等。 When the device/function module/functional unit in the above embodiment is implemented in the form of a software function module and sold or used as a stand-alone product, it can be stored in a computer readable storage medium. The above mentioned computer readable storage medium may be a read only memory, a magnetic disk or an optical disk or the like.
工业实用性Industrial applicability
本发明实施例采用降阶的方式来改进译码算法,不仅降低了累积度量的计算,而且减少了算法循环的次数,更重要的是降低了译码运算的复杂度,提高了译码效率。 The embodiment of the invention adopts a reduced order method to improve the decoding algorithm, which not only reduces the calculation of the cumulative metric, but also reduces the number of times of the algorithm cycle, and more importantly reduces the complexity of the decoding operation and improves the decoding efficiency.

Claims (11)

  1. 一种译码方法,包括:A decoding method comprising:
    接收业务的卷积码;Receive a convolutional code of the service;
    对所述卷积码的生成多项式进行去重处理,得到降阶的卷积码;Dequantizing the generator polynomial of the convolutional code to obtain a reduced-order convolutional code;
    对所述降阶的卷积码进行译码。The reduced order convolutional code is decoded.
  2. 如权利要求1所述的方法,其中,所述对所述卷积码的生成多项式进行去重处理,包括:将所述卷积码的生成多项式中相同的多项式进行合并,实现去重处理。The method of claim 1, wherein said dequantizing the generator polynomial of said convolutional code comprises combining the same polynomials in the generator polynomial of said convolutional code to implement deduplication processing.
  3. 如权利要求2所述的方法,其中,在将所述卷积码的生成多项式中相同的多项式进行合并后,还包括:将合并之后的结果按照原多项式的量纲进行量化处理。The method according to claim 2, wherein after combining the same polynomials in the generator polynomial of the convolutional code, the method further comprises: performing quantization processing on the result of the combining according to the dimension of the original polynomial.
  4. 如权利要求1所述的方法,其中,所述对所述卷积码的生成多项式进行去重处理,包括:比较所述卷积码的生成多项式中相同的多项式的凿孔位,通过仅保留凿孔位最少的多项式,实现去重处理。The method of claim 1 wherein said de-emphasizing said generator polynomial of said convolutional code comprises: comparing punctured bits of the same polynomial of said generator polynomial of said convolutional code by retaining only The polynomial with the least number of punctured bits implements de-weighting.
  5. 如权利要求1至4任意一项所述的方法,其中,所述对所述降阶的卷积码进行译码包括:对所述降阶的卷积码进行viterbi译码。The method of any one of claims 1 to 4, wherein said decoding said reduced-order convolutional code comprises: performing viterbi decoding on said reduced-order convolutional code.
  6. 一种译码器,包括:A decoder comprising:
    接收模块,设置为:接收业务的卷积码;a receiving module, configured to: receive a convolutional code of the service;
    降阶模块,设置为:对所述卷积码的生成多项式进行去重处理,得到降阶的卷积码;The reduction module is configured to perform deduplication processing on the generator polynomial of the convolutional code to obtain a reduced-order convolutional code;
    译码模块,设置为:对所述降阶的卷积码进行译码。The decoding module is configured to: decode the reduced-order convolutional code.
  7. 如权利要求6所述的译码器,其中,所述降阶模块,是设置为:将所述卷积码的生成多项式中相同的多项式进行合并,实现去重处理。The decoder according to claim 6, wherein said reduced order module is configured to combine the same polynomials in the generator polynomial of said convolutional code to implement deduplication processing.
  8. 如权利要求7所述的译码器,其中,所述降阶模块,还设置为:将合并之后的结果按照原多项式的量纲进行量化处理。The decoder according to claim 7, wherein said reduced order module is further arranged to quantize the result of the combining according to the dimension of the original polynomial.
  9. 如权利要求6所述的译码器,其中,所述降阶模块,是设置为:比较所述卷积码的生成多项式中相同的多项式的凿孔位,通过仅保留凿孔位最 少的多项式,实现去重处理。The decoder according to claim 6, wherein said reduced order module is configured to: compare the puncturing bits of the same polynomial in the generator polynomial of said convolutional code, by retaining only the punctured bits Less polynomial, to achieve de-duplication.
  10. 如权利要求6至9任意一项所述的译码器,其中,所述译码模块,是设置为:使用viterbi软件译码对所述降阶的卷积码进行译码。A decoder according to any one of claims 6 to 9, wherein said decoding module is arranged to decode said reduced-order convolutional code using viterbi software decoding.
  11. 一种计算机可读存储介质,存储有计算机可执行指令,所述计算机可执行指令用于执行权利要求1-5任一项的方法。 A computer readable storage medium storing computer executable instructions for performing the method of any of claims 1-5.
PCT/CN2015/098959 2015-09-15 2015-12-25 Decoding method and decoder WO2016165395A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510586989.3 2015-09-15
CN201510586989.3A CN106533453B (en) 2015-09-15 2015-09-15 Decoding method and decoder

Publications (1)

Publication Number Publication Date
WO2016165395A1 true WO2016165395A1 (en) 2016-10-20

Family

ID=57125693

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/098959 WO2016165395A1 (en) 2015-09-15 2015-12-25 Decoding method and decoder

Country Status (2)

Country Link
CN (1) CN106533453B (en)
WO (1) WO2016165395A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005015750A1 (en) * 2003-07-15 2005-02-17 Thomson Licensing Re-configurable viterbi detector for partial response signals
CN101667840A (en) * 2009-09-08 2010-03-10 华为技术有限公司 Method and device for tail biting decoding
CN103427850A (en) * 2012-05-24 2013-12-04 中兴通讯股份有限公司 Multi-mode viterbi decoding apparatus and decoding method thereof

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07147546A (en) * 1993-11-22 1995-06-06 Nec Corp Viterbi decoder
CN1175580C (en) * 2001-08-28 2004-11-10 北京邮电大学 Decoding method and decoder realizing same
TW569549B (en) * 2002-10-25 2004-01-01 Benq Corp Branch metric generator for Viterbi decoder
CN101237239B (en) * 2008-03-03 2011-11-30 黄知涛 A blind recognition method for deleting cirrocumulus code of (n-1)/n code rate
CN103401650B (en) * 2013-08-08 2016-05-04 山东大学 A kind of (n, 1, m) there is the blind-identification method of error code convolutional code
CN104243095A (en) * 2014-09-11 2014-12-24 山东大学 Code word type blind identification method for convolutional code and linear block code
CN104467875A (en) * 2014-12-09 2015-03-25 山东大学 Blind recognition method for RS code and punctured convolutional code cascaded code parameters

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005015750A1 (en) * 2003-07-15 2005-02-17 Thomson Licensing Re-configurable viterbi detector for partial response signals
CN101667840A (en) * 2009-09-08 2010-03-10 华为技术有限公司 Method and device for tail biting decoding
CN103427850A (en) * 2012-05-24 2013-12-04 中兴通讯股份有限公司 Multi-mode viterbi decoding apparatus and decoding method thereof

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
VIRAKTAMATH, S.V. ET AL.: "IMPLEMENTATION OF VITERBI ALGORITHM ON DSP", INTERNATIONAL JOURNAL OF ENGINEERING SCIENCE AND TECHNOLOGY (IJEST), vol. 4, no. 4, 30 April 2012 (2012-04-30), pages 1520 - 1525, XP055321207, ISSN: 0975-5462 *
ZHAO, BING.: "The Design of Convolutional Coding & Viterbi Decoder in Digital Communication", TIANJIN COMMUNICATIONS TECHNOLOGY, vol. 2002, no. 3, 30 September 2002 (2002-09-30), pages 1 - 6 *

Also Published As

Publication number Publication date
CN106533453A (en) 2017-03-22
CN106533453B (en) 2020-12-22

Similar Documents

Publication Publication Date Title
WO2018137635A1 (en) Polar code encoding and decoding method and device
US10425107B2 (en) Partial sum computation for polar code decoding
KR100846869B1 (en) Apparatus for Decoding LDPC with Low Computational Complexity Algorithms and Method Thereof
US20150006992A1 (en) Method and decoder for processing decoding
JP4227481B2 (en) Decoding device and decoding method
KR20080098391A (en) Map decoder with bidirectional sliding window architecture
WO2011082509A1 (en) Method and device for decoding turbo code
JP2009535939A (en) Viterbi decoding apparatus and technology
US20120066566A1 (en) Accessing memory during parallel turbo decoding
KR101583139B1 (en) High-Throughput Low-Complexity Successive-Cancellation Polar Decoder Architecture and Method
RU2571597C2 (en) Turbocode decoding method and device
WO2015000100A1 (en) Method for realizing turbo equalization compensation, and turbo equalizer and system
US7370332B2 (en) Arrangement and method for iterative decoding
KR101462211B1 (en) Apparatus and method for decoding in portable communication system
JP4554366B2 (en) Method for decrypting data using a data window
WO2015109741A1 (en) Decoding method and device
JP5169771B2 (en) Decoder and decoding method
WO2016165395A1 (en) Decoding method and decoder
US20140223267A1 (en) Radix-4 viterbi forward error correction decoding
WO2012109872A1 (en) Method, apparatus and lte terminals for cyclic redundancy checking in communication system
CN105356893A (en) Tail code configurable Viterbi decoding method and decoder
KR101923701B1 (en) Apparatus and method for iterative detection and decoding in wireless communication system
WO2018064924A1 (en) Decoding method and apparatus based on soft output viterbi decoding algorithm sova
JP2021525976A (en) Staircase code decoding method and staircase code decoding device
KR101476560B1 (en) Channel decoding method and tail biting convolutional decoder

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15889091

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15889091

Country of ref document: EP

Kind code of ref document: A1