WO2018133215A1 - Lsc-crc decoding-based segmented polar code encoding and decoding method and system - Google Patents

Lsc-crc decoding-based segmented polar code encoding and decoding method and system Download PDF

Info

Publication number
WO2018133215A1
WO2018133215A1 PCT/CN2017/079898 CN2017079898W WO2018133215A1 WO 2018133215 A1 WO2018133215 A1 WO 2018133215A1 CN 2017079898 W CN2017079898 W CN 2017079898W WO 2018133215 A1 WO2018133215 A1 WO 2018133215A1
Authority
WO
WIPO (PCT)
Prior art keywords
decoding
bit
channel
sequence
sub
Prior art date
Application number
PCT/CN2017/079898
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 WO2018133215A1 publication Critical patent/WO2018133215A1/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/03Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words
    • H03M13/05Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words using block codes, i.e. a predetermined number of check bits joined to a predetermined number of information bits
    • H03M13/13Linear codes
    • 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/03Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words
    • H03M13/05Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words using block codes, i.e. a predetermined number of check bits joined to a predetermined number of information bits
    • H03M13/09Error detection only, e.g. using cyclic redundancy check [CRC] codes or single parity bit

Definitions

  • the present invention relates to the field of channel coding technologies, and in particular, to a segmentation polarization code coding method and system based on LSC-CRC decoding.
  • Source coding is a symbol transformation performed to improve communication efficiency and reduce source redundancy.
  • the source output symbol sequence is transformed into the shortest codeword sequence, so that the average information amount of each symbol of the latter is maximized, and at the same time, the object can be guaranteed. It is true to reply to the original symbol sequence. It is an important technical means in the field of digital communications.
  • the source 10 is a source for generating a message
  • the encoder 20 is a device for converting a message sent by a source into a signal suitable for channel transmission, and is generally divided into three parts, namely a source encoder, an error correction encoder and a modulator.
  • the channel 30 is a medium or channel for transmitting signals from the originating end to the receiving end. It is a physical facility including the first transmitting device.
  • the interference source 40 introduces various interferences in various parts of the entire communication system for analysis convenience. The statistical characteristics are important factors for dividing the channel, and are the determining factors determining the channel transmission capability.
  • the decoder 50 is the inverse transform of the code, which extracts the maximum from the interfered signal.
  • the source 10 outputs the message information, and the output of the source 10 should be restored as accurately as possible and passed to the sink 60, which is the recipient of the message and can make the person or object.
  • the channel coding before the polarization code mainly has a turbo code and an LDPC code.
  • the Turbo code is formed by two or more simple component code encoders being cascaded in parallel by an interleaver. The information sequence is first sent to the first encoder, and then interleaved to the second encoder. The output codeword has three parts: the input information sequence, the check sequence generated by the first encoder, and the check sequence generated by the second encoder on the interleaved information sequence.
  • the Turbo code is iteratively decoded. The iteration uses soft input and soft output. The Turbo code is currently the most efficient decoding method between the channel cutoff frequency and the channel capacity.
  • the LDPC code is a special type of (n, k) linear block code, and most of the elements in the check matrix are 0, and only a small part is, that is, H is sparse. Sparseness reduces decoding complexity and makes implementation simpler.
  • the polarization code is a channel coding method that can gradually approach the Shannon limit, has low coding complexity, and can be widely used in various channels.
  • a key technique for polarization code encoding is that the code construction, ie, the design algorithm, selects those channels that have been fully polarized to transmit information bits, and the remaining channels to transmit fixed bits.
  • the code construction ie, the design algorithm
  • the polarization code construction method has better performance and lower complexity.
  • polarization code coding The most important idea of polarization code coding is to use polarization to construct an encoding system so that information bits can be transmitted through the combined and split channels, which have a capacity of one.
  • the polarization code belongs to a linear block code.
  • the polarization code belongs to a G N coset code, so the coding method uses G N as the generation matrix, but the method of selecting the information bits is different.
  • the polarization code mainly depends on the channel polarization phenomenon, and the information bits The transmission is performed on a fully polarized channel.
  • the coded block length of the polarization code encoding is strictly defined as a power of two.
  • a vector consisting of K data and another NK fixed data vector for each frame of the coset code Perform a binary multiplication operation with an N ⁇ N matrix G N to generate a codeword of length N which is
  • the classical method of polarization code decoding is to successively cancel the decoding algorithm (SC), which mainly utilizes the recursive property of the polarization code, but also causes delay in decoding due to the recursive property of the polarization code. Since the SC decoding algorithm only retains one decoding path, the front side The failure of the decoding of the bits will greatly increase the likelihood of subsequent decoding failures.
  • the decoding delay direction is mainly implemented on the hardware architecture, and some algorithm implementations are as follows: MSC algorithm; in the direction of decoding accuracy, there is mainly a list cancellation decoding algorithm (LSC).
  • LSC list cancellation decoding algorithm
  • the stack continues to decode the decoding algorithm such as the decoding algorithm (SSC).
  • the LSC decoding algorithm is not only a path stored every time, but each path is copied and stored in the list, if the path in the list When the number is less than the set value L, each existing path is copied in the next state. If the decoded path in the list is larger than the set value L, the maximum number of paths in the path guarantee list needs to be removed. L. The basis for deleting the path is to select the maximum posterior probability of L in the existing path.
  • the SCL decoding algorithm saves L paths simultaneously in the list, and each path occupies O(N) space, so L paths occupy O(LN). Since the L paths are copied once during decoding, the space occupied by the L paths copied is also O(LN), and since there are N levels in the LSC decoding, the LSC will occupy O(LN 2 ). The complexity of the space.
  • the SSC decoding algorithm can save a lot of unnecessary calculations compared to the LSC algorithm when the signal-to-noise ratio is large, but the stack used in the SSC algorithm is much larger than in the LSC.
  • the capacity D of the stack should have a large LN, so that the spatial complexity of the decoding becomes O(LN 2 ).
  • a segmentation polarization code encoding and decoding method based on LSC-CRC decoding comprising the following steps:
  • the free information bit sequence to be transmitted is divided into corresponding sub-sequences according to the number of fully-polarized bit channels, and each sub-sequence is subjected to polarization code encoding, and the encoded information is sent to corresponding bits.
  • the channel In the channel;
  • the information After receiving the information at the receiving end, the information is decoded according to the LSC-CRC decoding algorithm, and finally the decoded subsequence obtained after decoding is spliced together to obtain a decoding sequence.
  • step A specifically includes:
  • n independent channels are recursively merged into a combined channel; where n is a positive integer;
  • the combined channel is split according to the transition probability of the channel, and split into the same bit channel as the number of independent channels;
  • step B specifically includes:
  • the number of bit channels obtained and fully polarized is recorded as the power number M of the smallest difference of m, and it is determined whether F can be divisible by M;
  • step C specifically includes:
  • Decoding a code likelihood ratio in which the code length is an N-bit sequence number of odd bits, Indicates that the code length is N bits and the sequence number is even number is the decoding likelihood ratio.
  • step C2 specifically includes:
  • a segmented polarization code encoding and decoding system based on LSC-CRC decoding which comprises:
  • the channel processing and calculation statistics module is configured to combine and split a plurality of independent channels to obtain a bit channel having the same number of independent channels, obtain the capacity of each bit channel, and obtain a completely polarized bit channel by statistics. a number; wherein, the capacity of the bit channel is greater than a preset capacity threshold; then the fully polarized bit channel;
  • a dividing and encoding module configured to divide the free information bit sequence to be transmitted into a sub-sequence of a corresponding number according to the number of fully-polarized bit channels, perform polarization code encoding on each sub-sequence, and encode the information after the information Sent to the corresponding bit channel;
  • the decoding splicing module is configured to receive the information after the encoding at the receiving end, perform segmentation according to the LSC-CRC decoding algorithm, and finally splicing the decoded subsequences obtained after decoding to obtain a decoding sequence.
  • the segmentation polarization code coding and decoding system based on LSC-CRC decoding wherein the channel processing and calculation statistics module specifically includes:
  • a recursive merging unit for recombining n independent channels into a merged channel; wherein n is a positive integer;
  • a splitting unit configured to split the merged channel according to a transition probability of the channel, and split the split channel into the same number of channels as the independent channel;
  • a capacity acquisition unit configured to acquire a capacity of each bit channel according to a Monte Carlo method, a density evolution method, or a Gaussian approximation method
  • Statistical unit for counting the number of fully polarized bit channels which will be completely The number of bit channels is denoted by m; wherein, if the capacity of the bit channel is greater than 0.9, it is a fully polarized bit channel, m is a positive integer, and m ⁇ n.
  • the segmentation and polarization coding and coding system based on LSC-CRC decoding specifically includes:
  • the divisibility determining unit is configured to obtain a power order M of 2, which is the smallest difference between the number of the fully polarized bit channels and m, and determine whether F can be divisible by M;
  • a second splitting unit when F cannot be divisible by M, then the quotient of F divided by M is R, the remainder is denoted by Q, and the free information bit sequence F to be transmitted is split into R+1 sub- a sequence; wherein the first R subsequences of the R+1 subsequences are filled with sub-sequences of F, and the first Q sub-sequences of the last sub-sequence of the R+1 sub-sequences are filled with sub-sequences of F, followed by MQ bits Filled with 0;
  • a polarization and transmitting unit is configured to perform polarization code encoding on each subsequence, and send the encoded information to a corresponding bit channel.
  • the segmented polarization code encoding and decoding system based on LSC-CRC decoding wherein the decoding and splicing module specifically includes:
  • a decoding unit configured to receive information after encoding at the receiving end, and according to LSC-CRC
  • the decoding algorithm performs segmentation to obtain a decoding subsequence of the corresponding number of segments; wherein the corresponding formula of the LSC-CRC decoding algorithm is as follows:
  • Decoding a code likelihood ratio in which the code length is an N-bit sequence number of odd bits, Indicates that the code length is N bits and the sequence number is even number is the decoding likelihood ratio.
  • Decoding a code likelihood ratio of a transmission channel by a code channel having a code length of N/2 and a bit channel being two bit channels, or combining channels It indicates that the code length is N/2 and the bit channel is the decoding likelihood ratio of the combined channel corresponding to the pass bit after no XOR. Representing a decoding likelihood ratio representing the i-th bit, Decoding the decoded result of the ith bit;
  • a splicing unit for splicing the decoding subsequences to obtain a decoding sequence.
  • the segmented polarization code encoding and decoding system based on LSC-CRC decoding wherein the splicing unit specifically includes:
  • a first splicing sub-unit configured to: when the free information bit sequence F to be transmitted is split into R sub-sequences, the R decoding sub-sequences are spliced together to obtain a decoding sequence;
  • a second splicing unit for splitting the free information bit sequence F to be transmitted
  • the first R decoding subsequences and the first M-Q bits of the last decoding subsequence are concatenated to obtain a decoding sequence.
  • the method and system for segmentation polarization code encoding and decoding based on LSC-CRC decoding include: combining and splitting multiple independent channels to obtain a bit channel having the same number of independent channels. Obtaining the capacity of each bit channel, and counting the number of completely polarized bit channels; dividing the free information bit sequence to be transmitted into a corresponding number of sub-sequences according to the number of fully polarized bit channels, for each sub-sequence The sequence is subjected to polarization code encoding, and the information after encoding is sent to the corresponding bit channel; the information after encoding is received at the receiving end, segmented according to the LSC-CRC decoding algorithm, and finally decoded. The decoding subsequences are spliced together to obtain a decoding sequence.
  • the source coding and decoding method in the present invention is simple in operation, the spatial complexity of the compiled code is reduced, and the decoding accuracy is improved.
  • Figure 1 is a schematic diagram of a communication system model.
  • FIG. 2 is a schematic diagram of a bit channel.
  • FIG. 4 is a schematic diagram showing the relationship between capacity and channel number after channel polarization.
  • FIG. 5 is a comparison diagram of bit error rates of the LSC-CRC decoding algorithm and the LPC-CRC decoding based segmentation polarization code encoding and decoding method according to the LSC-CRC decoding algorithm with a code rate of 0.5 code lengths of 0.5, 256, and 1024, respectively.
  • FIG. 7 is a flow chart of a preferred embodiment of a segmentation polarization code encoding and decoding method based on LSC-CRC decoding according to the present invention.
  • FIG. 8 is a structural block diagram of a preferred embodiment of a segmented polarization code encoding and decoding system based on LSC-CRC decoding according to the present invention.
  • the present invention provides a segmented polarization code encoding and decoding method and system based on LSC-CRC decoding.
  • LSC-CRC decoding a segmented polarization code encoding and decoding method and system based on LSC-CRC decoding.
  • FIG. 7 is a flowchart of a preferred embodiment of a method for encoding and decoding a piecewise polarization code based on LSC-CRC decoding according to the present invention. The method includes the following steps:
  • Step S100 Combine and split a plurality of independent channels to obtain a bit channel having the same number of independent channels, obtain a capacity of each bit channel, and obtain a number of fully polarized bit channels according to statistics; wherein, the bit channel The capacity is greater than the preset capacity threshold and is a fully polarized bit channel;
  • Step S200 The free information bit sequence to be transmitted is divided into corresponding sub-sequences according to the number of fully-polarized bit channels, and each sub-sequence is subjected to polarization code encoding, and the encoded information is sent to the corresponding In the bit channel;
  • Step S300 After receiving the information after encoding, the information is decoded according to the LSC-CRC decoding algorithm, and finally the decoded subsequence obtained after decoding is stitched together. To the decoding sequence.
  • the capacity of a bit channel obtained after combining and splitting a plurality of independent channels is obtained, and then the capacity of the bit channel is calculated to be greater than a preset capacity.
  • the number of channels of the threshold and then split the sequence of free information bits to be transmitted into a plurality of sub-sequences, each of which has a length of M, and then encodes the polarization code of the sub-sequence after the split, and then encodes
  • the information is transmitted to the corresponding bit channel, and after receiving the transmitted information, the receiving end performs segmentation decoding according to the LSC-CRC decoding algorithm, and then the first bit of each decoding subsequence is spliced to obtain a decoding sequence.
  • step S100 specifically includes:
  • Step S101 Combine n independent channels into a combined channel by recursion; wherein n is a positive integer.
  • the channel is merged by recursively combining n independent channels into one entire channel, which is recorded as a combined channel, and the sum of the capacity of the combined channel and the capacity of the N independent channels before the combining is the same.
  • n can also represent the code length.
  • n 2
  • only the combination and splitting of the channel need to be performed once.
  • n is greater than 2
  • the splitting and combination of the log 2 N channels are required, so the code length n is required.
  • Step S102 splitting the combined channel according to the transition probability of the channel, and splitting into the same bit channel as the number of independent channels.
  • the splitting of the channel is to split the combined channel into n bit channels according to the transition probability of the channel. After the channel is merged and split, the bit channel has polarization characteristics, and a part of the channel tends to 1. It is used to transmit information bits. , another part of the channel tends to 0, its use To transmit fixed bits (usually 0).
  • Step S103 Obtain a capacity of each bit channel according to a Monte Carlo method, a density evolution method, or a Gaussian approximation method.
  • the method of constructing the polarization of each bit channel after channel splitting can be obtained by means of a polarization code.
  • a polarization code There are three specific methods for constructing a polarization code: Monte Carlo method, density evolution method and Gaussian approximation method. One of the methods can be selected to construct the bit channel capacity.
  • the Gaussian channel transmits all 0 codewords, and is transmitted to the channel after BPSK modulation;
  • (2a) is not general. All 0 codewords are still transmitted under Gaussian channel, and channel is transmitted after BPSK modulation.
  • the subchannel error probability is sorted to complete the construction of the code to obtain the capacity of the channel.
  • step S103 When the number m of fully polarized bit channels is acquired in step S103, the capacity of the bit channels after polarization is simultaneously arranged from large to small, and the sequence numbers of the corresponding bit channels are recorded to form a sequence of Inds.
  • Step S104 Statistics acquire the number of fully polarized bit channels, and fully polarize The number of bit channels is denoted by m; wherein, if the capacity of the bit channel is greater than 0.9, it is a fully polarized bit channel, m is a positive integer, and m ⁇ n.
  • the capacity of each bit channel after splitting can be obtained.
  • a bit channel whose channel capacity is greater than 0.9 can be regarded as a fully polarized bit channel, and the capacity of the bit channel obtained after statistically splitting the channel is greater than 0.9.
  • the number of channels is the number of fully polarized bit channels.
  • the number of fully polarized bit channels is denoted by m, m is a positive integer, and m ⁇ n.
  • the sequence of information after splitting is separately encoded among them The subscript is a portion of the free information bit sequence F to be transmitted that is split for the pre-M bits in the Inds sequence, with the remaining bits having a value of zero.
  • FIG. 4 shows the relationship between the capacity after channel polarization and the channel number.
  • the abscissa Bit Channel Index (i) of FIG. 4 indicates the channel number, and the ordinate Capacity of i th channel indicates the capacity of the ith channel.
  • the step S200 specifically includes:
  • Describe the sequence of information to be transmitted as (n, k), then define the sequence of free information bits to be transmitted as F round (n ⁇ k), and split the F according to the number of fully polarized bit channels. .
  • Step S202 Obtain a power number M of 2 which is the smallest difference between m and the fully polarized bit channel, and determine whether F can be divisible by M.
  • the code length of the coded code must be a power of 2, and m may not be a power of 2, so m is required. Correction is made to specifically correct m to a power M of 2 closest to m.
  • Step S204 When F cannot be divisible by M, then F is divided by M, the quotient is R, the remainder is recorded as Q, and the free information bit sequence F to be transmitted is split into R+1 subsequences; wherein R+ The first R subsequences of the one subsequence are filled with the subsequence of F, and the first Q subsequences of the last subsequence of the R+1 subsequences are filled with the subsequence of F, and the last MQ bits are filled with 0;
  • Step S205 performing polarization code encoding on each subsequence, and using the information after encoding Send to the corresponding bit channel.
  • the encoded information is sent to the bit channel for transmission. It is specified in the polarization code that the free bits are transmitted in the channel where the channel capacity tends to be perfect after polarization, and the fixed bits in the channel that becomes completely noisy after polarization are generally zero.
  • the number of bits of information bits to be transmitted is F.
  • F bit channels are directly selected according to the channel capacity to transmit information bits. This will result in a bit channel whose channel capacity is not very large after some polarization is selected to transmit information bits, resulting in a greatly increased probability of decoding errors occurring at the receiving end decoding.
  • the information bit is transmitted by the channel having the capacity of the bit channel greater than 0.9 by the step S104 described above, so that the accuracy of decoding short decoding is greatly improved, which is also the channel transmission of the present invention.
  • the characteristics are located.
  • the step S300 specifically includes:
  • Step S301 Receive information after encoding at the receiving end, and perform segmentation according to the LSC-CRC decoding algorithm to obtain a decoding subsequence of the corresponding number of segments; wherein the corresponding formula of the LSC-CRC decoding algorithm is as follows:
  • Decoding a code likelihood ratio in which the code length is an N-bit sequence number of odd bits, Indicates that the code length is N bits and the sequence number is even number is the decoding likelihood ratio.
  • Decoding a code likelihood ratio of a transmission channel by a code channel having a code length of N/2 and a bit channel being two bit channels, or combining channels It indicates that the code length is N/2 and the bit channel is the decoding likelihood ratio of the combined channel corresponding to the pass bit after no XOR. Representing a decoding likelihood ratio representing the i-th bit, Decoding the decoded result of the ith bit;
  • Step S302 splicing the decoding subsequences to obtain a decoding sequence.
  • the decoding algorithm employed in the present invention is an LSC-CRC decoding algorithm, and CRC is a loop check algorithm.
  • the LSC-CRC decoding algorithm is an improvement proposed in the SC decoding algorithm. Only one path is reserved in the SC decoding algorithm, and the failure of the previous bit decoding may cause the subsequent bit decoding failure to be greatly increased.
  • the LSC decoding algorithm can solve this problem by storing up to L paths for decoding, and then selecting the best decoding path among the L paths can greatly improve the decoding accuracy, since L paths are introduced. It is possible to make the loop check possible.
  • the L paths after decoding are merged into the CRC checker for verification, and the path that can pass the CRC check is selected as the final decoding path. If all the paths cannot pass, The CRC check fails.
  • the step S302 specifically includes:
  • Step S3021 when the free information bit sequence F to be transmitted is split into R subsequences When the R decoding subsequences are first and last spliced together to obtain a decoding sequence;
  • Step S3022 When the free information bit sequence F to be transmitted is split into R+1 sub-sequences, the first R decoding sub-sequences and the first MQ bits of the last decoding sub-sequence are spliced together to obtain a decoding sequence. .
  • the present invention greatly improves the accuracy of decoding the polarization code compared with the prior art. It can be seen from the simulation that when the code length is 1024 and the code rate is 0.5, the information sequence to be transmitted is split into two segments and then transmitted, and the bit error rate or the bit error rate can reach 0.
  • the present invention further provides a segmented polarization code encoding and decoding system based on LSC-CRC decoding.
  • the segmentation polarization code encoding and decoding system based on LSC-CRC decoding includes:
  • the channel processing and calculation statistics module 100 is configured to combine and split a plurality of independent channels to obtain a bit channel with the same number of independent channels, obtain the capacity of each bit channel, and obtain a fully polarized bit channel by statistics. a number; wherein, the capacity of the bit channel is greater than a preset capacity threshold; then the fully polarized bit channel;
  • the dividing and encoding module 200 is configured to divide the free information bit sequence to be transmitted into a corresponding number of sub-sequences according to the number of fully polarized bit channels, and perform polarization code encoding on each sub-sequence, after encoding Information is sent to the corresponding bit channel;
  • the decoding splicing module 300 is configured to receive the information after the encoding at the receiving end, perform segmentation according to the LSC-CRC decoding algorithm, and finally splicing the decoded subsequences obtained after decoding to obtain a decoding sequence.
  • the channel processing and calculation statistics module 100 specifically includes:
  • a recursive merging unit for recombining n independent channels into a merged channel; wherein n is a positive integer;
  • a splitting unit configured to split the merged channel according to a transition probability of the channel, and split the split channel into the same number of channels as the independent channel;
  • a capacity acquisition unit configured to acquire a capacity of each bit channel according to a Monte Carlo method, a density evolution method, or a Gaussian approximation method
  • a statistical unit configured to obtain the number of fully polarized bit channels, and record the number of fully polarized bit channels as m; wherein, if the capacity of the bit channel is greater than 0.9, it is a fully polarized bit channel, where m is A positive integer and m ⁇ n.
  • the division and coding module 200 specifically includes:
  • the divisibility determining unit is configured to obtain a power order M of 2, which is the smallest difference between the number of the fully polarized bit channels and m, and determine whether F can be divisible by M;
  • a second splitting unit when F cannot be divisible by M, then the quotient of F divided by M is R, the remainder is denoted by Q, and the free information bit sequence F to be transmitted is split into R+1 a subsequence; wherein the first R subsequences of the R+1 subsequences are filled with sub-sequences of F, and the first Q sub-sequences of the last sub-sequence of the R+1 sub-sequences are filled with sub-sequences of F, followed by MQ bits Bits are filled with 0;
  • a polarization and transmitting unit is configured to perform polarization code encoding on each subsequence, and send the encoded information to a corresponding bit channel.
  • the decoding and splicing module 300 specifically includes:
  • the decoding unit is configured to receive the information after the encoding at the receiving end, and perform segmentation according to the LSC-CRC decoding algorithm to obtain a decoding subsequence of the corresponding number of segments; wherein the corresponding formula of the LSC-CRC decoding algorithm is as follows:
  • Decoding a code likelihood ratio in which the code length is an N-bit sequence number of odd bits, Indicates that the code length is N bits and the sequence number is even number is the decoding likelihood ratio.
  • Decoding a code likelihood ratio of a transmission channel by a code length of N/2 and a bit channel of two exclusive ORs It indicates that the code length is N/2 and the bit channel is the decoding likelihood ratio of the combined channel corresponding to the pass bit after no XOR. Representing a decoding likelihood ratio representing the i-th bit, Decoding the decoded result of the ith bit;
  • a splicing unit for splicing the decoding subsequences to obtain a decoding sequence.
  • the splicing unit specifically includes:
  • a first splicing sub-unit configured to: when the free information bit sequence F to be transmitted is split into R sub-sequences, the R decoding sub-sequences are spliced together to obtain a decoding sequence;
  • a second splicing sub-unit configured to: when the free information bit sequence F to be transmitted is split into R+1 sub-sequences, the first R decoding sub-sequences and the first M-bits of the last decoding sub-sequence are spliced Get the decoding sequence
  • the method and system for segmentation polarization code encoding and decoding based on LSC-CRC decoding include: combining and splitting multiple independent channels to obtain independent channel numbers. Obtaining the capacity of each bit channel by using the same bit channel, and counting the number of fully polarized bit channels; dividing the free information bit sequence to be transmitted into a corresponding number of subsequences according to the number of fully polarized bit channels Performing polarization code encoding on each subsequence, and transmitting the information after encoding to the corresponding bit channel; receiving the information after encoding at the receiving end, decoding according to the LSC-CRC decoding algorithm, and finally decoding The decoded subsequences obtained after decoding are spliced together to obtain a decoding sequence.
  • the source coding and decoding method in the present invention is simple in operation, the spatial complexity of the compiled code is reduced, and the decoding accuracy is improved.

