CN103929210B - Hard decision decoding method based on genetic algorithm and neural network - Google Patents

Hard decision decoding method based on genetic algorithm and neural network Download PDF

Info

Publication number
CN103929210B
CN103929210B CN201410171355.7A CN201410171355A CN103929210B CN 103929210 B CN103929210 B CN 103929210B CN 201410171355 A CN201410171355 A CN 201410171355A CN 103929210 B CN103929210 B CN 103929210B
Authority
CN
China
Prior art keywords
decoding
neural network
genetic
sequence
individual
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.)
Active
Application number
CN201410171355.7A
Other languages
Chinese (zh)
Other versions
CN103929210A (en
Inventor
袁建国
袁艳涛
杨松
叶文伟
刘飞龙
盛泉良
叶传龙
黄小峰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Chongqing University of Post and Telecommunications
Original Assignee
Chongqing University of Post and Telecommunications
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 Chongqing University of Post and Telecommunications filed Critical Chongqing University of Post and Telecommunications
Priority to CN201410171355.7A priority Critical patent/CN103929210B/en
Publication of CN103929210A publication Critical patent/CN103929210A/en
Application granted granted Critical
Publication of CN103929210B publication Critical patent/CN103929210B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Error Detection And Correction (AREA)

Abstract

本发明涉及通信中信号处理领域,特别涉及一种基于遗传算法与神经网络混合智能算法的硬判决译码方法,即遗传神经网络译码(Genetic Neural‑network Decoding,GND)方法。该方法充分利用遗传算法的自优化能力和神经网络的模式分类功能对接收匹配滤波器的硬判决量化输出进行优化处理,以弥补因信道传输误差和硬判决量化给译码带来的可靠性损失,从而恢复出一个与传输序列更似然的码字作为硬判决译码器的输入以得到一个更好的译码结果。从理论分析和计算机模拟仿真可看出,该GND译码方法纠错性能接近传统软判决译码,又由于译码过程不需要利用信道统计软信息,其复杂度相对传统软判决译码大幅度降低。

The present invention relates to the field of signal processing in communication, in particular to a hard-decision decoding method based on a hybrid intelligent algorithm of a genetic algorithm and a neural network, that is, a genetic neural network decoding (Genetic Neural-network Decoding, GND) method. This method makes full use of the self-optimization ability of the genetic algorithm and the pattern classification function of the neural network to optimize the hard-decision quantization output of the receiving matched filter to compensate for the reliability loss caused by the channel transmission error and hard-decision quantization. , so as to restore a codeword with a higher likelihood to the transmission sequence as the input of the hard decision decoder to obtain a better decoding result. From theoretical analysis and computer simulation, it can be seen that the error correction performance of the GND decoding method is close to that of traditional soft-decision decoding, and because the decoding process does not need to use statistical soft information of the channel, its complexity is significantly higher than that of traditional soft-decision decoding. reduce.

Description

一种基于遗传算法与神经网络的硬判决译码方法A Hard Decision Decoding Method Based on Genetic Algorithm and Neural Network

技术领域technical field

本发明涉及通信中信号处理领域,特别涉及硬判决译码方法,该方法是基于遗传算法(Genetic Algorithm,GA)与神经网络(Neural Network,NN)实现。The invention relates to the field of signal processing in communication, in particular to a hard-decision decoding method, which is realized based on a genetic algorithm (Genetic Algorithm, GA) and a neural network (Neural Network, NN).

背景技术Background technique

目前,纠错码技术已经成为了实现及时可靠通信的不可或缺的手段和方法。然而,纠错码的软判决译码技术却一直存在适用范围小、计算复杂度高等问题,难以在现有的技术条件下、在比较合理的有限时间内得到良好的解决。除此之外,一般的译码算法都是串行处理,仅适合于低、中速的数字通信系统。目前数字通信和信息存储系统正朝着高速度、高带宽、高可靠性方向发展,对纠错码提出了新的要求,译码问题俨然已成为纠错码发展的一大瓶颈。At present, error-correcting code technology has become an indispensable means and method to realize timely and reliable communication. However, the soft-decision decoding technology of error-correcting codes has always had problems such as small application range and high computational complexity, which are difficult to be solved well within a reasonable and limited time under the existing technical conditions. In addition, the general decoding algorithm is serial processing, which is only suitable for low and medium speed digital communication systems. At present, digital communication and information storage systems are developing towards high speed, high bandwidth, and high reliability, which puts forward new requirements for error-correcting codes, and the problem of decoding has become a major bottleneck in the development of error-correcting codes.

Berlekamp等人已证明了一般纠错码的译码问题是一类NP(Non-deterministicPolynomial)复杂问题,可等价为组合优化问题处理。智能算法(Intelligent Algorithm,IA)作为一种通过模仿自然世界的内在自适应优化机制获取解决复杂组合优化问题的信息处理技术被引入到了纠错码技术中。利用智能算法的自适应优化以及快速并行处理等机理解决纠错码译码技术所面临的困难具有重要理论意义与实用价值。Berlekamp et al. have proved that the decoding problem of general error-correcting codes is a kind of NP (Non-deterministic Polynomial) complex problem, which can be equivalently treated as a combinatorial optimization problem. Intelligent algorithm (Intelligent Algorithm, IA), as an information processing technology that obtains and solves complex combinatorial optimization problems by imitating the inherent adaptive optimization mechanism of the natural world, is introduced into the error-correcting code technology. It has important theoretical significance and practical value to solve the difficulties faced by error correction code decoding technology by using the adaptive optimization of intelligent algorithm and fast parallel processing mechanism.

查阅相关文献可知,目前把GA译码算法和神经网络算法各自单独应用在纠错码中进行硬判决译码的研究比较多,但总体来说,其译码综合性能不佳,要么复杂度高,要么纠错性能不佳。这是因为对于复杂优化问题,单一机制的智能算法很难实现全局优化,且效率低。通过混合不同的智能算法来扬长避短,能有效地解决科技和工程领域中的NP难解问题。就遗传算法而言,其全局搜索能力好,但在单独使用时,很难做到收敛速度和收敛性能之间好的折衷,而智能算法中的另一种热门算法—神经网络算法收敛速度却很快,但对参数选择的苛刻。因此,若将二者有机结合应用到译码算法中,将可以扬长弊端,取得较好求解结果。According to the relevant literature, there are many studies on the application of GA decoding algorithm and neural network algorithm in error-correcting codes for hard-decision decoding, but generally speaking, the comprehensive performance of the decoding is not good, or the complexity is high. , or poor error correction performance. This is because for complex optimization problems, an intelligent algorithm with a single mechanism is difficult to achieve global optimization, and the efficiency is low. By mixing different intelligent algorithms to maximize strengths and avoid weaknesses, it can effectively solve NP-hard problems in the fields of science and technology and engineering. As far as the genetic algorithm is concerned, its global search ability is good, but when it is used alone, it is difficult to achieve a good compromise between the convergence speed and the convergence performance, while another popular algorithm in the intelligent algorithm - the neural network algorithm has a poor convergence speed. Fast, but harsh on parameter selection. Therefore, if the two are organically combined and applied to the decoding algorithm, the disadvantages can be exploited and better solution results can be obtained.

发明内容Contents of the invention

为了降低传统软判决译码的复杂性,同时提高了译码速度,本发明提供一种基于遗传算法与神经网络的硬判决译码方法,以弥补因信道传输误差和硬判决量化给译码带来的可靠性损失,从而恢复出一个与传输序列更似然的码字作为硬判决译码器的输入以得到一个更好的译码结果,提高其纠错性。In order to reduce the complexity of traditional soft-decision decoding and increase the decoding speed at the same time, the present invention provides a hard-decision decoding method based on genetic algorithm and neural network to make up for the loss caused by channel transmission errors and hard-decision quantization. The resulting loss of reliability, so as to restore a codeword that is more likely to the transmission sequence as the input of the hard decision decoder to obtain a better decoding result and improve its error correction.

本发明是一种混合智能译码方法,可以称为遗传神经网络译码(Genetic Neural-network Decoding,GND)方法,其方法包括以下步骤:The present invention is a hybrid intelligent decoding method, which can be called a genetic neural network decoding (Genetic Neural-network Decoding, GND) method, and the method comprises the following steps:

(1)训练神经网络:(1) Training neural network:

(1.1)接收实数符号序列r(r1,r2,r3,…)经过解调器匹配滤波器量化后得到硬判决序列R;(1.1) Receive the real number symbol sequence r (r 1 , r 2 , r 3 ,…) and obtain the hard decision sequence R after being quantized by the demodulator matched filter;

(1.2)由解调器匹配滤波器量化后得到的硬判决序列R分别与随机生成dh/2个n维二进制序列T经过模2加之后产生dh/2个候选序列A;(1.2) The hard decision sequence R obtained after quantization by the demodulator matched filter is respectively combined with randomly generated d h /2 n-dimensional binary sequences T to generate d h /2 candidate sequences A after modulo 2 addition;

(1.3)训练神经网络:神经网络作为一个分类器由三层网络构成,即输入层,隐含层和输出层,输入层由个n-k神经元组成,输出层有1个神经元,隐含层包括(2/3)(n-k+t+1)个神经元,其中k为码的信息位个数,t为该码的最大纠错个数;训练过程为:将校正子序列作为输入训练模式,将与其对应的错误模式的重量w作为目标输出,使之输入一个校正子便能得到与之对应的错误图样的重量w(w=1,2,3...,n),校正子S根据遗传算法个体所代表的码字B和码的校验矩阵H得到,即(1.3) Training neural network: As a classifier, the neural network consists of a three-layer network, namely the input layer, the hidden layer and the output layer. The input layer consists of n-k neurons, the output layer has 1 neuron, and the hidden layer Including (2/3)(n-k+t+1) neurons, where k is the number of information bits of the code, and t is the maximum number of error corrections of the code; the training process is: the syndrome sequence is used as input In the training mode, the weight w of the corresponding error pattern is used as the target output, so that a corrector can be input to obtain the weight w of the corresponding error pattern (w=1,2,3...,n), and the correction Sub-S is obtained from the code word B represented by the genetic algorithm individual and the check matrix H of the code, that is,

S=B·H′ 式(1);S=B·H' formula (1);

(2)使用遗传算法优化得到一个与传输序列更似然的码字:(2) Use the genetic algorithm to optimize to obtain a codeword that is more likely to the transmission sequence:

(2.1)种群初始化:生成2t个n位的二进制向量作为初始种群(2.1) Population initialization: generate 2t n-bit binary vectors as the initial population

(2.1.1)种群的第一个个体成员P1:将匹配滤波器输出的硬判决序列R(r1,r2,...,rn)设置为种群的第一个个体成员P1:(2.1.1) The first individual member P1 of the population: Set the hard decision sequence R(r 1 ,r 2 ,...,r n ) output by the matched filter as the first individual member P1 of the population:

PP 11 == RR (( rr 11 ,, rr 22 ,, .. .. .. ,, rr nno )) ,, rr ii == 11 ,, qq ii >> 00 00 ,, qq ii &le;&le; 00 00 << ii << nno

其中,Q(q1,q2,...,qn)为接收到的未经匹配滤波器硬判决量化的实数序列;Among them, Q(q 1 ,q 2 ,...,q n ) is the received real number sequence quantized without hard decision of matched filter;

(2.1.2)种群的其他2t-1个个体成员Pi:将由随机产生的均匀二进制修正序列T(t1,t2,...,t2t-1)和硬判决序列R相加得到,即:(2.1.2) The other 2t-1 individual members Pi of the population: it is obtained by adding the randomly generated uniform binary correction sequence T(t 1 ,t 2 ,...,t 2t-1 ) and the hard decision sequence R, which is:

Pi=mod(R+T,2),2≤i≤2t,T=rand[0,1];P i = mod(R+T,2), 2≤i≤2 t , T=rand[0,1];

(2.2)个体适应度评价:(2.2) Individual fitness evaluation:

根据下式对遗传算法个体的适应度进行评价Evaluate the fitness of genetic algorithm individuals according to the following formula

其中,λ(P,Q)为相关函数,用来计算遗传体Pi和接收实数序列Q之间的欧氏距离,个体与接收的实属序列越相似,则λ的值越大,Among them, λ(P,Q) is a correlation function, which is used to calculate the Euclidean distance between the genetic body Pi and the received real number sequence Q, the more similar the individual is to the received real sequence, the larger the value of λ,

&lambda;&lambda; (( PP ,, QQ )) == &Sigma;&Sigma; ii == 11 nno pp ii &CenterDot;&CenterDot; qq ii

Weight(Error class(Indiv.))为神经网络的输出结果,要得到penalty,需要先计算待评估遗传个体的校正子序列S,再将S输入神经网络;Weight (Error class (Indiv.)) is the output result of the neural network. To get the penalty, it is necessary to calculate the corrector sequence S of the genetic individual to be evaluated, and then input S into the neural network;

(2.3)自然选择:基于轮盘赌选择法或其他选择方法从初始种群中选择优秀的个体参与遗传,第i个个体被选中的概率为:(2.3) Natural selection: Based on the roulette selection method or other selection methods, excellent individuals are selected from the initial population to participate in inheritance. The probability that the i-th individual is selected is:

pp (( PP ii )) == aa (( PP ii )) &Sigma;&Sigma; jj == 00 NN -- 11 aa (( PP jj ))

(2.4)配对交叉:选中的个体将会随机进行配对,通过将自身部分元素(码元)与对方交叉产生新个体;(2.4) Pairing crossover: The selected individuals will be paired randomly, and a new individual will be generated by crossing some of its own elements (code elements) with the other party;

(2.5)遗传变异:随机选择过程(2.4)中产生的新个体,对其进行变异处理,处理方法为,将个体的某位元素(码元)翻转,即由0→1或1→0;(2.5) Genetic variation: the new individual generated in the random selection process (2.4) is mutated, and the processing method is to flip a certain element (code unit) of the individual, that is, from 0→1 or 1→0;

(2.6)遗传终止:遗传将在遗传世代数达到预设值时终止,此时种群中适应度最高的个体将被输出,若世代数未达到则跳转步骤(2.3)继续遗传过程。(2.6) Termination of inheritance: inheritance will be terminated when the number of genetic generations reaches the preset value. At this time, the individual with the highest fitness in the population will be output. If the number of generations is not reached, jump to step (2.3) to continue the genetic process.

(3)将遗传算法输出的最佳序列输入硬判决纠错译码器进行译码,得到最终译码结果。(3) The best sequence output by the genetic algorithm is input into the hard-decision error correction decoder for decoding, and the final decoding result is obtained.

从以上方法可知,本发明将神经网络作为对遗传算法优化性能的补充加入到遗传算法的个体适应度评估机制中,在适应度评估机制中,神经网络充当一个模式分类器的角色,它根据遗传算法个体所代表的码字与最近可用码字之间的汉明距离对遗传个体进行分类,与最近码字之间汉明距离相同的遗传个体被分为一类。这一操作利用译码标准阵中码字校正子与陪集首之间的一一对应关系,通过神经网络将输入的遗传个体的校正子序列映射为与之对应的陪集首的重量(陪集首的重量)来实现。神经网络得到的结果将作为补偿因子加入到遗传算法的评价机制中,以进一步加强遗传算法的优化性能。As can be seen from the above method, the present invention adds the neural network into the individual fitness evaluation mechanism of the genetic algorithm as a supplement to the optimization performance of the genetic algorithm. In the fitness evaluation mechanism, the neural network acts as a pattern classifier. The Hamming distance between the codeword represented by the algorithm individual and the closest available codeword is used to classify the genetic individuals, and the genetic individuals with the same Hamming distance as the nearest codeword are classified into one class. This operation utilizes the one-to-one correspondence between codeword syndromes and coset heads in the decoding standard matrix, and maps input syndrome sequences of genetic individuals to the weights of corresponding coset heads (coset heads) through the neural network. Set the first weight) to achieve. The results obtained by the neural network will be added to the evaluation mechanism of the genetic algorithm as a compensation factor to further strengthen the optimization performance of the genetic algorithm.

因此,本发明充分利用遗传算法的自优化能力和神经网络的模式分类功能对接收匹配滤波器的硬判决量化输出进行优化处理,以弥补因信道传输误差和硬判决量化给译码带来的可靠性损失,从而恢复出一个与传输序列更似然的码字作为硬判决译码器的输入以得到一个更好的译码结果。从理论分析和计算机模拟仿真可看出,其纠错性能接近传统软判决译码;并且其译码过程不需要利用信道统计软信息,其复杂度相对传统软判决译码大幅度降低。Therefore, the present invention makes full use of the self-optimization ability of the genetic algorithm and the pattern classification function of the neural network to optimize the hard-decision quantization output of the receiving matched filter, so as to compensate for the reliability caused by channel transmission errors and hard-decision quantization. In order to recover a codeword that is more likely to the transmission sequence as the input of the hard-decision decoder to obtain a better decoding result. It can be seen from theoretical analysis and computer simulation that its error correction performance is close to that of traditional soft-decision decoding; and its decoding process does not need to use statistical soft information of the channel, and its complexity is greatly reduced compared with traditional soft-decision decoding.

附图说明Description of drawings

图1是本发明GND算法流程图;Fig. 1 is the GND algorithm flowchart of the present invention;

图2是本发明神经网络分类器示意图;Fig. 2 is a schematic diagram of the neural network classifier of the present invention;