Abstract

Disclosed in the present invention are an LSC-CRC decoding-based segmented polar code encoding and decoding method and system. The method comprises: performing combining and splitting operations on multiple independent channels to obtain the same number of bit channels as the number of the independent channels, acquiring a capacity of each of the bit channels, and performing computation to acquire the number of fully polarized bit channels; dividing, according to the number of the fully polarized bit channels, a free information bit sequence to be transmitted into a corresponding number of sub-sequences, performing polar coding on each of the sub-sequences, and sending the encoded information in the corresponding bit channels; and receiving the encoded information at a receiving end, performing, according to an LSC-CRC decoding algorithm, decoding segment by segment, and joining decoded sub-sequences obtained from the decoding in a head-to-tail manner to obtain a decoded sequence. The channel encoding and decoding method of the present invention enables simple operation, lowers spatial complexity of encoding and decoding, and improves decoding accuracy.

Description

基于LSC-CRC译码的分段极化码编译码方法及系统Segmented polarization code encoding and decoding method and system based on LSC-CRC decoding 技术领域Technical field
本发明涉及信道编码技术领域,尤其涉及的是基于LSC-CRC译码的分段极化码编译码方法及系统。The present invention relates to the field of channel coding technologies, and in particular, to a segmentation polarization code coding method and system based on LSC-CRC decoding.
背景技术Background technique
信源编码是一种以提高通信有效性,减少信源冗余度而进行的符号变换。通过针对信源输出符号序列的统计特性来寻求某种方法,把信源输出符号序列变换成最短的码字序列,使后者的各码元所载荷的平均信息量最大,同时又可以保证物是真的回复原来的符号序列。是数字通信领域的一种重要的技术手段。Source coding is a symbol transformation performed to improve communication efficiency and reduce source redundancy. By seeking a method for the statistical characteristics of the output symbol sequence of the source, the source output symbol sequence is transformed into the shortest codeword sequence, so that the average information amount of each symbol of the latter is maximized, and at the same time, the object can be guaranteed. It is true to reply to the original symbol sequence. It is an important technical means in the field of digital communications.
各种通信系统,虽然他们的形式和用途各不相同,但从信息传输、存储和处理的角度来看,本质上都是有两个收发端的通信系统,参见图1。信源10是产生消息的源,编码器20是将信源发出的消息变换成适于信道传送信号的设备,一般分为三个部分,即信源编码器,纠错编码器和调制器。信道30是将信号从发端传送到收端的媒质或通道,它是包括首发设备在内的物理设施,干扰源40是为了分析方便,将整个通信系统中各部分引入各种干扰,这种干扰源的统计特性是划分信道的重要因素,并且是决定信道传输能力的决定因素,译码器50是编码的逆变换,它要从受干扰的信号中最大限度的提取出有关 信源10输出消息的信息,应尽可能精确地恢复信源10的输出,并将他们传递给信宿60,信宿60是信息的接受者,可以使人或者是物。Various communication systems, although their forms and uses are different, from the perspective of information transmission, storage and processing, there are essentially two communication systems for transceivers, see Figure 1. The source 10 is a source for generating a message, and the encoder 20 is a device for converting a message sent by a source into a signal suitable for channel transmission, and is generally divided into three parts, namely a source encoder, an error correction encoder and a modulator. The channel 30 is a medium or channel for transmitting signals from the originating end to the receiving end. It is a physical facility including the first transmitting device. The interference source 40 introduces various interferences in various parts of the entire communication system for analysis convenience. The statistical characteristics are important factors for dividing the channel, and are the determining factors determining the channel transmission capability. The decoder 50 is the inverse transform of the code, which extracts the maximum from the interfered signal. The source 10 outputs the message information, and the output of the source 10 should be restored as accurately as possible and passed to the sink 60, which is the recipient of the message and can make the person or object.
在极化码之前的信道编码主要有Turbo码和LDPC码。Turbo码是由两个或两个以上简单分量码编码器通过交织器并行级联在一起而构成的,信息序列首先送入第一个编码器,交织后送入第二个编码器。输出的码字有三部分构成:输入的信息序列,第一个编码器产生的校验序列和第二个编码器对交织后的信息序列产生的校验序列,Turbo码采用迭代译码,每次迭代采用的是软输入和软输出。Turbo码是目前已知的在信道截止频率和信道容量之间的最有效的译码方法。LDPC码是一类特殊的(n,k)线性分组码,其校验矩阵中绝大多数元素都为0,只有少部分为,即H是稀疏的。稀疏性使译码复杂度降低,实现更为简单。The channel coding before the polarization code mainly has a turbo code and an LDPC code. The Turbo code is formed by two or more simple component code encoders being cascaded in parallel by an interleaver. The information sequence is first sent to the first encoder, and then interleaved to the second encoder. The output codeword has three parts: the input information sequence, the check sequence generated by the first encoder, and the check sequence generated by the second encoder on the interleaved information sequence. The Turbo code is iteratively decoded. The iteration uses soft input and soft output. The Turbo code is currently the most efficient decoding method between the channel cutoff frequency and the channel capacity. The LDPC code is a special type of (n, k) linear block code, and most of the elements in the check matrix are 0, and only a small part is, that is, H is sparse. Sparseness reduces decoding complexity and makes implementation simpler.
自2009年Arikan提出极化码以来,关于极化码的研究已经成为信息论和编码领域的研究热点之一。极化码是一种可以渐进性能逼近香农限,同时有着低编码复杂度,并且能广泛使用于各种不同信道尝尽的信道编码方法。Since the introduction of polarization codes by Arikan in 2009, research on polarization codes has become one of the research hotspots in the field of information theory and coding. The polarization code is a channel coding method that can gradually approach the Shannon limit, has low coding complexity, and can be widely used in various channels.
极化码的一个重要的理论基础是信道的极化特性。用映射:w:x→y表示一个抽象的BDMC信道,该信道的输入为x={0,1},输出符号集为y,w(y|x),x∈x,y∈y:表示信道w的转移概率,并且定义
Figure PCTCN2017079898-appb-000001
为离散二进制无记忆信道的w的Bhattacharyya 参数(即巴哈塔切亚参数),定义
Figure PCTCN2017079898-appb-000002
离散二进制无记忆信道w的信道容量。参数z(w)和I(w)分别是信道w的可靠性和最大传输速率的一个量度。图2中给出了位信道的示意图,给定一个BDM信道w,将编码码字
Figure PCTCN2017079898-appb-000003
以此送入信道w,接受到向量
Figure PCTCN2017079898-appb-000004
对于任意一给定的i,1≤i≤N,可以定义一个形式信道
Figure PCTCN2017079898-appb-000005
其输入为ui∈x,输出为
Figure PCTCN2017079898-appb-000006
,转移概率为
Figure PCTCN2017079898-appb-000007
对于任意的BDM信道,具有上述转移概率的N=2m个位信道
Figure PCTCN2017079898-appb-000008
有如下极化现象,对于任意的δ∈(0,1),当N趋于无穷大时,满足
Figure PCTCN2017079898-appb-000009
的位信道个数与为信道总数的比率趋向于I(w),而满足
Figure PCTCN2017079898-appb-000010
的位信道个数与位信道总数的比率趋向于1-I(w)。从上述中可以发现,当N趋于无穷大时N个位信道的对称信道容量要么趋于1,要么趋于0,这就是信道的极化现象。因此在发送时可以用信道容量趋于1的信道来传输信息比特,用信道容量趋于0的信道来传输固定比特。
An important theoretical basis for polarization codes is the polarization characteristics of the channel. Use mapping: w:x→y to represent an abstract BDMC channel, the input of this channel is x={0,1}, the output symbol set is y,w(y|x),x∈x,y∈y: Transition probability of channel w, and definition
Figure PCTCN2017079898-appb-000001
Bhattacharyya parameter (ie, Bahatacea parameter) for the discrete binary memoryless channel w
Figure PCTCN2017079898-appb-000002
The channel capacity of the discrete binary memoryless channel w. The parameters z(w) and I(w) are a measure of the reliability of the channel w and the maximum transmission rate, respectively. A schematic diagram of a bit channel is given in Figure 2. Given a BDM channel w, the codeword will be encoded.
Figure PCTCN2017079898-appb-000003
In this way, it is sent to the channel w and receives the vector.
Figure PCTCN2017079898-appb-000004
For any given i, 1 ≤ i ≤ N, a formal channel can be defined
Figure PCTCN2017079898-appb-000005
Its input is u i ∈x and the output is
Figure PCTCN2017079898-appb-000006
, the probability of transition is
Figure PCTCN2017079898-appb-000007
For any BDM channel, N=2 m bit channels with the above transition probability
Figure PCTCN2017079898-appb-000008
There is the following polarization phenomenon, for any δ∈(0,1), when N tends to infinity, it satisfies
Figure PCTCN2017079898-appb-000009
The number of bit channels and the ratio of the total number of channels tends to I(w), but satisfies
Figure PCTCN2017079898-appb-000010
The ratio of the number of bit channels to the total number of bit channels tends to be 1-I(w). It can be found from the above that when N tends to infinity, the symmetric channel capacity of the N bit channels either tends to 1 or tends to 0, which is the polarization phenomenon of the channel. Therefore, information bits can be transmitted with a channel having a channel capacity of 1 at the time of transmission, and fixed bits can be transmitted with a channel having a channel capacity of 0.
因此极化码编码的一个关键的技术就是码的构造即设计算法挑选出来那些已经完全极化了的信道来传输信息比特,其余的信道来传输固定比特。现在常用的码的构造的算法有三种即蒙特卡罗法,密度进化法和高斯近似法,这三种方法都适用于高斯信道,但是高斯近似 的极化码构造方法拥有较好的性能和较低的复杂度。Therefore, a key technique for polarization code encoding is that the code construction, ie, the design algorithm, selects those channels that have been fully polarized to transmit information bits, and the remaining channels to transmit fixed bits. There are three algorithms for constructing commonly used codes, namely Monte Carlo method, density evolution method and Gaussian approximation method. All three methods are applicable to Gaussian channel, but Gaussian approximation. The polarization code construction method has better performance and lower complexity.
极化码编码最重要的思想是利用极化现象去构造一个编码系统,这样就可以通过合并和拆分后的信道来发送信息比特,而这些信道的容量为1。极化码属于一种线性分组码,生成矩阵GN的构造是编码过程中的重要组成部分,也是编码的核心内容,假设任意的n≥0都有N=2n,定义Ik为k维单位矩阵,其中k≥1,给出GN的定义,对于N≥2都有
Figure PCTCN2017079898-appb-000011
其中G1=I1,矩阵
Figure PCTCN2017079898-appb-000012
又由于
Figure PCTCN2017079898-appb-000013
可得
Figure PCTCN2017079898-appb-000014
从而可以得到
Figure PCTCN2017079898-appb-000015
其中BN是一个比特翻转矩阵。图3给出了N=4的比特翻转矩阵的示意图。
The most important idea of polarization code coding is to use polarization to construct an encoding system so that information bits can be transmitted through the combined and split channels, which have a capacity of one. The polarization code belongs to a linear block code. The construction of the generator matrix G N is an important part of the coding process and the core content of the code. It is assumed that any n≥0 has N=2 n and the definition I k is k-dimensional. The identity matrix, where k ≥ 1, gives the definition of G N for N ≥ 2
Figure PCTCN2017079898-appb-000011
Where G 1 =I 1 , matrix
Figure PCTCN2017079898-appb-000012
Also due to
Figure PCTCN2017079898-appb-000013
Available
Figure PCTCN2017079898-appb-000014
Thereby getting
Figure PCTCN2017079898-appb-000015
Where B N is a bit flip matrix. Figure 3 shows a schematic diagram of a bit flip matrix with N = 4.
极化码的属于一种GN陪集码,所以编码的方法是采用GN作为生成矩阵,但是在选取信息比特位上的方法不一样,极化码主要依赖于信道极化现象,信息比特在完全极化的信道上进行传输。极化码编码的编码块长度被严格定义为2的幂次方。陪集码每一帧用K个数据以及另外N-K个固定数据向量组成的向量
Figure PCTCN2017079898-appb-000016
与令一个N×N矩阵GN进行二进制乘法运算,生成一个长度为N的码字
Figure PCTCN2017079898-appb-000017
Figure PCTCN2017079898-appb-000018
The polarization code belongs to a G N coset code, so the coding method uses G N as the generation matrix, but the method of selecting the information bits is different. The polarization code mainly depends on the channel polarization phenomenon, and the information bits The transmission is performed on a fully polarized channel. The coded block length of the polarization code encoding is strictly defined as a power of two. A vector consisting of K data and another NK fixed data vector for each frame of the coset code
Figure PCTCN2017079898-appb-000016
Perform a binary multiplication operation with an N×N matrix G N to generate a codeword of length N
Figure PCTCN2017079898-appb-000017
which is
Figure PCTCN2017079898-appb-000018
极化码译码的经典方法是接续取消译码算法(SC),这种算法主要利用了极化码的递归特性,但是也由于极化码的递归特性导致在译码的时候出现延迟,并且由于SC译码算法只保留一条译码路径,前边 比特位的译码失败会导致后续译码失败的可能性大大增大。针对译码的时延方向上主要是在硬件的架构上进行实现,也有一些算法上的实现如:MSC算法;在针对译码的准确度的方向上主要有列表取消译码算法(LSC),堆栈接续取消译码算法(SSC)等译码算法。The classical method of polarization code decoding is to successively cancel the decoding algorithm (SC), which mainly utilizes the recursive property of the polarization code, but also causes delay in decoding due to the recursive property of the polarization code. Since the SC decoding algorithm only retains one decoding path, the front side The failure of the decoding of the bits will greatly increase the likelihood of subsequent decoding failures. The decoding delay direction is mainly implemented on the hardware architecture, and some algorithm implementations are as follows: MSC algorithm; in the direction of decoding accuracy, there is mainly a list cancellation decoding algorithm (LSC). The stack continues to decode the decoding algorithm such as the decoding algorithm (SSC).
LSC译码算法作为SC译码算法的一种演进版本在提出了译码的时候,每次存储的不只是一条路径,而是把每个路径都复制后存入列表中,如果列表中路径的数目小于设定值L时,在下一个状态时现有的每一个路径都进行复制,如果列表中译码的路径大于设定值L时,则需要去除一些路径保证列表中路径数目的最大值为L,删除路径的依据是选择现有路径中L条最大后验概率。SCL译码算法在列表中同时保存L条路径,每条路径占用O(N)的空间,因此L条路径占用O(LN)。由于在解码的时候,L条路径都会复制一次因此复制出来的这L条路径占用的空间也是O(LN),又由于LSC解码的时候一共有N个层次,因此LSC会占用O(LN2)的空间复杂度。As an evolution version of the SC decoding algorithm, the LSC decoding algorithm is not only a path stored every time, but each path is copied and stored in the list, if the path in the list When the number is less than the set value L, each existing path is copied in the next state. If the decoded path in the list is larger than the set value L, the maximum number of paths in the path guarantee list needs to be removed. L. The basis for deleting the path is to select the maximum posterior probability of L in the existing path. The SCL decoding algorithm saves L paths simultaneously in the list, and each path occupies O(N) space, so L paths occupy O(LN). Since the L paths are copied once during decoding, the space occupied by the L paths copied is also O(LN), and since there are N levels in the LSC decoding, the LSC will occupy O(LN 2 ). The complexity of the space.
SSC译码算法相对于LSC算法来说可以节省很多不必要的计算当信噪比很大的时候,但是在SSC算法中用到堆栈要比LSC中的大很多。一般为了减少译码效果的降低,堆栈的容量D要有LN大,这样译码的空间复杂度就会变成O(LN2)。The SSC decoding algorithm can save a lot of unnecessary calculations compared to the LSC algorithm when the signal-to-noise ratio is large, but the stack used in the SSC algorithm is much larger than in the LSC. Generally, in order to reduce the reduction of the decoding effect, the capacity D of the stack should have a large LN, so that the spatial complexity of the decoding becomes O(LN 2 ).
因此,现有技术还有待于改进和发展。Therefore, the prior art has yet to be improved and developed.
发明内容Summary of the invention
鉴于上述现有技术的不足,本发明的目的在于提供基于LSC-CRC 译码的分段极化码编译码方法及系统,旨在解决现有技术中译码技术空间复杂度高,且译码准确性低的问题。In view of the above deficiencies of the prior art, it is an object of the present invention to provide an LSC-CRC based The decoded segmented polarization code encoding and decoding method and system aim to solve the problem that the decoding technique in the prior art has high spatial complexity and low decoding accuracy.
本发明的技术方案如下:The technical solution of the present invention is as follows:
一种基于LSC-CRC译码的分段极化码编译码方法,其中,所述方法包括以下步骤:A segmentation polarization code encoding and decoding method based on LSC-CRC decoding, wherein the method comprises the following steps:
A、将多个独立的信道进行合并和拆分,得到与独立的信道个数相同的比特信道,获取各比特信道的容量,统计获取完全极化的比特信道的个数;其中,比特信道的容量大于预设的容量阈值则为完全极化的比特信道;A. Combining and splitting multiple independent channels to obtain a bit channel having the same number of independent channels, obtaining the capacity of each bit channel, and counting the number of fully polarized bit channels; wherein, the bit channel The capacity is greater than the preset capacity threshold and is a fully polarized bit channel;
B、将待传输的自由信息比特序列根据完全极化的比特信道的个数划分成相应个数的子序列,对每一子序列进行极化码编码,将编码之后的信息发送至相应的比特信道中;B. The free information bit sequence to be transmitted is divided into corresponding sub-sequences according to the number of fully-polarized bit channels, and each sub-sequence is subjected to polarization code encoding, and the encoded information is sent to corresponding bits. In the channel;
C、在接收端接收到编码之后的信息,根据LSC-CRC译码算法分段进行译码,最后将译码后得到的译码子序列首尾拼接起来得到译码序列。C. After receiving the information at the receiving end, the information is decoded according to the LSC-CRC decoding algorithm, and finally the decoded subsequence obtained after decoding is spliced together to obtain a decoding sequence.
所述基于LSC-CRC译码的分段极化码编译码方法,其中,所述步骤A具体包括:The segmented polarization code encoding and decoding method based on LSC-CRC decoding, wherein the step A specifically includes:
A1、将n个独立的信道通过递归合并成合并信道;其中,n为正整数;A1. The n independent channels are recursively merged into a combined channel; where n is a positive integer;
A2、将合并信道根据信道的转移概率进行拆分,拆分成与独立的信道个数相同的比特信道;A2. The combined channel is split according to the transition probability of the channel, and split into the same bit channel as the number of independent channels;
A3、根据蒙特卡罗法、密度进化法或高斯近似法获取各比特信道 的容量;A3. Obtaining each bit channel according to Monte Carlo method, density evolution method or Gaussian approximation method Capacity
A4、统计获取完全极化的比特信道的个数,将完全极化的比特信道的个数记为m;其中,比特信道的容量大于0.9则为完全极化的比特信道,m为正整数、且m≤n。A4. Counting the number of fully polarized bit channels, and counting the number of fully polarized bit channels as m; wherein, if the capacity of the bit channel is greater than 0.9, it is a fully polarized bit channel, and m is a positive integer. And m ≤ n.
所述基于LSC-CRC译码的分段极化码编译码方法,其中,所述步骤B中具体包括:The segmentation polarization code encoding and decoding method based on LSC-CRC decoding, wherein the step B specifically includes:
B1、根据待传输的信息序列(n,k),得到待传输的自由信息比特序列F=round(n×k);其中n为码长,k为码率;B1, according to the information sequence (n, k) to be transmitted, obtain a free information bit sequence F=round(n×k) to be transmitted; where n is the code length and k is the code rate;
B2、获取与完全极化的比特信道的个数记为m之差最小的2的幂次数M,并判断F是否能被M整除;B2. The number of bit channels obtained and fully polarized is recorded as the power number M of the smallest difference of m, and it is determined whether F can be divisible by M;
B3、当F能被M整除时,则将待传输的自由信息比特序列F拆分为R个子序列;其中R=F/M,且每一子序列的长度为M;B3, when F can be divisible by M, the free information bit sequence F to be transmitted is split into R sub-sequences; wherein R=F/M, and the length of each sub-sequence is M;
B4、当F不能被M整除时,则F除以M的商记为R、余数记为Q,并将将待传输的自由信息比特序列F拆分为R+1个子序列;其中R+1个子序列中的前R个子序列中均填充F的子序列,R+1个子序列中的最后一个个子序列中前Q个比特位填充F的子序列,后M-Q个比特位均填充0;B4. When F cannot be divisible by M, the quotient of F divided by M is R, the remainder is denoted by Q, and the free information bit sequence F to be transmitted is split into R+1 subsequences; wherein R+1 The sub-sequences of the sub-sequences are filled with sub-sequences of F, and the first Q sub-sequences of the last sub-sequence of R+1 sub-sequences are filled with sub-sequences of F, and the last MQ bits are filled with 0;
B5、将每一子序列进行极化码编码,将编码之后的信息发送至相应的比特信道中。B5. Perform polarization code encoding on each subsequence, and send the information after encoding to the corresponding bit channel.
所述基于LSC-CRC译码的分段极化码编译码方法,其中,所述步骤C中具体包括:The segmented polarization code encoding and decoding method based on the LSC-CRC decoding, wherein the step C specifically includes:
C1、在接收端接收到编码之后的信息,并根据LSC-CRC译码算法 分段进行译码,得到相应段数的译码子序列;其中LSC-CRC译码算法对应公式如下:C1, receiving information after encoding at the receiving end, and according to the LSC-CRC decoding algorithm Segmentation is performed to obtain a decoding subsequence of the corresponding number of segments; wherein the corresponding formula of the LSC-CRC decoding algorithm is as follows:
Figure PCTCN2017079898-appb-000019
Figure PCTCN2017079898-appb-000019
Figure PCTCN2017079898-appb-000020
Figure PCTCN2017079898-appb-000020
Figure PCTCN2017079898-appb-000021
Figure PCTCN2017079898-appb-000021
其中,
Figure PCTCN2017079898-appb-000022
表示码长为N比特序号为奇数位的译码似然比,
Figure PCTCN2017079898-appb-000023
表示码长为N比特序号为偶数为译码似然比,
Figure PCTCN2017079898-appb-000024
表示码长为N/2且比特信道为两个位信道异或后组合信道对应传送比特的译码似然比,
Figure PCTCN2017079898-appb-000025
表示码长为N/2且比特信道为没有经过异或之后信道对应穿送比特的译码似然比。
Figure PCTCN2017079898-appb-000026
表示表示第i比特位的译码似然比,
Figure PCTCN2017079898-appb-000027
表示第i个比特的译码结果;
among them,
Figure PCTCN2017079898-appb-000022
Decoding a code likelihood ratio in which the code length is an N-bit sequence number of odd bits,
Figure PCTCN2017079898-appb-000023
Indicates that the code length is N bits and the sequence number is even number is the decoding likelihood ratio.
Figure PCTCN2017079898-appb-000024
Decoding a code likelihood ratio of a transmission channel by a code channel having a code length of N/2 and a bit channel being two bit channels, or combining channels,
Figure PCTCN2017079898-appb-000025
The code length is N/2 and the bit channel is the decoding likelihood ratio of the channel corresponding to the pass bit after the XOR.
Figure PCTCN2017079898-appb-000026
Representing a decoding likelihood ratio representing the i-th bit,
Figure PCTCN2017079898-appb-000027
Decoding the decoded result of the ith bit;
C2、将译码子序列首尾拼接起来得到译码序列。C2: The decoding subsequences are spliced together to obtain a decoding sequence.
所述基于LSC-CRC译码的分段极化码编译码方法,其中,所述步骤C2具体包括:The segmented polarization code encoding and decoding method based on the LSC-CRC decoding, wherein the step C2 specifically includes:
C21、当待传输的自由信息比特序列F拆分为R个子序列时,则将R个译码子序列首尾拼接起来得到译码序列;C21, when the free information bit sequence F to be transmitted is split into R sub-sequences, the R decoding sub-sequences are spliced together to obtain a decoding sequence;
C22、当待传输的自由信息比特序列F拆分为R+1个子序列时, 则将前R个译码子序列以及最后1个译码子序列的前M-Q位首尾拼接起来得到译码序列。C22, when the free information bit sequence F to be transmitted is split into R+1 sub-sequences, Then, the first R decoding subsequences and the first M-Q bits of the last decoding subsequence are concatenated to obtain a decoding sequence.
一种基于LSC-CRC译码的分段极化码编译码系统,其中,包括:A segmented polarization code encoding and decoding system based on LSC-CRC decoding, which comprises:
信道处理及计算统计模块,用于将多个独立的信道进行合并和拆分,得到与独立的信道个数相同的比特信道,获取各比特信道的容量,统计获取完全极化的比特信道的个数;其中,比特信道的容量大于预设的容量阈值则为完全极化的比特信道;The channel processing and calculation statistics module is configured to combine and split a plurality of independent channels to obtain a bit channel having the same number of independent channels, obtain the capacity of each bit channel, and obtain a completely polarized bit channel by statistics. a number; wherein, the capacity of the bit channel is greater than a preset capacity threshold; then the fully polarized bit channel;
划分及编码模块,用于将待传输的自由信息比特序列根据完全极化的比特信道的个数划分成相应个数的子序列,对每一子序列进行极化码编码,将编码之后的信息发送至相应的比特信道中;a dividing and encoding module, configured to divide the free information bit sequence to be transmitted into a sub-sequence of a corresponding number according to the number of fully-polarized bit channels, perform polarization code encoding on each sub-sequence, and encode the information after the information Sent to the corresponding bit channel;
译码拼接模块,用于在接收端接收到编码之后的信息,根据LSC-CRC译码算法分段进行译码,最后将译码后得到的译码子序列首尾拼接起来得到译码序列。The decoding splicing module is configured to receive the information after the encoding at the receiving end, perform segmentation according to the LSC-CRC decoding algorithm, and finally splicing the decoded subsequences obtained after decoding to obtain a decoding sequence.
所述基于LSC-CRC译码的分段极化码编译码系统,其中,所述信道处理及计算统计模块具体包括:The segmentation polarization code coding and decoding system based on LSC-CRC decoding, wherein the channel processing and calculation statistics module specifically includes:
递归合并单元,用于将n个独立的信道通过递归合并成合并信道;其中,n为正整数;a recursive merging unit for recombining n independent channels into a merged channel; wherein n is a positive integer;
拆分单元,用于将合并信道根据信道的转移概率进行拆分,拆分成与独立的信道个数相同的比特信道;a splitting unit, configured to split the merged channel according to a transition probability of the channel, and split the split channel into the same number of channels as the independent channel;
容量获取单元,用于根据蒙特卡罗法、密度进化法或高斯近似法获取各比特信道的容量;a capacity acquisition unit, configured to acquire a capacity of each bit channel according to a Monte Carlo method, a density evolution method, or a Gaussian approximation method;
统计单元,用于统计获取完全极化的比特信道的个数,将完全极 化的比特信道的个数记为m;其中,比特信道的容量大于0.9则为完全极化的比特信道,m为正整数、且m≤n。Statistical unit for counting the number of fully polarized bit channels, which will be completely The number of bit channels is denoted by m; wherein, if the capacity of the bit channel is greater than 0.9, it is a fully polarized bit channel, m is a positive integer, and m ≤ n.
所述基于LSC-CRC译码的分段极化码编译码系统,其中,所述划分及编码模块具体包括:The segmentation and polarization coding and coding system based on LSC-CRC decoding, wherein the division and coding module specifically includes:
自由信息比特序列获取单元,用于根据待传输的信息序列(n,k),得到待传输的自由信息比特序列F=round(n×k);其中n为码长,k为码率;a free information bit sequence obtaining unit, configured to obtain a free information bit sequence F=round(n×k) to be transmitted according to the information sequence (n, k) to be transmitted; wherein n is a code length, and k is a code rate;
整除判断单元,用于获取与完全极化的比特信道的个数记为m之差最小的2的幂次数M,并判断F是否能被M整除;The divisibility determining unit is configured to obtain a power order M of 2, which is the smallest difference between the number of the fully polarized bit channels and m, and determine whether F can be divisible by M;
第一拆分单元,用于当F能被M整除时,则将待传输的自由信息比特序列F拆分为R个子序列;其中R=F/M,且每一子序列的长度为M;a first splitting unit, configured to split the free information bit sequence F to be transmitted into R subsequences when F can be divisible by M; wherein R=F/M, and each subsequence has a length of M;
第二拆分单元,用于当F不能被M整除时,则F除以M的商记为R、余数记为Q,并将将待传输的自由信息比特序列F拆分为R+1个子序列;其中R+1个子序列中的前R个子序列中均填充F的子序列,R+1个子序列中的最后一个个子序列中前Q个比特位填充F的子序列,后M-Q个比特位均填充0;a second splitting unit, when F cannot be divisible by M, then the quotient of F divided by M is R, the remainder is denoted by Q, and the free information bit sequence F to be transmitted is split into R+1 sub- a sequence; wherein the first R subsequences of the R+1 subsequences are filled with sub-sequences of F, and the first Q sub-sequences of the last sub-sequence of the R+1 sub-sequences are filled with sub-sequences of F, followed by MQ bits Filled with 0;
极化及发送单元,用于将每一子序列进行极化码编码,将编码之后的信息发送至相应的比特信道中。A polarization and transmitting unit is configured to perform polarization code encoding on each subsequence, and send the encoded information to a corresponding bit channel.
所述基于LSC-CRC译码的分段极化码编译码系统,其中,所述译码拼接模块具体包括:The segmented polarization code encoding and decoding system based on LSC-CRC decoding, wherein the decoding and splicing module specifically includes:
译码单元,用于在接收端接收到编码之后的信息,并根据LSC-CRC 译码算法分段进行译码,得到相应段数的译码子序列;其中LSC-CRC译码算法对应公式如下:a decoding unit, configured to receive information after encoding at the receiving end, and according to LSC-CRC The decoding algorithm performs segmentation to obtain a decoding subsequence of the corresponding number of segments; wherein the corresponding formula of the LSC-CRC decoding algorithm is as follows:
Figure PCTCN2017079898-appb-000028
Figure PCTCN2017079898-appb-000028
Figure PCTCN2017079898-appb-000029
Figure PCTCN2017079898-appb-000029
Figure PCTCN2017079898-appb-000030
Figure PCTCN2017079898-appb-000030
其中,
Figure PCTCN2017079898-appb-000031
表示码长为N比特序号为奇数位的译码似然比,
Figure PCTCN2017079898-appb-000032
表示码长为N比特序号为偶数为译码似然比,
Figure PCTCN2017079898-appb-000033
表示码长为N/2且比特信道为两个位信道异或后组合信道对应传送比特的译码似然比,
Figure PCTCN2017079898-appb-000034
表示码长为N/2且比特信道为没有经过异或之后组合信道对应穿送比特的译码似然比。
Figure PCTCN2017079898-appb-000035
表示表示第i比特位的译码似然比,
Figure PCTCN2017079898-appb-000036
表示第i个比特的译码结果;
among them,
Figure PCTCN2017079898-appb-000031
Decoding a code likelihood ratio in which the code length is an N-bit sequence number of odd bits,
Figure PCTCN2017079898-appb-000032
Indicates that the code length is N bits and the sequence number is even number is the decoding likelihood ratio.
Figure PCTCN2017079898-appb-000033
Decoding a code likelihood ratio of a transmission channel by a code channel having a code length of N/2 and a bit channel being two bit channels, or combining channels,
Figure PCTCN2017079898-appb-000034
It indicates that the code length is N/2 and the bit channel is the decoding likelihood ratio of the combined channel corresponding to the pass bit after no XOR.
Figure PCTCN2017079898-appb-000035
Representing a decoding likelihood ratio representing the i-th bit,
Figure PCTCN2017079898-appb-000036
Decoding the decoded result of the ith bit;
拼接单元,用于将译码子序列首尾拼接起来得到译码序列。A splicing unit for splicing the decoding subsequences to obtain a decoding sequence.
所述基于LSC-CRC译码的分段极化码编译码系统,其中,所述拼接单元具体包括:The segmented polarization code encoding and decoding system based on LSC-CRC decoding, wherein the splicing unit specifically includes:
第一拼接分单元,用于当待传输的自由信息比特序列F拆分为R个子序列时,则将R个译码子序列首尾拼接起来得到译码序列;a first splicing sub-unit, configured to: when the free information bit sequence F to be transmitted is split into R sub-sequences, the R decoding sub-sequences are spliced together to obtain a decoding sequence;
第二拼接分单元,用于当待传输的自由信息比特序列F拆分为 R+1个子序列时,则将前R个译码子序列以及最后1个译码子序列的前M-Q位首尾拼接起来得到译码序列。a second splicing unit for splitting the free information bit sequence F to be transmitted In the case of R+1 subsequences, the first R decoding subsequences and the first M-Q bits of the last decoding subsequence are concatenated to obtain a decoding sequence.
本发明所提供的基于LSC-CRC译码的分段极化码编译码方法及系统,方法包括:将多个独立的信道进行合并和拆分,得到与独立的信道个数相同的比特信道,获取各比特信道的容量,统计获取完全极化的比特信道的个数;将待传输的自由信息比特序列根据完全极化的比特信道的个数划分成相应个数的子序列,对每一子序列进行极化码编码,将编码之后的信息发送至相应的比特信道中;在接收端接收到编码之后的信息,根据LSC-CRC译码算法分段进行译码,最后将译码后得到的译码子序列首尾拼接起来得到译码序列。本发明中的信源编码和译码方法操作简单,编译码的空间复杂度降低,且译码准确性提高。The method and system for segmentation polarization code encoding and decoding based on LSC-CRC decoding provided by the present invention include: combining and splitting multiple independent channels to obtain a bit channel having the same number of independent channels. Obtaining the capacity of each bit channel, and counting the number of completely polarized bit channels; dividing the free information bit sequence to be transmitted into a corresponding number of sub-sequences according to the number of fully polarized bit channels, for each sub-sequence The sequence is subjected to polarization code encoding, and the information after encoding is sent to the corresponding bit channel; the information after encoding is received at the receiving end, segmented according to the LSC-CRC decoding algorithm, and finally decoded. The decoding subsequences are spliced together to obtain a decoding sequence. The source coding and decoding method in the present invention is simple in operation, the spatial complexity of the compiled code is reduced, and the decoding accuracy is improved.
附图说明DRAWINGS
图1是通信系统模型示意图。Figure 1 is a schematic diagram of a communication system model.
图2是位信道的示意图。2 is a schematic diagram of a bit channel.
图3是N=4时比特翻转示意图。Figure 3 is a schematic diagram of bit flipping when N = 4.
图4是N=1024是信道极化之后容量跟信道序号关系示意图。4 is a schematic diagram showing the relationship between capacity and channel number after channel polarization.
图5是码率为0.5码长分别为128,256,1024时LSC-CRC译码算法和本发明所述基于LSC-CRC译码的分段极化码编译码方法误比特率对比图。5 is a comparison diagram of bit error rates of the LSC-CRC decoding algorithm and the LPC-CRC decoding based segmentation polarization code encoding and decoding method according to the LSC-CRC decoding algorithm with a code rate of 0.5 code lengths of 0.5, 256, and 1024, respectively.
图6是码率为0.5码长分别为128,256,1024时LSC-CRC译码算法和本发明所述基于LSC-CRC译码的分段极化码编译码方法误码率对比 图。6 is a comparison of bit error rates between the LSC-CRC decoding algorithm and the LPC-CRC decoding based segmentation polarization code encoding and decoding method with a code rate of 0.5 code lengths of 128, 256, and 1024, respectively. Figure.
图7是本发明所述基于LSC-CRC译码的分段极化码编译码方法较佳实施例的流程图。7 is a flow chart of a preferred embodiment of a segmentation polarization code encoding and decoding method based on LSC-CRC decoding according to the present invention.
图8是本发明所述基于LSC-CRC译码的分段极化码编译码系统较佳实施例的结构框图。FIG. 8 is a structural block diagram of a preferred embodiment of a segmented polarization code encoding and decoding system based on LSC-CRC decoding according to the present invention.
具体实施方式detailed description
本发明提供基于LSC-CRC译码的分段极化码编译码方法及系统,为使本发明的目的、技术方案及效果更加清楚、明确,以下对本发明进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。The present invention provides a segmented polarization code encoding and decoding method and system based on LSC-CRC decoding. In order to make the objects, technical solutions and effects of the present invention more clear and clear, the present invention will be further described in detail below. It is understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
如图7所示,为本发明基于LSC-CRC译码的分段极化码编译码方法较佳实施例的流程图,所述方法包括以下步骤:FIG. 7 is a flowchart of a preferred embodiment of a method for encoding and decoding a piecewise polarization code based on LSC-CRC decoding according to the present invention. The method includes the following steps:
步骤S100、将多个独立的信道进行合并和拆分,得到与独立的信道个数相同的比特信道,获取各比特信道的容量,统计获取完全极化的比特信道的个数;其中,比特信道的容量大于预设的容量阈值则为完全极化的比特信道;Step S100: Combine and split a plurality of independent channels to obtain a bit channel having the same number of independent channels, obtain a capacity of each bit channel, and obtain a number of fully polarized bit channels according to statistics; wherein, the bit channel The capacity is greater than the preset capacity threshold and is a fully polarized bit channel;
步骤S200、将待传输的自由信息比特序列根据完全极化的比特信道的个数划分成相应个数的子序列,对每一子序列进行极化码编码,将编码之后的信息发送至相应的比特信道中;Step S200: The free information bit sequence to be transmitted is divided into corresponding sub-sequences according to the number of fully-polarized bit channels, and each sub-sequence is subjected to polarization code encoding, and the encoded information is sent to the corresponding In the bit channel;
步骤S300、在接收端接收到编码之后的信息,根据LSC-CRC译码算法分段进行译码,最后将译码后得到的译码子序列首尾拼接起来得 到译码序列。Step S300: After receiving the information after encoding, the information is decoded according to the LSC-CRC decoding algorithm, and finally the decoded subsequence obtained after decoding is stitched together. To the decoding sequence.
本发明的实施例中,首先通过利用极化码构造的方法,求出多个独立的信道经过合并和拆分之后所得到的比特信道的容量,然后统计出来比特信道的容量大于预设的容量阈值的信道个数,然后将待传输的自由信息比特序列拆分成多个子序列,每个子序列的长度都为M,然后对拆分之后的子序列进行极化码的编码,再将编码之后的信息传送到对应的比特信道中,接收端接收到发送的编码之后的信息之后,依据LSC-CRC译码算法进行分段译码,然后每个译码子序列首位拼接得到译码序列。In the embodiment of the present invention, first, by using a method of constructing a polarization code, the capacity of a bit channel obtained after combining and splitting a plurality of independent channels is obtained, and then the capacity of the bit channel is calculated to be greater than a preset capacity. The number of channels of the threshold, and then split the sequence of free information bits to be transmitted into a plurality of sub-sequences, each of which has a length of M, and then encodes the polarization code of the sub-sequence after the split, and then encodes The information is transmitted to the corresponding bit channel, and after receiving the transmitted information, the receiving end performs segmentation decoding according to the LSC-CRC decoding algorithm, and then the first bit of each decoding subsequence is spliced to obtain a decoding sequence.
具体的,所述步骤S100具体包括:Specifically, the step S100 specifically includes:
步骤S101、将n个独立的信道通过递归合并成合并信道;其中,n为正整数。Step S101: Combine n independent channels into a combined channel by recursion; wherein n is a positive integer.
信道的合并是将n个独立的信道通过递归合并成一整个信道,记为合并信道,并且保证合并信道的容量和合并之前N个独立的信道的容量之和是相同的。其中,n也可以代表码长,当n=2时,只需要进行一次信道的组合和拆分,当n大于2时,需要进行log2N次信道的拆分和组合,所以要求码长n必须为2的幂次。The channel is merged by recursively combining n independent channels into one entire channel, which is recorded as a combined channel, and the sum of the capacity of the combined channel and the capacity of the N independent channels before the combining is the same. Where n can also represent the code length. When n=2, only the combination and splitting of the channel need to be performed once. When n is greater than 2, the splitting and combination of the log 2 N channels are required, so the code length n is required. Must be a power of 2.
步骤S102、将合并信道根据信道的转移概率进行拆分,拆分成与独立的信道个数相同的比特信道。Step S102, splitting the combined channel according to the transition probability of the channel, and splitting into the same bit channel as the number of independent channels.
信道的拆分是根据信道的转移概率将合并信道拆分成n个比特信道,经过信道的合并和拆分之后比特信道具有了极化的特性,一部分信道趋于1、其用来传输信息比特,另外一部分信道趋于0、其用 来传输固定比特(一般为0)。The splitting of the channel is to split the combined channel into n bit channels according to the transition probability of the channel. After the channel is merged and split, the bit channel has polarization characteristics, and a part of the channel tends to 1. It is used to transmit information bits. , another part of the channel tends to 0, its use To transmit fixed bits (usually 0).
步骤S103、根据蒙特卡罗法、密度进化法或高斯近似法获取各比特信道的容量。Step S103: Obtain a capacity of each bit channel according to a Monte Carlo method, a density evolution method, or a Gaussian approximation method.
求得信道拆分之后各个比特信道的容量可以借助于极化码构造的方法。极化码的构造有3种具体的方法:蒙特卡罗法,密度进化法和高斯近似法,可以选择其中一种方法进行构造,就可以得到比特信道的容量。The method of constructing the polarization of each bit channel after channel splitting can be obtained by means of a polarization code. There are three specific methods for constructing a polarization code: Monte Carlo method, density evolution method and Gaussian approximation method. One of the methods can be selected to construct the bit channel capacity.
若采用蒙特卡罗方法来获得信道的容量,包括以下操作步骤:If the Monte Carlo method is used to obtain the capacity of the channel, the following steps are included:
(2A)高斯信道传输全0码字,经BPSK调制之后传入信道;(2A) The Gaussian channel transmits all 0 codewords, and is transmitted to the channel after BPSK modulation;
(2B)根据信道的输出计算信道上的初始似然值,即
Figure PCTCN2017079898-appb-000037
(2B) calculating an initial likelihood value on the channel based on the output of the channel, ie
Figure PCTCN2017079898-appb-000037
(2C)计算
Figure PCTCN2017079898-appb-000038
其中
(2C) calculation
Figure PCTCN2017079898-appb-000038
among them
Figure PCTCN2017079898-appb-000039
Figure PCTCN2017079898-appb-000039
Figure PCTCN2017079898-appb-000040
Figure PCTCN2017079898-appb-000040
(2D)若
Figure PCTCN2017079898-appb-000041
则该比特位的估值为0,则第i个信道的容量是:
(2D) if
Figure PCTCN2017079898-appb-000041
Then the estimate of the bit is 0, then the capacity of the ith channel is:
Figure PCTCN2017079898-appb-000042
Figure PCTCN2017079898-appb-000042
Figure PCTCN2017079898-appb-000043
则该比特位的信道估值为1,则第i个信道的容量是:
If
Figure PCTCN2017079898-appb-000043
Then the channel estimate of the bit is 1, and the capacity of the ith channel is:
Figure PCTCN2017079898-appb-000044
Figure PCTCN2017079898-appb-000044
2E)上述过程重复多次,比如1000次,即传输1000个码字,对每个子信道上得到的1000个Z值进行加权平均,即得到该子信道上的近似Bhattacharyya值(即巴哈塔切亚值),然后对这些值从小到达排序。2E) The above process is repeated a plurality of times, for example, 1000 times, that is, 1000 codewords are transmitted, and 1000 Z values obtained on each subchannel are weighted and averaged to obtain an approximate Bhattacharyya value on the subchannel (ie, Bahatace Sub-values), then sort the values from small to arrival.
若采用密度进化算法来获得信道容量,则包括以下操作步骤:If the density evolution algorithm is used to obtain the channel capacity, the following steps are included:
(2a)不是一般性,高斯信道下仍传输全0码字,经BPSK调制后传入信道。(2a) is not general. All 0 codewords are still transmitted under Gaussian channel, and channel is transmitted after BPSK modulation.
(2b)根据信道传输计算信道上的初始似然值
Figure PCTCN2017079898-appb-000045
(2b) Calculating the initial likelihood value on the channel based on the channel transmission
Figure PCTCN2017079898-appb-000045
(2c)计算
Figure PCTCN2017079898-appb-000046
其中:
(2c) calculation
Figure PCTCN2017079898-appb-000046
among them:
Figure PCTCN2017079898-appb-000047
Figure PCTCN2017079898-appb-000047
(2d)根据
Figure PCTCN2017079898-appb-000048
计算该子信道的错误概率函数值:
(2d) according to
Figure PCTCN2017079898-appb-000048
Calculate the error probability function value of the subchannel:
Figure PCTCN2017079898-appb-000049
Figure PCTCN2017079898-appb-000049
(2e)将子信道错误概率排序,即可得信道容量。 (2e) Sorting the subchannel error probability to obtain the channel capacity.
若采用高斯近似的方法来获得信道容量,则包括以下操作步骤:If the Gaussian approximation method is used to obtain the channel capacity, the following steps are included:
(21)在高斯信道下,根据信道的输出计算信道上的初始似然值
Figure PCTCN2017079898-appb-000050
这里
Figure PCTCN2017079898-appb-000051
(21) Calculate the initial likelihood value on the channel according to the output of the channel under the Gaussian channel
Figure PCTCN2017079898-appb-000050
Here
Figure PCTCN2017079898-appb-000051
(22)根据下列公式计算
Figure PCTCN2017079898-appb-000052
若i为奇数则
(22) Calculated according to the following formula
Figure PCTCN2017079898-appb-000052
If i is an odd number
Figure PCTCN2017079898-appb-000053
Figure PCTCN2017079898-appb-000053
若i为偶数则If i is even, then
Figure PCTCN2017079898-appb-000054
Figure PCTCN2017079898-appb-000054
其中,among them,
Figure PCTCN2017079898-appb-000055
Figure PCTCN2017079898-appb-000055
(23)计算每个信道的错误概率
Figure PCTCN2017079898-appb-000056
(23) Calculate the error probability of each channel
Figure PCTCN2017079898-appb-000056
Figure PCTCN2017079898-appb-000057
Figure PCTCN2017079898-appb-000057
(24)将子信道错误概率排序完成码的构造从而得到信道的容量。(24) The subchannel error probability is sorted to complete the construction of the code to obtain the capacity of the channel.
在步骤S103中获取完全极化的比特信道的个数m时,同时将极化之后的比特信道的容量从大到小排列,并且记下对应的比特信道的序号,组成一个序列为Inds。When the number m of fully polarized bit channels is acquired in step S103, the capacity of the bit channels after polarization is simultaneously arranged from large to small, and the sequence numbers of the corresponding bit channels are recorded to form a sequence of Inds.
步骤S104、统计获取完全极化的比特信道的个数,将完全极化 的比特信道的个数记为m;其中,比特信道的容量大于0.9则为完全极化的比特信道,m为正整数、且m≤n。Step S104: Statistics acquire the number of fully polarized bit channels, and fully polarize The number of bit channels is denoted by m; wherein, if the capacity of the bit channel is greater than 0.9, it is a fully polarized bit channel, m is a positive integer, and m ≤ n.
根据步骤S103可以得到拆分之后各个比特信道的容量,在本发明中可规定信道的容量大于0.9的比特信道看作是完全极化的比特信道,统计拆分信道之后得到比特信道的容量大于0.9的信道个数,即为完全极化的比特信道的个数,在本发明中完全极化的比特信道的个数记为m,m为正整数、且m≤n。拆分之后的信息序列分别进行编码
Figure PCTCN2017079898-appb-000058
其中
Figure PCTCN2017079898-appb-000059
中下标是为Inds序列中的前M的比特位传输拆分的待传输的自由信息比特序列F中的部分,剩余的比特位的值为0。
According to step S103, the capacity of each bit channel after splitting can be obtained. In the present invention, a bit channel whose channel capacity is greater than 0.9 can be regarded as a fully polarized bit channel, and the capacity of the bit channel obtained after statistically splitting the channel is greater than 0.9. The number of channels is the number of fully polarized bit channels. In the present invention, the number of fully polarized bit channels is denoted by m, m is a positive integer, and m ≤ n. The sequence of information after splitting is separately encoded
Figure PCTCN2017079898-appb-000058
among them
Figure PCTCN2017079898-appb-000059
The subscript is a portion of the free information bit sequence F to be transmitted that is split for the pre-M bits in the Inds sequence, with the remaining bits having a value of zero.
其中,图4中示意了信道极化后的容量与信道序号的关系,其中图4的横坐标Bit Channel Index(i)表示信道序号,纵坐标Capacity of i th channel表示第i号信道的容量。4 shows the relationship between the capacity after channel polarization and the channel number. The abscissa Bit Channel Index (i) of FIG. 4 indicates the channel number, and the ordinate Capacity of i th channel indicates the capacity of the ith channel.
当码长为64,128,256,512,1024,码率分别为0.5,0.7时统计出的完全极化的信道的个数M,请参考如下的表1,及图5和图6:When the code length is 64, 128, 256, 512, 1024 and the code rate is 0.5, 0.7, the number M of fully polarized channels is counted. Please refer to Table 1 below, and Figure 5 and Figure 6:
Figure PCTCN2017079898-appb-000060
Figure PCTCN2017079898-appb-000060
表1Table 1
在图5和图6中,对应码率为0.5(即rate=0.5)时在不同的误块 (即EB,图5和图6的横坐标的都是EB)下对应的误比特率(即BER,图5和图6的纵坐标的都是BER)。In Figure 5 and Figure 6, the corresponding code rate is 0.5 (that is, rate = 0.5) when there are different error blocks. (ie EB, the abscissa of both Figures 5 and 6 are EB) corresponding bit error rate (ie BER, both BER of Figure 5 and Figure 6 are BER).
优选的,所述步骤S200具体包括:Preferably, the step S200 specifically includes:
步骤S201、根据待传输的信息序列(n,k),得到待传输的自由信息比特序列F=round(n×k);其中n为码长,k为码率。Step S201: Obtain a free information bit sequence F=round(n×k) to be transmitted according to the information sequence (n, k) to be transmitted; where n is a code length and k is a code rate.
将待传输的信息序列记为(n,k),则定义待传输的自由信息比特序列为F=round(n×k),根据完全极化的比特信道的个数记为m将F拆分。Describe the sequence of information to be transmitted as (n, k), then define the sequence of free information bits to be transmitted as F=round (n×k), and split the F according to the number of fully polarized bit channels. .
步骤S202、获取与完全极化的比特信道的个数记为m之差最小的2的幂次数M,并判断F是否能被M整除。Step S202: Obtain a power number M of 2 which is the smallest difference between m and the fully polarized bit channel, and determine whether F can be divisible by M.
根据步骤S104中统计出来的完全极化的比特信道的个数m因为极化码的编码要求码长必须为2的幂次,而m可能会出现不是2的幂次的情况,所以需要将m进行修正,具体的将m修正成成离m最近的2的幂次数M。According to the number of fully polarized bit channels counted in step S104, the code length of the coded code must be a power of 2, and m may not be a power of 2, so m is required. Correction is made to specifically correct m to a power M of 2 closest to m.
步骤S203、当F能被M整除时,则将待传输的自由信息比特序列F拆分为R个子序列;其中R=F/M,且每一子序列的长度为M;Step S203, when F can be divisible by M, the free information bit sequence F to be transmitted is split into R sub-sequences; where R=F/M, and the length of each sub-sequence is M;
步骤S204、当F不能被M整除时,则F除以M的商记为R、余数记为Q,并将将待传输的自由信息比特序列F拆分为R+1个子序列;其中R+1个子序列中的前R个子序列中均填充F的子序列,R+1个子序列中的最后一个个子序列中前Q个比特位填充F的子序列,后M-Q个比特位均填充0;Step S204: When F cannot be divisible by M, then F is divided by M, the quotient is R, the remainder is recorded as Q, and the free information bit sequence F to be transmitted is split into R+1 subsequences; wherein R+ The first R subsequences of the one subsequence are filled with the subsequence of F, and the first Q subsequences of the last subsequence of the R+1 subsequences are filled with the subsequence of F, and the last MQ bits are filled with 0;
步骤S205、将每一子序列进行极化码编码,将编码之后的信息 发送至相应的比特信道中。Step S205, performing polarization code encoding on each subsequence, and using the information after encoding Send to the corresponding bit channel.
将编码之后的信息送入到比特信道中进行传输。在极化码中规定在极化后信道容量趋于完全好的信道中传输自由比特,在极化之后变成完全噪声的信道中传输固定比特一般为0。对于一个码长为N,码率为R的信息序列来说,需要发送的信息比特的位数为F,在之前方法中则直接按照信道容量从大到小选择F个比特信道来传输信息比特,这就会导致有一些极化之后信道容量不是很大的比特信道被选来传输信息比特,导致在接受端译码的时候出现译码出错的概率大大增加。因此在本发明中通过之前所述步骤S104选出了比特信道的容量大于0.9的信道来传输信息比特,这样使得译码短的译码的准确率大大提高,这也是本发明在信道传输中的特征所在。The encoded information is sent to the bit channel for transmission. It is specified in the polarization code that the free bits are transmitted in the channel where the channel capacity tends to be perfect after polarization, and the fixed bits in the channel that becomes completely noisy after polarization are generally zero. For an information sequence with a code length of N and a code rate R, the number of bits of information bits to be transmitted is F. In the previous method, F bit channels are directly selected according to the channel capacity to transmit information bits. This will result in a bit channel whose channel capacity is not very large after some polarization is selected to transmit information bits, resulting in a greatly increased probability of decoding errors occurring at the receiving end decoding. Therefore, in the present invention, the information bit is transmitted by the channel having the capacity of the bit channel greater than 0.9 by the step S104 described above, so that the accuracy of decoding short decoding is greatly improved, which is also the channel transmission of the present invention. The characteristics are located.
优选的,在所述基于LSC-CRC译码的分段极化码编译码方法中,所述步骤S300中具体包括:Preferably, in the segmentation polarization code encoding and decoding method based on the LSC-CRC decoding, the step S300 specifically includes:
步骤S301、在接收端接收到编码之后的信息,并根据LSC-CRC译码算法分段进行译码,得到相应段数的译码子序列;其中LSC-CRC译码算法对应公式如下:Step S301: Receive information after encoding at the receiving end, and perform segmentation according to the LSC-CRC decoding algorithm to obtain a decoding subsequence of the corresponding number of segments; wherein the corresponding formula of the LSC-CRC decoding algorithm is as follows:
Figure PCTCN2017079898-appb-000061
Figure PCTCN2017079898-appb-000061
Figure PCTCN2017079898-appb-000062
Figure PCTCN2017079898-appb-000062
Figure PCTCN2017079898-appb-000063
Figure PCTCN2017079898-appb-000063
其中,
Figure PCTCN2017079898-appb-000064
表示码长为N比特序号为奇数位的译码似然比,
Figure PCTCN2017079898-appb-000065
表示码长为N比特序号为偶数为译码似然比,
Figure PCTCN2017079898-appb-000066
表示码长为N/2且比特信道为两个位信道异或后组合信道对应传送比特的译码似然比,
Figure PCTCN2017079898-appb-000067
表示码长为N/2且比特信道为没有经过异或之后组合信道对应穿送比特的译码似然比。
Figure PCTCN2017079898-appb-000068
表示表示第i比特位的译码似然比,
Figure PCTCN2017079898-appb-000069
表示第i个比特的译码结果;
among them,
Figure PCTCN2017079898-appb-000064
Decoding a code likelihood ratio in which the code length is an N-bit sequence number of odd bits,
Figure PCTCN2017079898-appb-000065
Indicates that the code length is N bits and the sequence number is even number is the decoding likelihood ratio.
Figure PCTCN2017079898-appb-000066
Decoding a code likelihood ratio of a transmission channel by a code channel having a code length of N/2 and a bit channel being two bit channels, or combining channels,
Figure PCTCN2017079898-appb-000067
It indicates that the code length is N/2 and the bit channel is the decoding likelihood ratio of the combined channel corresponding to the pass bit after no XOR.
Figure PCTCN2017079898-appb-000068
Representing a decoding likelihood ratio representing the i-th bit,
Figure PCTCN2017079898-appb-000069
Decoding the decoded result of the ith bit;
步骤S302、将译码子序列首尾拼接起来得到译码序列。Step S302: splicing the decoding subsequences to obtain a decoding sequence.
在本发明中采用的译码的算法是LSC-CRC译码算法,CRC是一种循环校验的算法。LSC-CRC译码的算法在是在SC译码算法上提出的改进,在SC译码算法中只保留一条路径,前边比特位译码的失败会导致后续比特位译码失败的可能大大增加而LSC译码算法可以解决这个问题,通过保存最多L条路径来进行译码,然后在L条路径中选择最佳的译码路径可以使得译码的准确性大大提高,由于引进了L条路径则使循环校验成为了可能,把译码之后的L条路径同进CRC校验器中进行校验,选择可以通过CRC校验的路径作为最终的译码路径,如果所有的路径都不可以通过CRC校验则译码失败。The decoding algorithm employed in the present invention is an LSC-CRC decoding algorithm, and CRC is a loop check algorithm. The LSC-CRC decoding algorithm is an improvement proposed in the SC decoding algorithm. Only one path is reserved in the SC decoding algorithm, and the failure of the previous bit decoding may cause the subsequent bit decoding failure to be greatly increased. The LSC decoding algorithm can solve this problem by storing up to L paths for decoding, and then selecting the best decoding path among the L paths can greatly improve the decoding accuracy, since L paths are introduced. It is possible to make the loop check possible. The L paths after decoding are merged into the CRC checker for verification, and the path that can pass the CRC check is selected as the final decoding path. If all the paths cannot pass, The CRC check fails.
优选的,所述基于LSC-CRC译码的分段极化码编译码方法中,所述步骤S302具体包括:Preferably, in the segmentation polarization code encoding and decoding method based on the LSC-CRC decoding, the step S302 specifically includes:
步骤S3021、当待传输的自由信息比特序列F拆分为R个子序列 时,则将R个译码子序列首尾拼接起来得到译码序列;Step S3021, when the free information bit sequence F to be transmitted is split into R subsequences When the R decoding subsequences are first and last spliced together to obtain a decoding sequence;
步骤S3022、当待传输的自由信息比特序列F拆分为R+1个子序列时,则将前R个译码子序列以及最后1个译码子序列的前M-Q位首尾拼接起来得到译码序列。Step S3022: When the free information bit sequence F to be transmitted is split into R+1 sub-sequences, the first R decoding sub-sequences and the first MQ bits of the last decoding sub-sequence are spliced together to obtain a decoding sequence. .
可见,与现有技术相比本发明在提高极化码译码的准确度上有着大大的提高。通过仿真看出,当码长为1024,码率为0.5时,把需要发送的信息序列拆分成两段之后进行发送,不管是误码率还是误比特率都可以达到0。It can be seen that the present invention greatly improves the accuracy of decoding the polarization code compared with the prior art. It can be seen from the simulation that when the code length is 1024 and the code rate is 0.5, the information sequence to be transmitted is split into two segments and then transmitted, and the bit error rate or the bit error rate can reach 0.
基于上述方法实施例,本发明还提供一种基于LSC-CRC译码的分段极化码编译码系统。如图8所示,所述基于LSC-CRC译码的分段极化码编译码系统包括:Based on the foregoing method embodiments, the present invention further provides a segmented polarization code encoding and decoding system based on LSC-CRC decoding. As shown in FIG. 8, the segmentation polarization code encoding and decoding system based on LSC-CRC decoding includes:
信道处理及计算统计模块100,用于将多个独立的信道进行合并和拆分,得到与独立的信道个数相同的比特信道,获取各比特信道的容量,统计获取完全极化的比特信道的个数;其中,比特信道的容量大于预设的容量阈值则为完全极化的比特信道;The channel processing and calculation statistics module 100 is configured to combine and split a plurality of independent channels to obtain a bit channel with the same number of independent channels, obtain the capacity of each bit channel, and obtain a fully polarized bit channel by statistics. a number; wherein, the capacity of the bit channel is greater than a preset capacity threshold; then the fully polarized bit channel;
划分及编码模块200,用于将待传输的自由信息比特序列根据完全极化的比特信道的个数划分成相应个数的子序列,对每一子序列进行极化码编码,将编码之后的信息发送至相应的比特信道中;The dividing and encoding module 200 is configured to divide the free information bit sequence to be transmitted into a corresponding number of sub-sequences according to the number of fully polarized bit channels, and perform polarization code encoding on each sub-sequence, after encoding Information is sent to the corresponding bit channel;
译码拼接模块300,用于在接收端接收到编码之后的信息,根据LSC-CRC译码算法分段进行译码,最后将译码后得到的译码子序列首尾拼接起来得到译码序列。The decoding splicing module 300 is configured to receive the information after the encoding at the receiving end, perform segmentation according to the LSC-CRC decoding algorithm, and finally splicing the decoded subsequences obtained after decoding to obtain a decoding sequence.
优选的,在所述基于LSC-CRC译码的分段极化码编译码系统中, 所述信道处理及计算统计模块100具体包括:Preferably, in the segmentation polarization code encoding and decoding system based on LSC-CRC decoding, The channel processing and calculation statistics module 100 specifically includes:
递归合并单元,用于将n个独立的信道通过递归合并成合并信道;其中,n为正整数;a recursive merging unit for recombining n independent channels into a merged channel; wherein n is a positive integer;
拆分单元,用于将合并信道根据信道的转移概率进行拆分,拆分成与独立的信道个数相同的比特信道;a splitting unit, configured to split the merged channel according to a transition probability of the channel, and split the split channel into the same number of channels as the independent channel;
容量获取单元,用于根据蒙特卡罗法、密度进化法或高斯近似法获取各比特信道的容量;a capacity acquisition unit, configured to acquire a capacity of each bit channel according to a Monte Carlo method, a density evolution method, or a Gaussian approximation method;
统计单元,用于统计获取完全极化的比特信道的个数,将完全极化的比特信道的个数记为m;其中,比特信道的容量大于0.9则为完全极化的比特信道,m为正整数、且m≤n。a statistical unit, configured to obtain the number of fully polarized bit channels, and record the number of fully polarized bit channels as m; wherein, if the capacity of the bit channel is greater than 0.9, it is a fully polarized bit channel, where m is A positive integer and m ≤ n.
优选的,在所述基于LSC-CRC译码的分段极化码编译码系统中,所述划分及编码模块200具体包括:Preferably, in the segmentation and polarization coding and coding system based on the LSC-CRC decoding, the division and coding module 200 specifically includes:
自由信息比特序列获取单元,用于根据待传输的信息序列(n,k),得到待传输的自由信息比特序列F=round(n×k);其中n为码长,k为码率;a free information bit sequence obtaining unit, configured to obtain a free information bit sequence F=round(n×k) to be transmitted according to the information sequence (n, k) to be transmitted; wherein n is a code length, and k is a code rate;
整除判断单元,用于获取与完全极化的比特信道的个数记为m之差最小的2的幂次数M,并判断F是否能被M整除;The divisibility determining unit is configured to obtain a power order M of 2, which is the smallest difference between the number of the fully polarized bit channels and m, and determine whether F can be divisible by M;
第一拆分单元,用于当F能被M整除时,则将待传输的自由信息比特序列F拆分为R个子序列;其中R=F/M,且每一子序列的长度为M;a first splitting unit, configured to split the free information bit sequence F to be transmitted into R subsequences when F can be divisible by M; wherein R=F/M, and each subsequence has a length of M;
第二拆分单元,用于当F不能被M整除时,则F除以M的商记为R、余数记为Q,并将将待传输的自由信息比特序列F拆分为R+1 个子序列;其中R+1个子序列中的前R个子序列中均填充F的子序列,R+1个子序列中的最后一个个子序列中前Q个比特位填充F的子序列,后M-Q个比特位均填充0;a second splitting unit, when F cannot be divisible by M, then the quotient of F divided by M is R, the remainder is denoted by Q, and the free information bit sequence F to be transmitted is split into R+1 a subsequence; wherein the first R subsequences of the R+1 subsequences are filled with sub-sequences of F, and the first Q sub-sequences of the last sub-sequence of the R+1 sub-sequences are filled with sub-sequences of F, followed by MQ bits Bits are filled with 0;
极化及发送单元,用于将每一子序列进行极化码编码,将编码之后的信息发送至相应的比特信道中。A polarization and transmitting unit is configured to perform polarization code encoding on each subsequence, and send the encoded information to a corresponding bit channel.
优选的,在所述基于LSC-CRC译码的分段极化码编译码系统中,所述译码拼接模块300具体包括:Preferably, in the segmentation polarization code coding and decoding system based on the LSC-CRC decoding, the decoding and splicing module 300 specifically includes:
译码单元,用于在接收端接收到编码之后的信息,并根据LSC-CRC译码算法分段进行译码,得到相应段数的译码子序列;其中LSC-CRC译码算法对应公式如下:The decoding unit is configured to receive the information after the encoding at the receiving end, and perform segmentation according to the LSC-CRC decoding algorithm to obtain a decoding subsequence of the corresponding number of segments; wherein the corresponding formula of the LSC-CRC decoding algorithm is as follows:
Figure PCTCN2017079898-appb-000070
Figure PCTCN2017079898-appb-000070
Figure PCTCN2017079898-appb-000071
Figure PCTCN2017079898-appb-000071
Figure PCTCN2017079898-appb-000072
Figure PCTCN2017079898-appb-000072
其中,
Figure PCTCN2017079898-appb-000073
表示码长为N比特序号为奇数位的译码似然比,
Figure PCTCN2017079898-appb-000074
表示码长为N比特序号为偶数为译码似然比,
Figure PCTCN2017079898-appb-000075
表示码长为N/2且比特信道为两个异或后组合信道对应传送比特的译码似然比,
Figure PCTCN2017079898-appb-000076
表示码长为N/2且比特信道为没有经过异或之后组合信道对应穿送比特的译码似然比。
Figure PCTCN2017079898-appb-000077
表示表示第i比特位的译码似然比,
Figure PCTCN2017079898-appb-000078
表示第i个比特的译码 结果;
among them,
Figure PCTCN2017079898-appb-000073
Decoding a code likelihood ratio in which the code length is an N-bit sequence number of odd bits,
Figure PCTCN2017079898-appb-000074
Indicates that the code length is N bits and the sequence number is even number is the decoding likelihood ratio.
Figure PCTCN2017079898-appb-000075
Decoding a code likelihood ratio of a transmission channel by a code length of N/2 and a bit channel of two exclusive ORs,
Figure PCTCN2017079898-appb-000076
It indicates that the code length is N/2 and the bit channel is the decoding likelihood ratio of the combined channel corresponding to the pass bit after no XOR.
Figure PCTCN2017079898-appb-000077
Representing a decoding likelihood ratio representing the i-th bit,
Figure PCTCN2017079898-appb-000078
Decoding the decoded result of the ith bit;
拼接单元,用于将译码子序列首尾拼接起来得到译码序列。A splicing unit for splicing the decoding subsequences to obtain a decoding sequence.
优选的,在所述基于LSC-CRC译码的分段极化码编译码系统中,所述拼接单元具体包括:Preferably, in the segmentation polarization code coding and decoding system based on the LSC-CRC decoding, the splicing unit specifically includes:
第一拼接分单元,用于当待传输的自由信息比特序列F拆分为R个子序列时,则将R个译码子序列首尾拼接起来得到译码序列;a first splicing sub-unit, configured to: when the free information bit sequence F to be transmitted is split into R sub-sequences, the R decoding sub-sequences are spliced together to obtain a decoding sequence;
第二拼接分单元,用于当待传输的自由信息比特序列F拆分为R+1个子序列时,则将前R个译码子序列以及最后1个译码子序列的前M-Q位首尾拼接起来得到译码序列a second splicing sub-unit, configured to: when the free information bit sequence F to be transmitted is split into R+1 sub-sequences, the first R decoding sub-sequences and the first M-bits of the last decoding sub-sequence are spliced Get the decoding sequence
综上所述,本发明所提供的基于LSC-CRC译码的分段极化码编译码方法及系统,方法包括:将多个独立的信道进行合并和拆分,得到与独立的信道个数相同的比特信道,获取各比特信道的容量,统计获取完全极化的比特信道的个数;将待传输的自由信息比特序列根据完全极化的比特信道的个数划分成相应个数的子序列,对每一子序列进行极化码编码,将编码之后的信息发送至相应的比特信道中;在接收端接收到编码之后的信息,根据LSC-CRC译码算法分段进行译码,最后将译码后得到的译码子序列首尾拼接起来得到译码序列。本发明中的信源编码和译码方法操作简单,编译码的空间复杂度降低,且译码准确性提高。In summary, the method and system for segmentation polarization code encoding and decoding based on LSC-CRC decoding provided by the present invention include: combining and splitting multiple independent channels to obtain independent channel numbers. Obtaining the capacity of each bit channel by using the same bit channel, and counting the number of fully polarized bit channels; dividing the free information bit sequence to be transmitted into a corresponding number of subsequences according to the number of fully polarized bit channels Performing polarization code encoding on each subsequence, and transmitting the information after encoding to the corresponding bit channel; receiving the information after encoding at the receiving end, decoding according to the LSC-CRC decoding algorithm, and finally decoding The decoded subsequences obtained after decoding are spliced together to obtain a decoding sequence. The source coding and decoding method in the present invention is simple in operation, the spatial complexity of the compiled code is reduced, and the decoding accuracy is improved.
应当理解的是,本发明的应用不限于上述的举例,对本领域普通技术人员来说,可以根据上述说明加以改进或变换,所有这些改进和变换都应属于本发明所附权利要求的保护范围。 It is to be understood that the application of the present invention is not limited to the above-described examples, and those skilled in the art can make modifications and changes in accordance with the above description, all of which are within the scope of the appended claims.