图3是本发明GND译码算法性能仿真结果示意图;Fig. 3 is a schematic diagram of the performance simulation results of the GND decoding algorithm of the present invention;

图4是与表2对应的GND算法与Chase2、GPD算法复杂度的Fig. 4 is the GND algorithm corresponding to Table 2 and the complexity of Chase2, GPD algorithm

图形对比分析图。Graphical comparative analysis chart.

具体实施方式detailed description

为了使本发明的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本发明作进一步详细说明。In order to make the object, technical solution and advantages of the present invention more clear, the present invention will be further described in detail below in conjunction with the accompanying drawings and embodiments.

本发明是一种基于遗传算法与神经网络的硬判决译码方法,以分组码(n,k)为例,其实现流程如图1所示,包括:The present invention is a hard-decision decoding method based on genetic algorithm and neural network. Taking block code (n, k) as an example, its implementation process is shown in Figure 1, including:

1、训练神经网络:1. Train the neural network:

1)接收实数符号序列r(r1,r2,r3,…)经过解调器匹配滤波器量化后得到硬判决序列R;1) Receive the real number symbol sequence r(r 1 ,r 2 ,r 3 ,…) and obtain the hard decision sequence R after being quantized by the demodulator matched filter;

2)由解调器匹配滤波器量化后得到的硬判决序列R分别与随机生成dh/2个n维二进制序列T经过模2加之后产生dh/2个候选序列A;2) The hard decision sequence R obtained by the demodulator matched filter quantization is respectively combined with randomly generated d h /2 n-dimensional binary sequences T to generate d h /2 candidate sequences A after modulo 2 addition;