Claims (10)

  1. 一种基于LSC-CRC译码的分段极化码编译码方法,其特征在于,所述方法包括以下步骤:A segmented polarization code encoding and decoding method based on LSC-CRC decoding, characterized in that the method comprises the following steps:
    A、将多个独立的信道进行合并和拆分,得到与独立的信道个数相同的比特信道,获取各比特信道的容量,统计获取完全极化的比特信道的个数;其中,比特信道的容量大于预设的容量阈值则为完全极化的比特信道;A. Combining and splitting multiple independent channels to obtain a bit channel having the same number of independent channels, obtaining the capacity of each bit channel, and counting the number of fully polarized bit channels; wherein, the bit channel The capacity is greater than the preset capacity threshold and is a fully polarized bit channel;
    B、将待传输的自由信息比特序列根据完全极化的比特信道的个数划分成相应个数的子序列,对每一子序列进行极化码编码,将编码之后的信息发送至相应的比特信道中;B. The free information bit sequence to be transmitted is divided into corresponding sub-sequences according to the number of fully-polarized bit channels, and each sub-sequence is subjected to polarization code encoding, and the encoded information is sent to corresponding bits. In the channel;
    C、在接收端接收到编码之后的信息,根据LSC-CRC译码算法分段进行译码,最后将译码后得到的译码子序列首尾拼接起来得到译码序列。C. After receiving the information at the receiving end, the information is decoded according to the LSC-CRC decoding algorithm, and finally the decoded subsequence obtained after decoding is spliced together to obtain a decoding sequence.
  2. 根据权利要求1所述基于LSC-CRC译码的分段极化码编译码方法,其特征在于,所述步骤A具体包括:The segmentation polarization code encoding and decoding method based on LSC-CRC decoding according to claim 1, wherein the step A specifically includes:
    A1、将n个独立的信道通过递归合并成合并信道;其中,n为正整数;A1. The n independent channels are recursively merged into a combined channel; where n is a positive integer;
    A2、将合并信道根据信道的转移概率进行拆分,拆分成与独立的信道个数相同的比特信道;A2. The combined channel is split according to the transition probability of the channel, and split into the same bit channel as the number of independent channels;
    A3、根据蒙特卡罗法、密度进化法或高斯近似法获取各比特信道的容量;A3. Obtain a capacity of each bit channel according to a Monte Carlo method, a density evolution method, or a Gaussian approximation method;
    A4、统计获取完全极化的比特信道的个数,将完全极化的比特 信道的个数记为m;其中,比特信道的容量大于0.9则为完全极化的比特信道,m为正整数、且m≤n。A4. Statistics to obtain the number of fully polarized bit channels, which will be fully polarized bits. The number of channels is denoted by m; wherein, if the capacity of the bit channel is greater than 0.9, it is a fully polarized bit channel, m is a positive integer, and m ≤ n.
  3. 根据权利要求2所述基于LSC-CRC译码的分段极化码编译码方法,其特征在于,所述步骤B中具体包括:The segmentation polarization code encoding and decoding method based on LSC-CRC decoding according to claim 2, wherein the step B specifically includes:
    B1、根据待传输的信息序列(n,k),得到待传输的自由信息比特序列F=round(n×k);其中n为码长,k为码率;B1, according to the information sequence (n, k) to be transmitted, obtain a free information bit sequence F=round(n×k) to be transmitted; where n is the code length and k is the code rate;
    B2、获取与完全极化的比特信道的个数记为m之差最小的2的幂次数M,并判断F是否能被M整除;B2. The number of bit channels obtained and fully polarized is recorded as the power number M of the smallest difference of m, and it is determined whether F can be divisible by M;
    B3、当F能被M整除时,则将待传输的自由信息比特序列F拆分为R个子序列;其中R=F/M,且每一子序列的长度为M;B3, when F can be divisible by M, the free information bit sequence F to be transmitted is split into R sub-sequences; wherein R=F/M, and the length of each sub-sequence is M;
    B4、当F不能被M整除时,则F除以M的商记为R、余数记为Q,并将将待传输的自由信息比特序列F拆分为R+1个子序列;其中R+1个子序列中的前R个子序列中均填充F的子序列,R+1个子序列中的最后一个个子序列中前Q个比特位填充F的子序列,后M-Q个比特位均填充0;B4. When F cannot be divisible by M, the quotient of F divided by M is R, the remainder is denoted by Q, and the free information bit sequence F to be transmitted is split into R+1 subsequences; wherein R+1 The sub-sequences of the sub-sequences are filled with sub-sequences of F, and the first Q sub-sequences of the last sub-sequence of R+1 sub-sequences are filled with sub-sequences of F, and the last MQ bits are filled with 0;
    B5、将每一子序列进行极化码编码,将编码之后的信息发送至相应的比特信道中。B5. Perform polarization code encoding on each subsequence, and send the information after encoding to the corresponding bit channel.
  4. 根据权利要求3所述基于LSC-CRC译码的分段极化码编译码方法,其特征在于,所述步骤C中具体包括:The method of claim 3, wherein the step C includes:
    C1、在接收端接收到编码之后的信息,并根据LSC-CRC译码算法分段进行译码,得到相应段数的译码子序列;其中LSC-CRC译码算法对应公式如下: C1, receiving the information after encoding at the receiving end, and performing segmentation according to the LSC-CRC decoding algorithm to obtain a decoding subsequence of the corresponding number of segments; wherein the corresponding formula of the LSC-CRC decoding algorithm is as follows:
    Figure PCTCN2017079898-appb-100001
    Figure PCTCN2017079898-appb-100001
    Figure PCTCN2017079898-appb-100002
    Figure PCTCN2017079898-appb-100002
    Figure PCTCN2017079898-appb-100003
    Figure PCTCN2017079898-appb-100003
    其中,
    Figure PCTCN2017079898-appb-100004
    表示码长为N比特序号为奇数位的译码似然比,
    Figure PCTCN2017079898-appb-100005
    表示码长为N比特序号为偶数为译码似然比,
    Figure PCTCN2017079898-appb-100006
    表示码长为N/2且比特信道为两个位信道异或后组合信道对应传送比特的译码似然比,
    Figure PCTCN2017079898-appb-100007
    表示码长为N/2且比特信道为没有经过异或之后信道对应穿送比特的译码似然比。
    Figure PCTCN2017079898-appb-100008
    表示表示第i比特位的译码似然比,
    Figure PCTCN2017079898-appb-100009
    表示第i个比特的译码结果;
    among them,
    Figure PCTCN2017079898-appb-100004
    Decoding a code likelihood ratio in which the code length is an N-bit sequence number of odd bits,
    Figure PCTCN2017079898-appb-100005
    Indicates that the code length is N bits and the sequence number is even number is the decoding likelihood ratio.
    Figure PCTCN2017079898-appb-100006
    Decoding a code likelihood ratio of a transmission channel by a code channel having a code length of N/2 and a bit channel being two bit channels, or combining channels,
    Figure PCTCN2017079898-appb-100007
    The code length is N/2 and the bit channel is the decoding likelihood ratio of the channel corresponding to the pass bit after the XOR.
    Figure PCTCN2017079898-appb-100008
    Representing a decoding likelihood ratio representing the i-th bit,
    Figure PCTCN2017079898-appb-100009
    Decoding the decoded result of the ith bit;
    C2、将译码子序列首尾拼接起来得到译码序列。C2: The decoding subsequences are spliced together to obtain a decoding sequence.
  5. 根据权利要求4所述基于LSC-CRC译码的分段极化码编译码方法,其特征在于,所述步骤C2具体包括:The segmented polarization code encoding and decoding method based on the LSC-CRC decoding according to claim 4, wherein the step C2 specifically includes:
    C21、当待传输的自由信息比特序列F拆分为R个子序列时,则将R个译码子序列首尾拼接起来得到译码序列;C21, when the free information bit sequence F to be transmitted is split into R sub-sequences, the R decoding sub-sequences are spliced together to obtain a decoding sequence;
    C22、当待传输的自由信息比特序列F拆分为R+1个子序列时,则将前R个译码子序列以及最后1个译码子序列的前M-Q位首尾拼接起来得到译码序列。C22. When the free information bit sequence F to be transmitted is split into R+1 subsequences, the first R decoding subsequences and the first M-Q bits of the last decoding subsequence are concatenated to obtain a decoding sequence.
  6. 一种基于LSC-CRC译码的分段极化码编译码系统,其特征 在于,包括:信道处理及计算统计模块,用于将多个独立的信道进行合并和拆分,得到与独立的信道个数相同的比特信道,获取各比特信道的容量,统计获取完全极化的比特信道的个数;其中,比特信道的容量大于预设的容量阈值则为完全极化的比特信道;划分及编码模块,用于将待传输的自由信息比特序列根据完全极化的比特信道的个数划分成相应个数的子序列,对每一子序列进行极化码编码,将编码之后的信息发送至相应的比特信道中;译码拼接模块,用于在接收端接收到编码之后的信息,根据LSC-CRC译码算法分段进行译码,最后将译码后得到的译码子序列首尾拼接起来得到译码序列。A piecewise polarization code encoding and decoding system based on LSC-CRC decoding, its characteristics The method includes: a channel processing and a calculation statistics module, configured to combine and split a plurality of independent channels to obtain a bit channel having the same number of independent channels, obtain a capacity of each bit channel, and obtain a fully polarized a number of bit channels; wherein, the capacity of the bit channel is greater than a preset capacity threshold; then a fully polarized bit channel; and a partitioning and coding module for using the free information bit sequence to be transmitted according to the fully polarized bit channel The number is divided into corresponding sub-sequences, each sub-sequence is subjected to polarization code encoding, and the encoded information is sent to the corresponding bit channel; the decoding splicing module is used after receiving the encoding at the receiving end The information is decoded according to the LSC-CRC decoding algorithm, and finally the decoded subsequence obtained by decoding is spliced together to obtain a decoding sequence.
  7. 根据权利要求6所述基于LSC-CRC译码的分段极化码编译码系统,其特征在于,所述信道处理及计算统计模块具体包括:递归合并单元,用于将n个独立的信道通过递归合并成合并信道;其中,n为正整数;拆分单元,用于将合并信道根据信道的转移概率进行拆分,拆分成与独立的信道个数相同的比特信道;容量获取单元,用于根据蒙特卡罗法、密度进化法或高斯近似法获取各比特信道的容量;The piecewise polarization code coding and decoding system based on LSC-CRC decoding according to claim 6, wherein the channel processing and calculation statistics module comprises: a recursive merging unit, configured to pass n independent channels Recursively merge into a merged channel; where n is a positive integer; a splitting unit is used to split the merged channel according to the transition probability of the channel, and split into the same bit channel as the number of independent channels; the capacity acquisition unit uses Obtaining the capacity of each bit channel according to Monte Carlo method, density evolution method or Gaussian approximation method;
    统计单元,用于统计获取完全极化的比特信道的个数,将完全极化的比特信道的个数记为m;其中,比特信道的容量大于0.9则为完全极化的比特信道,m为正整数、且m≤n。a statistical unit, configured to obtain the number of fully polarized bit channels, and record the number of fully polarized bit channels as m; wherein, if the capacity of the bit channel is greater than 0.9, it is a fully polarized bit channel, where m is A positive integer and m ≤ n.
  8. 根据权利要求7所述基于LSC-CRC译码的分段极化码编译码系统,其特征在于,所述划分及编码模块具体包括:自由信息比特序列获取单元,用于根据待传输的信息序列(n,k),得到待传输的自由信息比特序列F=round(n×k);其中n为码长,k为码率; The piecewise polarization code encoding and decoding system based on the LSC-CRC decoding according to claim 7, wherein the dividing and encoding module comprises: a free information bit sequence acquiring unit, configured to use the information sequence to be transmitted. (n, k), obtaining a free information bit sequence F=round(n×k) to be transmitted; wherein n is a code length and k is a code rate;
    整除判断单元,用于获取与完全极化的比特信道的个数记为m之差最小的2的幂次数M,并判断F是否能被M整除;The divisibility determining unit is configured to obtain a power order M of 2, which is the smallest difference between the number of the fully polarized bit channels and m, and determine whether F can be divisible by M;
    第一拆分单元,用于当F能被M整除时,则将待传输的自由信息比特序列F拆分为R个子序列;其中R=F/M,且每一子序列的长度为M;a first splitting unit, configured to split the free information bit sequence F to be transmitted into R subsequences when F can be divisible by M; wherein R=F/M, and each subsequence has a length of M;
    第二拆分单元,用于当F不能被M整除时,则F除以M的商记为R、余数记为Q,并将将待传输的自由信息比特序列F拆分为R+1个子序列;其中R+1个子序列中的前R个子序列中均填充F的子序列,R+1个子序列中的最后一个个子序列中前Q个比特位填充F的子序列,后M-Q个比特位均填充0;极化及发送单元,用于将每一子序列进行极化码编码,将编码之后的信息发送至相应的比特信道中。a second splitting unit, when F cannot be divisible by M, then the quotient of F divided by M is R, the remainder is denoted by Q, and the free information bit sequence F to be transmitted is split into R+1 sub- a sequence; wherein the first R subsequences of the R+1 subsequences are filled with sub-sequences of F, and the first Q sub-sequences of the last sub-sequence of the R+1 sub-sequences are filled with sub-sequences of F, followed by MQ bits Each is padded with 0; a polarization and transmission unit is configured to perform polarization code encoding on each subsequence, and transmit the information after encoding to the corresponding bit channel.
  9. 根据权利要求8所述基于LSC-CRC译码的分段极化码编译码系统,其特征在于,所述译码拼接模块具体包括:The segmented polarization code encoding and decoding system based on the LSC-CRC decoding according to claim 8, wherein the decoding and splicing module specifically comprises:
    译码单元,用于在接收端接收到编码之后的信息,并根据LSC-CRC译码算法分段进行译码,得到相应段数的译码子序列;其中LSC-CRC译码算法对应公式如下:The decoding unit is configured to receive the information after the encoding at the receiving end, and perform segmentation according to the LSC-CRC decoding algorithm to obtain a decoding subsequence of the corresponding number of segments; wherein the corresponding formula of the LSC-CRC decoding algorithm is as follows:
    Figure PCTCN2017079898-appb-100010
    Figure PCTCN2017079898-appb-100010
    Figure PCTCN2017079898-appb-100011
    Figure PCTCN2017079898-appb-100011
    Figure PCTCN2017079898-appb-100012
    Figure PCTCN2017079898-appb-100012
    其中,
    Figure PCTCN2017079898-appb-100013
    表示码长为N比特序号为奇数位的译码似然比,
    Figure PCTCN2017079898-appb-100014
    表示码长为N比特序号为偶数为译码似然比,
    Figure PCTCN2017079898-appb-100015
    表示码长为N/2且比特信道为两个位信道异或后组合信道对应传送比特的译码似然比,
    Figure PCTCN2017079898-appb-100016
    表示码长为N/2且比特信道为没有经过异或之后信道对应穿送比特的译码似然比。
    Figure PCTCN2017079898-appb-100017
    表示表示第i比特位的译码似然比,
    Figure PCTCN2017079898-appb-100018
    表示第i个比特的译码结果;拼接单元,用于将译码子序列首尾拼接起来得到译码序列。
    among them,
    Figure PCTCN2017079898-appb-100013
    Decoding a code likelihood ratio in which the code length is an N-bit sequence number of odd bits,
    Figure PCTCN2017079898-appb-100014
    Indicates that the code length is N bits and the sequence number is even number is the decoding likelihood ratio.
    Figure PCTCN2017079898-appb-100015
    Decoding a code likelihood ratio of a transmission channel by a code channel having a code length of N/2 and a bit channel being two bit channels, or combining channels,
    Figure PCTCN2017079898-appb-100016
    The code length is N/2 and the bit channel is the decoding likelihood ratio of the channel corresponding to the pass bit after the XOR.
    Figure PCTCN2017079898-appb-100017
    Representing a decoding likelihood ratio representing the i-th bit,
    Figure PCTCN2017079898-appb-100018
    Representing the decoding result of the ith bit; a splicing unit for splicing the decoding subsequences to obtain a decoding sequence.
  10. 根据权利要求9所述基于LSC-CRC译码的分段极化码编译码系统,其特征在于,所述拼接单元具体包括:The segmented polarization code encoding and decoding system based on LSC-CRC decoding according to claim 9, wherein the splicing unit specifically comprises:
    第一拼接分单元,用于当待传输的自由信息比特序列F拆分为R个子序列时,则将R个译码子序列首尾拼接起来得到译码序列;a first splicing sub-unit, configured to: when the free information bit sequence F to be transmitted is split into R sub-sequences, the R decoding sub-sequences are spliced together to obtain a decoding sequence;
    第二拼接分单元,用于当待传输的自由信息比特序列F拆分为R+1个子序列时,则将前R个译码子序列以及最后1个译码子序列的前M-Q位首尾拼接起来得到译码序列。 a second splicing sub-unit, configured to: when the free information bit sequence F to be transmitted is split into R+1 sub-sequences, the first R decoding sub-sequences and the first M-bits of the last decoding sub-sequence are spliced Get the decoding sequence.