3)训练神经网络:GND译码中所需要用到的神经网络如图2所示,它作为一个分类器由三层网络构成,即输入层,隐含层和输出层。输入层由个n-k神经元组成,输出层有1个神经元,隐含层包括(2/3)(n-k+t+1)个神经元,其中k为码的信息位个数,t为该码的最大纠错个数。这一操作按照以下步骤实现:将校正子序列作为输入训练模式,将与其对应的错误模式的重量w作为目标输出,使之输入一个校正子便能得到与之对应的错误图样的重量w(w=1,2,3...,n),校正子S可以根据遗传算法个体所代表的码字B和码的校验矩阵H得到,即3) Training neural network: The neural network required for GND decoding is shown in Figure 2. As a classifier, it consists of a three-layer network, namely an input layer, a hidden layer and an output layer. The input layer consists of n-k neurons, the output layer has 1 neuron, and the hidden layer includes (2/3)(n-k+t+1) neurons, where k is the number of information bits of the code, t is the maximum error correction number of the code. This operation is realized according to the following steps: take the correction sub-sequence as the input training pattern, and take the weight w of the corresponding error pattern as the target output, so that a syndrome can be input to obtain the weight w of the corresponding error pattern (w =1,2,3...,n), the syndrome S can be obtained according to the code word B represented by the genetic algorithm individual and the check matrix H of the code, namely

S=B·H′ 式(1)S=B·H' formula (1)

根据最小距离译码准则和标准阵理论可知,码字与最近可用码字之间的汉明距离越大,则标准阵中其所对应的的陪首集重量越大,即其可能含有的错误比特数越多,则将其对应校正子作为输入的神经网络的输出值也越大。According to the minimum distance decoding criterion and the standard matrix theory, the greater the Hamming distance between the codeword and the nearest available codeword, the greater the weight of the corresponding co-lead set in the standard matrix, that is, the error that it may contain The larger the number of bits, the larger the output value of the neural network that takes its corresponding syndrome as input.

2、使用遗传算法优化得到一个与传输序列更似然的码字:2. Use the genetic algorithm to optimize to obtain a codeword that is more likely to the transmission sequence:

1)种群初始化:生成2t个n位的二进制向量作为初始种群1) Population initialization: generate 2 t n-bit binary vectors as the initial population

a.种群的第一个个体成员P1:将匹配滤波器输出的硬判决序列R(r1,r2,...,rn)设置为种群的第一个个体:a. The first individual member P 1 of the population: Set the hard decision sequence R(r 1 ,r 2 ,...,r n ) output by the matched filter as the first individual of the population:

P 1 = R ( r 1 , r 2 , . . . , r n ) , r i = 1 , q i > 0 0 , q i &le; 0 0 < i < n 式(2) P 1 = R ( r 1 , r 2 , . . . , r no ) , r i = 1 , q i > 0 0 , q i &le; 0 0 < i < no Formula (2)

其中,Q(q1,q2,...,qn)为接收到的未经匹配滤波器硬判决量化的实数序列。Wherein, Q(q 1 ,q 2 ,...,q n ) is the received real number sequence quantized without hard decision of the matched filter.

b.种群的其他2t-1个个体成员Pi:将由随机产生的均匀二进制修正序列T(t1,t2,...,t2t-1)和硬判决序列R相加得到,即:b. The other 2 t -1 individual members P i of the population: it is obtained by adding the randomly generated uniform binary correction sequence T(t 1 ,t 2 ,...,t 2t-1 ) and the hard decision sequence R, namely :

Pi=mod(R+T,2),2≤i≤2t,T=rand[0,1] 式(3)P i =mod(R+T,2), 2≤i≤2t, T=rand[0,1] formula (3)

2)个体适应度评价:2) Individual fitness evaluation:

根据式4.11对遗传算法个体的适应度进行评价Evaluate the fitness of genetic algorithm individuals according to formula 4.11

式(4) Formula (4)

a.λ(P,Q)为相关函数,用来计算遗传体Pi和接收实数序列Q之间的欧氏距离。个体与接收的实属序列越相似,则λ的值越大。a. λ(P,Q) is a correlation function, which is used to calculate the Euclidean distance between the genetic body Pi and the received real number sequence Q. The more similar the individual is to the received real sequence, the larger the value of λ.

&lambda; ( P , Q ) = &Sigma; i = 1 n p i &CenterDot; q i 式(5) &lambda; ( P , Q ) = &Sigma; i = 1 no p i &CenterDot; q i Formula (5)

b.Weight(Error class(Indiv.))为神经网络的输出结果,它作为一个补偿因子,代表了遗传个体所对应码字的最可能的错误图样的重量,当遗传个体所含错误比特数越少,Weight(Error class(Indiv.))的值就越小,最终fitness的值就会越大。要得到penalty,需要先利用式(1)计算待评估遗传个体的校正子序列S,再将S输入神经网络。b.Weight (Error class (Indiv.)) is the output result of the neural network, which, as a compensation factor, represents the weight of the most likely error pattern of the codeword corresponding to the genetic individual. When the number of error bits contained in the genetic individual is greater The smaller the value of Weight(Error class(Indiv.)), the smaller the value of the final fitness will be. To get the penalty, it is necessary to use formula (1) to calculate the corrector sequence S of the genetic individual to be evaluated, and then input S into the neural network.

3)自然选择:基于轮盘赌选择法或其他选择方法从初始种群中选择优秀的个体参与遗传,个体被选择参与遗传的概率由其适应度决定,适应度越高,其被选中的概率越大。一般,第i个个体被选中的概率为:3) Natural selection: Based on the roulette selection method or other selection methods, excellent individuals are selected from the initial population to participate in inheritance. The probability of an individual being selected to participate in inheritance is determined by its fitness. The higher the fitness, the higher the probability of being selected. Big. Generally, the probability that the i-th individual is selected is:

p ( P i ) = a ( P i ) &Sigma; j = 0 N - 1 a ( P j ) 式(6) p ( P i ) = a ( P i ) &Sigma; j = 0 N - 1 a ( P j ) Formula (6)

4)配对交叉:选中的个体将会随机进行配对,通过将自身部分元素(码元)与对方交叉产生新个体,配对交叉的方法多种,最常见的有单点交叉和多点交叉,本研究中选择单点交叉,交叉概率设为0.9;4) Paired crossover: The selected individuals will be paired randomly, and new individuals will be generated by crossing some of their own elements (code units) with each other. There are many ways to pair crossover, the most common ones are single-point crossover and multi-point crossover. In the study, a single-point crossover was selected, and the crossover probability was set to 0.9;

5)遗传变异:随机选择过程4)中产生的新个体,对其进行变异处理,具体按如下操作实现:将个体的某位元素(码元)翻转,即由0→1或1→0,本研究中的变异概率设置为0.025;5) Genetic variation: Randomly select new individuals generated in process 4), and perform mutation processing on them, specifically as follows: Flip a certain element (code element) of the individual, that is, from 0→1 or 1→0, The mutation probability in this study is set to 0.025;

6)遗传终止:遗传将在遗传世代数达到预设值时终止,此时种群中适应度最高的个体将被输出,若世代数未达到则跳转步骤3)继续遗传过程,本研究中遗传世代数设置为20。6) Termination of inheritance: inheritance will be terminated when the number of genetic generations reaches the preset value. At this time, the individual with the highest fitness in the population will be output. If the number of generations is not reached, skip to step 3) to continue the genetic process. The number of generations is set to 20.

3、将遗传算法输出的最佳序列输入硬判决纠错译码器进行译码,得到最终译码结果。3. Input the best sequence output by the genetic algorithm into the hard-decision error correction decoder for decoding to obtain the final decoding result.

以下从复杂度分析和误比特性能进行分析,来进一步说明本发明的优点:Analyze from complexity analysis and bit error performance below, further illustrate the advantages of the present invention:

1、复杂度分析:1. Complexity analysis:

GND算法的计算开销主要包括遗传算法模块的优化,神经网络的分类和硬判决译码器的纠错,其中遗传算法模块所占比例最大,就神经网络部分而言,只要网络被训练好,在其使用模式时,只有简单的几步加乘法和权累加运算,计算开销非常小。本分析按照整个译码过程中所需的加法和乘法计算量对译码算法的复杂度进行评估。以线性分组码BCH(n,k,dh,t)为例,其中dh为分组码的最小汉明距离,t为分组码的最大纠错个数。The calculation overhead of the GND algorithm mainly includes the optimization of the genetic algorithm module, the classification of the neural network, and the error correction of the hard-decision decoder. The genetic algorithm module accounts for the largest proportion. As far as the neural network is concerned, as long as the network is trained well, When it is used, there are only a few simple steps of addition, multiplication and weight accumulation, and the calculation cost is very small. This analysis evaluates the complexity of the decoding algorithm in terms of the amount of addition and multiplication calculations required throughout the decoding process. Take the linear block code BCH(n,k,d h ,t) as an example, where d h is the minimum Hamming distance of the block code, and t is the maximum number of error corrections of the block code.

1)遗传算法优化模块:遗传算法需要进行gen代遗传,每代中有2(dh/2-1)个个体需要被处理,每次处理将执行(n-1)次加法和n次乘法,因此最终共需要执行次加法操作和次乘法操作;1) Genetic Algorithm Optimization Module: Genetic Algorithm needs to carry out gen-generation inheritance. In each generation, 2(dh/2-1) individuals need to be processed, and each processing will perform (n-1) additions and n multiplications. So in the end it is necessary to execute addition operations and second multiplication operation;

2)神经网络分类模块:本研究中的神经网络分类器共有(2/3)(n-k+t+1)个隐单元。对一个已经训练好的神经网络在使用模式时,每个隐单元需执行(n-k-1)次加法和(n-k)次乘法,输出单元执行(2/3)(n-k+t+1)-1次加法和(2/3)(n-k+t+1)次乘法。因此,对于一个输入,在整个译码过正中,神经网模块所需进行的加法运算次数为{(2/3)(n-k+t+1)+n-k-2}·gen·2t以及{(2/3)(n-k+t+1)+n-k}·gen·2t次的乘法运算。2) Neural network classification module: The neural network classifier in this study has (2/3)(n-k+t+1) hidden units in total. When using a model for a trained neural network, each hidden unit needs to perform (nk-1) additions and (nk) multiplications, and the output unit performs (2/3)(n-k+t+1) -1 addition and (2/3)(n-k+t+1) multiplication. Therefore, for an input, in the entire decoding process, the number of addition operations required by the neural network module is {(2/3)(n-k+t+1)+nk-2}·gen·2 t and {(2/3)(n-k+t+1)+nk}·gen·2 t multiplication operations.

3)硬判决译码器模块:以BCH的BM译码算法为例,其每次硬判决译码需要执行(2nt+2t2-t)次加法运算和(2nt+2t2)次乘法运算。3) Hard-decision decoder module: Taking the BM decoding algorithm of BCH as an example, each hard-decision decoding needs to perform (2nt+2t2-t) addition operations and (2nt+2t2) multiplication operations.

若将硬判决量化视为加法运算,则本发明GND算法与Chase2、GPD算法复杂度对比情况见表1:If hard decision quantization is regarded as an addition operation, then the GND algorithm of the present invention and the Chase2, GPD algorithm complexity comparison situation are shown in Table 1:

以BCH(31,16,7,3)码为例,采用GND算法与Chase2、GPD算法复杂度的对比分析数据见表2:Taking the BCH(31,16,7,3) code as an example, the comparative analysis data of the GND algorithm and the Chase2 and GPD algorithm complexity are shown in Table 2:

为了对比,图4中还给出了传统软判决译码Chase2和相关文献中给出的一种基于遗传算法的GPD译码算法的复杂度对比情况。For comparison, Fig. 4 also shows the complexity comparison of traditional soft-decision decoding Chase2 and a GPD decoding algorithm based on genetic algorithm given in related literature.

仔细分析表2数据可知,三种译码中GND译码的计算开销量最小,其次是GPD译码,而软判决CHASE2的计算量最大。这是由于在译码过程中,CHASE2和GPD算法利用了额外的软信息产生候选序列,而GND直接对解调器的滤波器输出进行处理,不借用软信息生成候选空间。由此可看出GND算法是一种复杂度相对较低,可操作性强的译码方法。Careful analysis of the data in Table 2 shows that among the three types of decoding, GND decoding has the smallest calculation overhead, followed by GPD decoding, and soft decision CHASE2 has the largest calculation amount. This is because in the decoding process, the CHASE2 and GPD algorithms use additional soft information to generate candidate sequences, while GND directly processes the filter output of the demodulator without borrowing soft information to generate candidate spaces. It can be seen that the GND algorithm is a decoding method with relatively low complexity and strong operability.