PCT/CN2017/079898 2017-01-22 2017-04-10 Lsc-crc decoding-based segmented polar code encoding and decoding method and system WO2018133215A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710047314.0A CN106888026B (en) 2017-01-22 2017-01-22 Segmented polarization code coding and decoding method and system based on LSC-CRC (least significant likelihood-Cyclic redundancy check) decoding
CN201710047314.0 2017-01-22

Publications (1)

Publication Number Publication Date
WO2018133215A1 true WO2018133215A1 (en) 2018-07-26

Family

ID=59176103

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/079898 WO2018133215A1 (en) 2017-01-22 2017-04-10 Lsc-crc decoding-based segmented polar code encoding and decoding method and system

Country Status (2)

Country Link
CN (1) CN106888026B (en)
WO (1) WO2018133215A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111628782A (en) * 2020-07-03 2020-09-04 中山大学 Polarization code decoding method and device for segmented overturning continuous cancellation list method

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108365921B (en) * 2017-09-30 2019-03-26 华为技术有限公司 Polar coding method and code device, interpretation method and code translator
CN109756294B (en) * 2017-11-01 2021-06-25 上海朗帛通信技术有限公司 Method and device in user equipment and base station for wireless communication
WO2019095270A1 (en) * 2017-11-17 2019-05-23 Qualcomm Incorporated Uplink control information segmentation for polar codes
CN109905130B (en) 2017-12-08 2021-12-17 大唐移动通信设备有限公司 Method, device and equipment for encoding and decoding polarization code
CN108063623B (en) * 2018-01-05 2021-09-10 重庆邮电大学 Serial elimination decoding method of Polar code for reducing complexity
CN108494526B (en) * 2018-03-16 2020-01-31 西安电子科技大学 Polarization code coding and decoding method for multi-system orthogonal spread spectrum signal
CN108494527B (en) * 2018-03-20 2020-04-07 清华大学 Data sending and receiving method based on LoRa
CN109067406A (en) * 2018-08-06 2018-12-21 西安宝珑电气有限公司 A kind of coding method of parameter agile and system based on polarization code
CN115955293A (en) 2019-09-27 2023-04-11 华为技术有限公司 Method for sectional coding of polarization code and communication equipment
CN110768680B (en) * 2019-11-04 2024-03-29 重庆邮电大学 Method and device for decoding spherical list by combining SCL pruning technology
CN113572577B (en) * 2021-07-28 2022-04-26 北京邮电大学 Novel method and system for shortening polarization code

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104539393A (en) * 2015-01-07 2015-04-22 北京邮电大学 Source coding method based on polar codes
CN105680883A (en) * 2015-12-23 2016-06-15 华中科技大学 Polarization code and multi-bit even parity check code cascaded error correction coding method
CN105811998A (en) * 2016-03-04 2016-07-27 深圳大学 Density evolution based polarization code constructing method and polarization code coding and decoding system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104539393A (en) * 2015-01-07 2015-04-22 北京邮电大学 Source coding method based on polar codes
CN105680883A (en) * 2015-12-23 2016-06-15 华中科技大学 Polarization code and multi-bit even parity check code cascaded error correction coding method
CN105811998A (en) * 2016-03-04 2016-07-27 深圳大学 Density evolution based polarization code constructing method and polarization code coding and decoding system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111628782A (en) * 2020-07-03 2020-09-04 中山大学 Polarization code decoding method and device for segmented overturning continuous cancellation list method

Also Published As

Publication number Publication date
CN106888026B (en) 2020-05-12
CN106888026A (en) 2017-06-23

Similar Documents

Publication Publication Date Title
WO2018133215A1 (en) Lsc-crc decoding-based segmented polar code encoding and decoding method and system
CN107517095B (en) Polarization code coding and decoding method for non-uniform sectional check
JP3727938B2 (en) LDPC decoding apparatus and method
CN107919874B (en) Syndrome computation basic check node processing unit, method and computer program
EP3605848A1 (en) Method and device for polar code encoding
CN110868226B (en) Coding and decoding method of polarization code based on mixed polarization kernel
Chiu et al. Reduced-complexity SCL decoding of multi-CRC-aided polar codes
EP3602794B1 (en) Check bit concatenated polar codes
US10892783B2 (en) Apparatus and method for decoding polar codes
CN114598331A (en) Polar code encoding method, coding and decoding method and device
EP3713096B1 (en) Method and device for decoding staircase code, and storage medium
Guo et al. Multi-CRC polar codes and M-SCFlip-based decoding
CN111034055A (en) Simplified check node processing in non-binary LDPC decoders
Cao et al. Using list decoding to improve the finite-length performance of sparse regression codes
Teng et al. Convolutional neural network-aided bit-flipping for belief propagation decoding of polar codes
Almeida et al. Random puncturing for secrecy
Xu et al. Reduced-complexity decoding of 3D product codes for satellite communications
CN116783848A (en) System and method for using non-ideal polarized bit channels in parallel polarized codes
US20220006475A1 (en) Performance enhancement of polar codes for short frame lengths considering error propagation effects
Pathak et al. Performance analysis of polar codes for next generation 5G technology
Wen et al. A BP-NN decoding algorithm for polar codes
Dai et al. CRC-aided belief propagation with permutated graphs decoding of polar codes
Zhao et al. Fast List Decoding of PAC Codes with Sequence Repetition Nodes
RU2741062C1 (en) Method for injector decoding of convolution codes
WO2022149259A1 (en) Coding circuit, decoding circuit, coding method, decoding method, and computer program

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: 17893168

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 28.10.2019)

122 Ep: pct application non-entry in european phase

Ref document number: 17893168

Country of ref document: EP

Kind code of ref document: A1