2、误比特性能分析:2. Bit error performance analysis:

本发明仿真模拟时,使用了BCH(31,16)作为译码对象,参数设置值如表3,During simulation simulation of the present invention, used BCH (31,16) as decoding object, and parameter setting value is as table 3,

为进行性能对比,申请人同时模拟了MLD最佳译码算法,GPD译码(参见文献“袁建国,王琳,黄胜,王永.基于遗传算法的概率译码算法[J].北京邮电大学报.2012,35(5):98~101”),CHASE2软判决译码以及BM硬判决译码的误比特性能,如图3所示。图中,R代表接收调制器的匹配滤波器输出,BER表示误码率,SNR(dB)表示信噪比。For performance comparison, the applicant simultaneously simulated the optimal decoding algorithm of MLD and GPD decoding (see the literature "Yuan Jianguo, Wang Lin, Huang Sheng, Wang Yong. Probabilistic decoding algorithm based on genetic algorithm [J]. Beijing Post and Telecommunications University Journal. 2012,35(5):98~101”), the bit error performance of CHASE2 soft-decision decoding and BM hard-decision decoding, as shown in Figure 3. In the figure, R represents the matched filter output of the receiving modulator, BER represents the bit error rate, and SNR (dB) represents the signal-to-noise ratio.

通过对图3仔细分析可得到,各种译码算法通过对解调器的匹配滤波器输出结果R采取不同的处理方法都能不同程度地降低接收序列的误码率。例如图中所示,误码率为10-4时,BM硬判决译码在匹配滤波器的输出结果基础上可多获得约1.5dB的增益,GND算法约为2dB,chase2约为2.4GPD译码约为2.6dB,MLD译码可获得约为3.8dB。由此可看出,GND译码拥有较好的纠错性能,且接近传统的软判决译码。虽然GND译码不如chase2和GPD算法获得的增益大,但正如前文分析,由不需要利用信道统计概率软信息生成搜索空间,GND算法复杂度相对chase2软译码和GPD译码降低很多,其实用性更强。从以上分析可得出,GND算法在译码复杂度和译码纠错性能之间取得了一个较好的折衷,是一种优越的新型译码方法。Through the careful analysis of Figure 3, various decoding algorithms can reduce the bit error rate of the received sequence to varying degrees by adopting different processing methods for the output result R of the matched filter of the demodulator. For example, as shown in the figure, when the bit error rate is 10 -4 , BM hard-decision decoding can obtain about 1.5dB more gain on the basis of the output result of the matched filter, GND algorithm is about 2dB, chase2 is about 2.4GPD decoding Code is about 2.6dB, and MLD decoding can get about 3.8dB. It can be seen that GND decoding has better error correction performance and is close to traditional soft-decision decoding. Although the gain obtained by GND decoding is not as large as that obtained by chase2 and GPD algorithms, as analyzed above, since there is no need to use channel statistical probability soft information to generate search space, the complexity of GND algorithm is much lower than that of chase2 soft decoding and GPD decoding. Stronger. From the above analysis, it can be concluded that the GND algorithm has achieved a good compromise between decoding complexity and decoding error correction performance, and is a superior new decoding method.

本领域技术人员显然清楚并且理解,本发明方法所举的实施例仅用于说明本发明,而并不用于限制本发明。虽然通过实施例有效描述了本发明,本领域技术人员知道,本发明存在许多变化而不脱离本发明的精神。在不背离本发明精神及其实质情况下,本领域技术人员当根据本发明做出相应的改变或变形,但这些相应的改变或变形均属于本发明的权利要求保护范围。Those skilled in the art clearly understand and understand that the examples given by the method of the present invention are only used to illustrate the present invention, and are not intended to limit the present invention. While the invention has been effectively described by way of example, those skilled in the art will recognize that there are many variations of the invention without departing from the spirit of the invention. Without departing from the spirit and essence of the present invention, those skilled in the art should make corresponding changes or deformations according to the present invention, but these corresponding changes or deformations all belong to the protection scope of the claims of the present invention.

Claims (5)

1.一种基于遗传算法和神经网络混合智能算法的硬判决译码方法,其特征在于,包括以下步骤:1. A hard decision decoding method based on genetic algorithm and neural network hybrid intelligent algorithm, is characterized in that, comprises the following steps: (1)训练神经网络:(1) Training neural network: (1.1)接收实数符号序列r(r1,r2,r3,…)经过解调器匹配滤波器量化后得到硬判决序列R;(1.1) Receive the real number symbol sequence r (r 1 , r 2 , r 3 ,…) and obtain the hard decision sequence R after being quantized by the demodulator matched filter; (1.2)由解调器匹配滤波器量化后得到的硬判决序列R分别与随机生成dh/2个n维二进制序列T经过模2加之后产生dh/2个候选序列A;(1.2) The hard decision sequence R obtained after quantization by the demodulator matched filter is respectively combined with randomly generated d h /2 n-dimensional binary sequences T to generate d h /2 candidate sequences A after modulo 2 addition; (1.3)训练神经网络:神经网络的输入层由个n-k神经元组成,输出层有1个神经元,隐含层包括(2/3)(n-k+t+1)个神经元,其中k为码的信息位个数,t为该码的最大纠错个数;训练过程为:将校正子序列作为输入训练模式,将与其对应的错误模式的重量w作为目标输出,使之输入一个校正子便能得到与之对应的错误图样的重量w(w=1,2,3...,n),校正子S根据遗传算法个体所代表的码字B和码的校验矩阵H得到,即(1.3) Training neural network: the input layer of the neural network consists of n-k neurons, the output layer has 1 neuron, and the hidden layer includes (2/3)(n-k+t+1) neurons, where k is the number of information bits of the code, and t is the maximum number of error corrections of the code; the training process is: the correction subsequence is used as the input training mode, and the weight w of the corresponding error mode is used as the target output, so that it is input into a The syndrome can obtain the weight w of the corresponding error pattern (w=1,2,3...,n), and the syndrome S can be obtained according to the code word B represented by the genetic algorithm individual and the check matrix H of the code ,Right now S=B·H′ 式(1); S=B·H' formula (1); (2)使用遗传算法优化得到一个与传输序列更似然的码字:(2) Use the genetic algorithm to optimize to obtain a codeword that is more likely to the transmission sequence: (2.1)种群初始化:生成2t个n位的二进制向量作为初始种群(2.1) Population initialization: generate 2t n-bit binary vectors as the initial population (2.1.1)种群的第一个个体成员P1:将匹配滤波器输出的硬判决序列R(r1,r2,...,rn)设置为种群的第一个个体成员P1(2.1.1) The first individual member P 1 of the population: set the hard decision sequence R(r 1 ,r 2 ,...,r n ) output by the matched filter as the first individual member P 1 of the population : PP 11 == RR (( rr 11 ,, rr 22 ,, ...... ,, rr nno )) ,, rr ii == 11 ,, qq ii >> 00 00 ,, qq ii &le;&le; 00 00 << ii << nno 其中,Q(q1,q2,...,qn)为接收到的未经匹配滤波器硬判决量化的实数序列;Among them, Q(q 1 ,q 2 ,...,q n ) is the received real number sequence quantized without hard decision of matched filter; (2.1.2)种群的其他2t-1个个体成员Pi:将由随机产生的均匀二进制修正序列T(t1,t2,...,t2t-1)和硬判决序列R相加得到,即:(2.1.2) The other 2t-1 individual members P i of the population: add the randomly generated uniform binary correction sequence T(t 1 ,t 2 ,...,t 2t-1 ) and the hard decision sequence R ,which is: Pi=mod(R+T,2),2≤i≤2tP i =mod(R+T,2),2≤i≤2 t , T=rand[0,1]; T = rand[0,1]; (2.2)个体适应度评价:(2.2) Individual fitness evaluation: 根据下式对遗传算法个体的适应度进行评价Evaluate the fitness of genetic algorithm individuals according to the following formula 其中,λ(P,Q)为相关函数,用来计算遗传体Pi和接收实数序列Q之间的欧氏距离,个体与接收的实属序列越相似,则λ的值越大,Among them, λ(P,Q) is a correlation function, which is used to calculate the Euclidean distance between the genetic body P i and the received real sequence Q, the more similar the individual is to the received real sequence, the larger the value of λ, &lambda;&lambda; (( PP ,, QQ )) == &Sigma;&Sigma; ii == 11 nno pp ii &CenterDot;&Center Dot; qq ii Weight(Error class(Indiv.))为神经网络的输出结果,要得到penalty,需要先计算待评估遗传个体的校正子序列S,再将S输入神经网络;Weight (Error class (Indiv.)) is the output result of the neural network. To get the penalty, it is necessary to calculate the corrector sequence S of the genetic individual to be evaluated, and then input S into the neural network; (2.3)自然选择:基于轮盘赌选择法或其他选择方法从初始种群中选择优秀的个体参与遗传,第i个个体被选中的概率为:(2.3) Natural selection: Based on the roulette selection method or other selection methods, excellent individuals are selected from the initial population to participate in inheritance. The probability that the i-th individual is selected is: pp (( PP ii )) == aa (( PP ii )) &Sigma;&Sigma; jj == 00 NN -- 11 aa (( PP jj )) (2.4)配对交叉:选中的个体将会随机进行配对,通过将自身部分元素即码元与对方交叉产生新个体;(2.4) Pairing crossover: The selected individuals will be paired randomly, and a new individual will be generated by crossing some of its own elements, that is, code elements, with the other party; (2.5)遗传变异:随机选择过程(2.4)中产生的新个体,对其进行变异处理,处理方法为,将个体的某位元素即码元翻转,即由0→1或1→0;(2.5) Genetic variation: the new individual generated in the random selection process (2.4) is subjected to mutation processing, and the processing method is to flip a certain element of the individual, that is, the code element, that is, from 0→1 or 1→0; (2.6)遗传终止:遗传将在遗传世代数达到预设值时终止,此时种群中适应度最高的个体将被输出,若世代数未达到则跳转步骤(2.3)继续遗传过程;(2.6) Termination of inheritance: inheritance will be terminated when the number of genetic generations reaches the preset value. At this time, the individual with the highest fitness in the population will be output. If the number of generations is not reached, jump to step (2.3) to continue the genetic process; (3)将遗传算法输出的最佳序列输入硬判决纠错译码器进行译码,得到最终译码结果。(3) The best sequence output by the genetic algorithm is input into the hard-decision error correction decoder for decoding, and the final decoding result is obtained. 2.根据权利要求1所述方法,其特征在于,所述步骤(2.4)配对交叉的方法有单点交叉和多点交叉。2. The method according to claim 1, characterized in that the paired crossover methods in the step (2.4) include single-point crossover and multi-point crossover. 3.根据权利要求1所述方法,其特征在于,所述步骤(2.4)优选单点交叉,交叉概率设为0.9。3. The method according to claim 1, characterized in that the step (2.4) is preferably single-point intersection, and the intersection probability is set to 0.9. 4.根据权利要求1所述方法,其特征在于,所述步骤(2.5)遗传变异的变异概率设置为0.025。4. The method according to claim 1, characterized in that the variation probability of the genetic variation in the step (2.5) is set to 0.025. 5.根据权利要求1所述方法,其特征在于,所述步骤(2.6)遗传终止的遗传世代数设置为20。5. The method according to claim 1, characterized in that the number of hereditary generations terminated in said step (2.6) is set to 20.
CN201410171355.7A 2014-04-25 2014-04-25 Hard decision decoding method based on genetic algorithm and neural network Active CN103929210B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410171355.7A CN103929210B (en) 2014-04-25 2014-04-25 Hard decision decoding method based on genetic algorithm and neural network

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410171355.7A CN103929210B (en) 2014-04-25 2014-04-25 Hard decision decoding method based on genetic algorithm and neural network

Publications (2)

Publication Number Publication Date
CN103929210A CN103929210A (en) 2014-07-16
CN103929210B true CN103929210B (en) 2017-01-11

Family

ID=51147306

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410171355.7A Active CN103929210B (en) 2014-04-25 2014-04-25 Hard decision decoding method based on genetic algorithm and neural network

Country Status (1)

Country Link
CN (1) CN103929210B (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104200095B (en) * 2014-08-28 2017-05-10 南京大学 System and method for expanding sensing channel on basis of perceiving evolutionary neural network
CN107241106B (en) * 2017-05-24 2020-07-14 东南大学 Deep learning-based polar code decoding algorithm
CN109902813B (en) 2017-12-11 2020-08-04 中科寒武纪科技股份有限公司 Neural network operation module and method
CN109995380B (en) * 2018-01-02 2021-08-13 华为技术有限公司 Decoding method and device
CN113316791A (en) * 2019-01-18 2021-08-27 诺基亚技术有限公司 Training in a communication system
CN111416628B (en) * 2020-04-09 2023-05-12 重庆邮电大学 BCH soft decision channel code decoding device based on random characterization
CN113438049A (en) * 2021-05-31 2021-09-24 杭州电子科技大学 Hamming code decoding method and system based on DNN model analysis
CN113708891A (en) * 2021-08-12 2021-11-26 电子科技大学 Communication system adopting deep learning CS decoder
CN114004352B (en) * 2021-12-31 2022-04-26 杭州雄迈集成电路技术股份有限公司 Simulation implementation method, neural network compiler and computer readable storage medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102222267A (en) * 2010-04-14 2011-10-19 同济大学 Remote-sensing classification processing method for neural network by genetic algorithm

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR2853976B1 (en) * 2003-04-16 2005-06-03 Canon Kk CODING OF INFORMATION BY CODE OF ALGEBRA GEOMETRY PROVIDING TWO DECODING OPTIONS

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102222267A (en) * 2010-04-14 2011-10-19 同济大学 Remote-sensing classification processing method for neural network by genetic algorithm

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Research on genetic algorithm theory and its application on missile fire allocation;Jie Feng.et al;《Intelligent Control and Automation, 2008. WCICA 2008. 7th World Congress on》;20080627;第7032-7035页 *
基于遗传算法的概率译码算法;袁建国,王琳,黄胜,王永;《北京邮电大学学报》;20121015;第35卷(第5期);第98-101页 *

Also Published As

Publication number Publication date
CN103929210A (en) 2014-07-16

Similar Documents

Publication Publication Date Title
CN103929210B (en) Hard decision decoding method based on genetic algorithm and neural network
CN110278002B (en) Polar Code Belief Propagation List Decoding Method Based on Bit Flip
CN111541517B (en) List polarization code propagation decoding method
CN111970009B (en) Cascade polarization code bit reversal belief propagation coding and decoding method
CN110233628B (en) Adaptive Belief Propagation List Decoding Method for Polar Codes
CN104052501B (en) The m-ary LDPC code coding method of low complex degree
CN105763203B (en) Multi-element LDPC code decoding method based on hard reliability information
CN107204780B (en) Merging BP decoding algorithm and device of polar-LDPC (Low Density parity check) concatenated code
CN104218955B (en) LDPC code Local Search interpretation method based on bit reversal
Liu et al. Exploiting error-correction-CRC for polar SCL decoding: A deep learning-based approach
CN111490796B (en) Belief propagation decoding method based on dynamic flip bit
CN106888026A (en) Segmentation polarization code coding/decoding method and system based on LSC CRC decodings
CN115664899A (en) A channel decoding method and system based on graph neural network
CN111446973B (en) Polarization code belief propagation decoding method based on multi-flip bit set
CN110336639A (en) A Polar Code Multilayer Coding Modulation Method Based on Capacity Distribution and Its Application
CN110233698A (en) Coding and interpretation method, sending device, receiving device, the medium of polarization code
CN110166056B (en) Hard decision decoding method of LDPC code based on matching pursuit
CN111130567A (en) Polar code belief propagation list decoding method adding noise disturbance and bit reversal
CN110572166B (en) BCH code decoding method based on deep learning
CN113014271A (en) Polarization code BP decoding method for reducing turnover set
CN110430012B (en) Low-complexity minimal code redistribution estimation method for polar codes
Haga et al. Multi-bit flip type gradient descent bit flipping decoding using no thresholds
CN113315526B (en) Cascade polarization code bit freezing belief propagation decoding method
CN116226643A (en) Deep learning-based low-density parity check code rate blind identification method
CN117914446B (en) Decoding method and system for algebraic code

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
OL01 Intention to license declared
OL01 Intention to license declared
EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20140716

Assignee: CHONGQING HUWOCHUXING NETWORK TECHNOLOGY CO.,LTD.

Assignor: CHONGQING University OF POSTS AND TELECOMMUNICATIONS

Contract record no.: X2024980029479

Denomination of invention: A hard decision decoding method based on genetic algorithm and neural network

Granted publication date: 20170111

License type: Open License

Record date: 20241210

Application publication date: 20140716

Assignee: Chongqing Dazhihuiwu Technology Co.,Ltd.

Assignor: CHONGQING University OF POSTS AND TELECOMMUNICATIONS

Contract record no.: X2024980028179

Denomination of invention: A hard decision decoding method based on genetic algorithm and neural network

Granted publication date: 20170111

License type: Open License

Record date: 20241210

EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20140716

Assignee: Chongqing Zhishan Network Technology Co.,Ltd.

Assignor: CHONGQING University OF POSTS AND TELECOMMUNICATIONS

Contract record no.: X2024980042849

Denomination of invention: A hard decision decoding method based on genetic algorithm and neural network

Granted publication date: 20170111

License type: Open License

Record date: 20250110

EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20140716

Assignee: Zhongwuhe (Guangxi) Electronic Technology Co.,Ltd.

Assignor: CHONGQING University OF POSTS AND TELECOMMUNICATIONS

Contract record no.: X2024980043300

Denomination of invention: A hard decision decoding method based on genetic algorithm and neural network

Granted publication date: 20170111

License type: Open License

Record date: 20250124

EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20140716

Assignee: GUANGZHOU XIAONAN TECHNOLOGY Co.,Ltd.

Assignor: CHONGQING University OF POSTS AND TELECOMMUNICATIONS

Contract record no.: X2025980005600

Denomination of invention: A hard decision decoding method based on genetic algorithm and neural network

Granted publication date: 20170111

License type: Open License

Record date: 20250410

EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20140716

Assignee: Guangzhou Hezhong Technology Co.,Ltd.

Assignor: CHONGQING University OF POSTS AND TELECOMMUNICATIONS

Contract record no.: X2025980005869

Denomination of invention: A hard decision decoding method based on genetic algorithm and neural network

Granted publication date: 20170111

License type: Open License

Record date: 20250425

EE01 Entry into force of recordation of patent licensing contract