WO2008043315A1 - A method and system for applying the error correction code technology to the data transmission - Google Patents

A method and system for applying the error correction code technology to the data transmission Download PDF

Info

Publication number
WO2008043315A1
WO2008043315A1 PCT/CN2007/070857 CN2007070857W WO2008043315A1 WO 2008043315 A1 WO2008043315 A1 WO 2008043315A1 CN 2007070857 W CN2007070857 W CN 2007070857W WO 2008043315 A1 WO2008043315 A1 WO 2008043315A1
Authority
WO
WIPO (PCT)
Prior art keywords
code
error correction
group
decoded
data transmission
Prior art date
Application number
PCT/CN2007/070857
Other languages
French (fr)
Chinese (zh)
Inventor
Yuchun Wu
Original Assignee
Huawei Technologies Co., Ltd.
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 Huawei Technologies Co., Ltd. filed Critical Huawei Technologies Co., Ltd.
Publication of WO2008043315A1 publication Critical patent/WO2008043315A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/004Arrangements for detecting or preventing errors in the information received by using forward error control
    • H04L1/0041Arrangements at the transmitter end
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/0078Avoidance of errors by organising the transmitted data in a format specifically designed to deal with errors, e.g. location
    • H04L1/0083Formatting with frames or packets; Protocol or part of protocol for error control

Definitions

  • the present invention relates to a method and system for data transmission, and more particularly to a method and system for using error correction code technology for data transmission.
  • the Internet plays an increasingly important role in our lives. It is a typical network of BEC (Binary Pruning Channel) channels. Therefore, in order to enable data to be transmitted more quickly and efficiently over the Internet, An important research topic is to study the faster and more efficient transmission scheme of data on the BEC channel.
  • BEC Binary Pruning Channel
  • the channel for transmitting data is a typical BEC channel during the data transmission process of the Internet network
  • the data transmission process of the Internet network is different from the data transmission process of the general wireless communication system.
  • the receiver of the data does not know whether the received data packet is correct.
  • the receiver mainly uses the error correction code technology to perform error detection and error correction on the received data packet.
  • Error correction code technology is a technology for improving communication reliability and is widely used in various communication systems, especially wireless communication systems.
  • the channel for transmitting data is a typical BEC channel
  • the data packet received by the receiver may only be determined to be two.
  • the condition, that is, the transmitted data packet is either correct or erroneous; at the same time, the size of the data packet to be transmitted is flexible, and error correction can be performed on a typical burst error in BEC channel transmission.
  • ARQ Automatic Repeat Request
  • this traditional ARQ method has the following disadvantages: It occupies the reverse channel of the system and brings a transmission delay. Especially in a multicast or broadcast system, the error packets received by each receiver are likely to be different. Because the traditional ARQ method cannot correct the burst errors, multiple receivers feed different feedback to the system. The error packet causes the sender of the system to send a large number of packets that need to be retransmitted. When the size of the receiver reaches a certain level, the system will be paralyzed due to the transmission of a large number of different data packets.
  • a further solution is to directly use the error correction code technology commonly used in the wireless communication system for data transmission and error correction of the BEC channel, such as the commonly used error correction code LDPC Codes (low density check code) code and RS Codes (a codeword) code and the like are directly used for data transmission and error correction of the BEC channel.
  • the conventional error correction code such as LDPC code, RS code, etc. directly applied to the BEC channel data transmission method has the following disadvantages: Due to the large amount of Internet data transmission, it is easy to cause data in the actual transmission process. The interruption of the transmission. This is because the complexity of these error correcting codewords increases rapidly with the increase of the code length.
  • the code length is between 100 and 5000, and the code length is very less than 5000.
  • the data packets in the Internet application are generally large, such as 16K or even megabytes of data packets, and the characteristics of the Internet data transmission are large in data volume, the processing speed is required to be fast, otherwise the memory overflow may easily occur. Therefore, the communication is interrupted. Therefore, due to the large amount of Internet data transmission, in the actual transmission process, the conventional error correction code cannot be directly applied to the BEC channel to transmit data.
  • the traditional ARQ data transmission method and the data transmission method that directly applies the traditional error correction code to the BEC channel cannot solve the application scenario in which the transmission data packet size to be transmitted is flexible.
  • An embodiment of the present invention provides a method for using an error correction code technology for data transmission, where the method includes: encoding a plurality of information groups of the same length according to an error correction code coding manner to generate multiple code lengths.
  • the symbols of the respective corresponding positions in the plurality of code groups having the same code length are sequentially constructed into data packets, and are sequentially transmitted to the receiving side.
  • the embodiment of the present invention further provides a method for using an error correction code technology for data transmission, and the method further includes:
  • the receiver will receive the symbols belonging to the same code group in the received data packet to form a code group to be decoded
  • the receiving party performs an error correction code decoding operation on the to-be-decoded code group by using an error correction code decoding mode corresponding to the error correction coding mode, and restores the information group.
  • the embodiment of the invention further provides a method for using an error correction code technology for data transmission, the method comprising: encoding a plurality of information groups of the same length according to an error correction code coding manner to generate a plurality of code lengths Code group All symbols of each corresponding position in the plurality of code groups having the same code length are sequentially configured into data packets, and are sequentially transmitted to the receiver;
  • the receiver will receive the symbols belonging to the same code group in the data packet to form a to-be-decoded code group;
  • the receiving party performs an error correction code decoding operation on the to-be-decoded code group by using an error correction code decoding mode corresponding to the error correction coding mode, and restores the information group.
  • the embodiment of the invention further provides a transmitting device for using an error correction code technology for data transmission, the device comprising:
  • a code group generating unit configured to encode a plurality of information groups of the same length according to an error correction code encoding manner to generate a plurality of code groups having the same code length;
  • a data packet construction unit configured to sequentially construct, in a data packet, a symbol of each corresponding position in the same code group generated by the code group generating unit;
  • a data packet sending unit configured to sequentially transmit the data packet configured to transmit the data packet construction unit.
  • the embodiment of the invention further provides a receiving device for using an error correction code technology for data transmission, the device comprising:
  • a to-be-decoded code group generating unit configured to compose symbols belonging to the same code group among all received data packets into a to-be-decoded code group
  • a code group decoding unit configured to perform an error correction code decoding operation corresponding to the error correction code encoding mode on the to-be-decoded code group generated by the to-be-decoded code group generating unit, and restore the information group.
  • Embodiments of the present invention also provide a system for using an error correction code technique for data transmission, the system comprising at least one of the foregoing transmitting apparatus for using an error correction code technique for data transmission, and at least one of the foregoing A receiving device that uses error correction code technology for data transmission.
  • the embodiment of the present invention generates a plurality of code groups having the same code length by encoding a plurality of information groups of the same length according to an error correction code coding manner. All symbols of each corresponding position in a plurality of code groups having the same code length are sequentially configured into data packets, and are sequentially sent to the receiver; the receiver will receive the same code group in the data packet.
  • the symbol component constitutes a code group to be decoded; the receiver uses an error correction code decoding mode corresponding to the error correction coding mode, performs an error correction code decoding operation on the to-be-decoded code group, and restores the information group, thereby being flexible and fast.
  • Mass data transmission and error correction solve the problem of flexible data packet size.
  • FIG. 2 is a structural diagram of a system according to a preferred embodiment of the present invention.
  • the method for using the error correction code technology for data transmission is configured to sequentially construct symbols of each corresponding position in a plurality of code groups having the same code length into one data packet, and transmit and transmit in sequence; All the symbols belonging to the same code group of all the received data packets are formed into a code group to be decoded, and an error correction code decoding operation corresponding to the error correction code coding mode is performed on the code group to be decoded, thereby solving The problems in the prior art described above.
  • the method for using the error correction code technology for data transmission provided by the embodiment of the present invention can be applied to any system that needs to perform fast bulk data transmission and error correction.
  • a typical application is a BEC channel in data transmission of the Internet.
  • a process diagram of a preferred embodiment of the present invention is shown in FIG. 1 , and specifically includes:
  • Step 1 According to the set error correction code encoding method, multiple information groups are encoded to determine a plurality of code groups having the same code length.
  • a set of information to be transmitted may be set, that is, the length of the information group is k, and the code length of the code group generated according to the set error correction code encoding manner is n.
  • the set error correcting code encoding manner may be commonly used various linear packet error correcting codes, such as: RS Codes and LDPC Codes.
  • the method for determining a plurality of code groups having the same code length according to the set error code coding manner is to perform error correction code encoding on a plurality of information groups to generate corresponding code groups, and save the same The code group described.
  • the method may be: first, performing error correction code encoding on a group of information to generate a corresponding code group, and saving the code group; that is, in the embodiment of the present invention, first, the first information group of length k" 1 ⁇ ), ⁇ 1 )..., ⁇ " performs error correction code encoding to generate a first code group Xl ', "' 3 ⁇ 4 , ⁇ is the length of the code group generated according to the error correction code encoding method;
  • the error correction code is coded for the other groups of information to generate the corresponding code group, and is saved; that is, for the second group of information groups of length k, the error correction code is encoded to generate the second group of code groups... ⁇ + ⁇ '', , and save; for the kth group of k-length information group, ..., ⁇ encode error-correction code to generate the k-th code group, , , + ⁇ ", , and save; until the third The information group of length k ⁇ ⁇ , , " 3 performs error correction code encoding to generate the Eth code group , , X +1 '", X " , and save.
  • the E code groups obtained by performing error correction code encoding on E information groups are as follows:
  • the size of the transmission data packet in the transmission process is flexible, so that the number of information groups having the same code length can be determined according to different service differences transmitted by the system, that is, according to various The size of the transport packet required by the service, and the flexible adjustment of the E value, that is, the specific number of information groups and code groups.
  • the service is an image
  • the required data packets are generally large, and the E value is relatively large.
  • the service attribute is a voice
  • the required data packets are generally small, and the corresponding E value is relatively small.
  • Step 2 The symbols of the respective corresponding positions of the plurality of code groups having the same code length are sequentially constructed into one data packet and sequentially transmitted until all the data packet transmissions are completed.
  • the sequential transmission includes: firstly, each of the highest bit symbols or the lowest bit symbols of the plurality of code groups having the same code length is sequentially constructed into a data packet and transmitted to the receiver; secondly, the transmitted Each symbol of the adjacent position corresponding to each symbol is sequentially configured into a data packet, and transmitted until the symbols of all the positions in the plurality of code groups having the same code length are sequentially transmitted.
  • for E code groups, first construct each highest bit symbol of each code group into the first data packet ⁇ 1 ), 2 ), 3 )...
  • each code group The second highest bit symbol is constructed into a second data packet ⁇ 1 ), ⁇ 2 ), ⁇ 3 )... ⁇ ), and transmitted, and each kth symbol of each code group is constructed into a kth data packet - 3 ⁇ 4 , and transmit until the lowest bit symbol of each code group is constructed into the last data packet and the transmission is completed, at which time the entire code group transmission is completed; similarly, each code group can also be minimized.
  • bit symbols are constructed into the first data packet), 2 ), 3 ) ''' £ ), and transmitted, and then each low-order symbol of each code group is constructed into a second data packet ⁇ K 2 - ⁇ 3 -) 1 '''" ⁇ 1 ) , and transmit, construct each kth symbol of each code group into the ⁇ th packet ⁇ 1 ), ⁇ 2 ), ⁇ 3 )... ⁇ ) And transmitting until the highest bit symbol of each code group is constructed into the last data packet ⁇ 1 ), ⁇ 2 ), ⁇ 3 )... ⁇ ), and the transmission is completed, and the entire E code group transmission is completed. .
  • the size of each data packet transmitted can be flexibly changed according to the size of the transmission data array of various services, and a total of n data packets are transmitted in the whole process, which can be according to different service requirements. Flexibly adjust the value of E to flexibly adjust the complexity of codewords during transmission.
  • the size of each data packet transmitted is n, n is a fixed length.
  • the existing transmission system is The size of n cannot be adjusted to reduce the complexity of transmitting codewords.
  • Step 3 The receiver combines all the symbols belonging to the same code group in all the received data packets into the to-be-decoded code group. Specifically, the receiver stores each data packet received until all the data packets are stored. After that, the receiver forms all the symbols belonging to the same code group among all the data packets received by the receiver to form a code group to be decoded.
  • the receiving unit of the receiving party is one transmitted data packet.
  • n-dmin +1 of the n packets transmitted can successfully reach the receiver, that is, when the number of correct packets in the received packet is greater than or equal to n-dmin +1, For each code group, the correct number of symbols is greater than or equal to n-dmin +1. At this point, all the original information groups can be successfully recovered by the erasure decoding algorithm.
  • n is the number of packets sent by the sender
  • dmin is the minimum code distance, which is determined by the error correction code itself.
  • the method for using the error correction code technology for data transmission provided by the embodiment of the present invention can also perform the function of resisting burst errors by transmitting E symbols. Unlike traditional technology, when a data block has a large number of error bits, the data block may not be recovered and needs to be retransmitted.
  • Step 4 The receiver performs an error correction code decoding operation corresponding to the error code decoding mode on the to-be-decoded code group, until all the decoded code groups are decoded, and the original transmitted data is obtained, that is, the multiple lengths are the same.
  • Information group That is, when the number of data packets received by the receiver is greater than or equal to n_dmin +1, the receiver performs steps and steps on each of the received code groups of all the symbols belonging to the same code group among all the received data packets.
  • the decoding operation corresponding to the error correction code encoding method described above can obtain all the original information groups.
  • the embodiment of the present invention further provides a system for using an error correction code technology for data transmission.
  • a structural diagram of a preferred embodiment of the system is shown in FIG. 2, and specifically includes: a sending device and a receiving device, and A system for using error correction code techniques for data transmission, said system comprising at least one of said transmitting means for using error correction code techniques for data transmission and at least one of said error correcting codes Technology is used for receiving devices for data transmission.
  • the system is applied to a BEC channel in data transmission over the Internet.
  • the sending device includes:
  • a code group generating unit configured to encode a plurality of information groups of the same length according to an error correction code encoding manner, Generating a plurality of code groups having the same code length;
  • a data packet construction unit configured to sequentially construct symbols of each corresponding position of the plurality of code groups having the same code length into a plurality of data packets
  • a data packet sending unit configured to send and transmit the plurality of data packets in sequence until the data packet is sent.
  • the receiving device includes:
  • the to-be-decoded code group generating unit is configured to form, by the receiving party, all the symbols belonging to the same code group among all the received data packets to form a to-be-decoded code group;
  • a code group decoding unit configured to perform, by the receiving side, an error correcting code decoding operation corresponding to the error correcting code encoding mode of the to-be-decoded code group, until all decoding of the to-be-decoded code group is completed.
  • the receiving device may further include:
  • a packet storage unit that holds all received packets.
  • the embodiment of the present invention provides an error correction code technology for a data transmission method and system.
  • a set error correction code coding mode multiple information groups are coded to determine multiple code lengths.
  • a symbol group sequentially constructing a data packet of each of the plurality of corresponding code groups of the same code length and transmitting the data packets in sequence until all the symbol transmissions of the code group are completed; all the receivers will receive All the symbols belonging to the same code group in the data packet form a code group to be decoded, and an error correction code decoding operation corresponding to the error correction code coding mode is performed on the code group to be decoded until all code blocks to be decoded are decoded.
  • the invention can flexibly and quickly carry out large-volume data transmission and error correction, solves the problem that the size of the transmission data packet is flexible, and can well correct the typical burst error in the BEC channel transmission.
  • the method and system for using the error correction code technology for data transmission are applicable to, but not limited to, the Internet network system and the BEC channel, and any other systems and channels that require fast bulk data transmission and error correction. Both are applicable to the methods and systems described herein.

Abstract

A method and system for applying the error correction code technology to the data transmission are provided. The technical solution provided by the embodiment is: a plurality of information groups are coded according to the set error correction code manner to generate several code groups with the same code length; the codes at the corresponding location in the code groups with the same code length are constructed to data packet sequentially which is transmitted until the sequential transmission of all the codes in the code groups is completed; the receiver forms each code belonging to the same code group in all the received packets into the code group to be decoded, and carries out the error correction decoding operation corresponding to the error correction code manner for the code groups to be decoded until the decoding of all the codes to be decoded is completed. The embodiment of the invention can flexibly and quickly process volume data transmission and error correction, solve the problem that the size of the transmission data packet is flexible, and error correct the typical burst error in the BEC channel transmission.

Description

一种将纠错码技术用于数据传输的方法及系统  Method and system for using error correction code technology for data transmission
技术领域 Technical field
本发明涉及一种数据传输的方法及系统,尤其涉及一种将纠错码技术用于数据传输 的方法及系统。  The present invention relates to a method and system for data transmission, and more particularly to a method and system for using error correction code technology for data transmission.
发明背景 Background of the invention
随着通信技术的快速发展,需要快速大批量数据传输和纠错的系统的应用越来越普 遍, 常用的这种系统包括 Internet (国际互联网)。  With the rapid development of communication technologies, the application of systems requiring fast bulk data transmission and error correction is becoming more and more common, and such systems commonly used include the Internet (Internet).
Internet在我们的生活中起着越来越重要的作用, 它是一种典型的由 BEC (二进制 删余信道)信道构成的网络,因此,为了使得数据能够在 Internet上更快更有效的传输, 一个重要的研究课题是研究数据在 BEC信道上更快、 更有效的传输方案。  The Internet plays an increasingly important role in our lives. It is a typical network of BEC (Binary Pruning Channel) channels. Therefore, in order to enable data to be transmitted more quickly and efficiently over the Internet, An important research topic is to study the faster and more efficient transmission scheme of data on the BEC channel.
因为在 Internet网络的数据传输过程中, 传输数据的信道为典型的 BEC信道, 所以 Internet网络的数据传输过程与一般的无线通信系统的数据传输过程是不相同的。  Because the channel for transmitting data is a typical BEC channel during the data transmission process of the Internet network, the data transmission process of the Internet network is different from the data transmission process of the general wireless communication system.
在一般的无线通信系统的数据传输过程中,数据的接收方并不知道接收到的数据包 是否正确, 此时接收方主要采用纠错码技术来对接收到的数据包进行检错和纠错。纠错 码技术为一种提高通信可靠性的技术, 被广泛的应用于各种通信系统, 尤其是无线通信 系统中。  In the data transmission process of a general wireless communication system, the receiver of the data does not know whether the received data packet is correct. At this time, the receiver mainly uses the error correction code technology to perform error detection and error correction on the received data packet. . Error correction code technology is a technology for improving communication reliability and is widely used in various communication systems, especially wireless communication systems.
在 Internet网络的数据传输过程中, 由于传输数据的信道为典型的 BEC信道, 所以 接收方对传输过来的数据包是否正确是确定已知的,接收方接收到的数据包只可能被确 定为两种状况, 即, 传输过来的数据包要么是正确的, 要么是错误的; 同时, 需要传输 数据包的大小灵活可变, 并且能够对 BEC信道传输中典型的突发错误进行纠错。  In the data transmission process of the Internet network, since the channel for transmitting data is a typical BEC channel, it is determined that the receiver is correct for the transmitted data packet, and the data packet received by the receiver may only be determined to be two. The condition, that is, the transmitted data packet is either correct or erroneous; at the same time, the size of the data packet to be transmitted is flexible, and error correction can be performed on a typical burst error in BEC channel transmission.
对于被接收方确认为错误的数据包, 传统的解决方案为: 采用 ARQ (自动重传请求) 方式来对不符合要求的数据包进行重新传输从而保证通信质量的可靠性。  For a packet that is acknowledged as an error by the receiver, the traditional solution is: ARQ (Automatic Repeat Request) is used to retransmit the non-compliant data packet to ensure the reliability of the communication quality.
但是, 这种传统的 ARQ方式有如下缺点: 占用系统的反向信道, 带来传输延时。 尤 其是在组播或广播系统中,每个接收方收到的错误数据包很可能不一样,由于传统的 ARQ 方式不能对突发错误进行纠错, 使得多个接收方都向系统反馈不同的错误数据包, 导致 系统的发送方需要发送大量的需要重新传输的数据包。 当接收方的规模达到一定程度 后, 系统将由于大量不同数据包的发送而陷于瘫痪。  However, this traditional ARQ method has the following disadvantages: It occupies the reverse channel of the system and brings a transmission delay. Especially in a multicast or broadcast system, the error packets received by each receiver are likely to be different. Because the traditional ARQ method cannot correct the burst errors, multiple receivers feed different feedback to the system. The error packet causes the sender of the system to send a large number of packets that need to be retransmitted. When the size of the receiver reaches a certain level, the system will be paralyzed due to the transmission of a large number of different data packets.
因而, 更进一步的解决方案为, 将无线通信系统中常用的纠错码技术直接用于 BEC 信道的数据传输和纠错,如将常用的纠错码 LDPC Codes (低密度校检码)码以及 RS Codes (一种码字)码等直接用于 BEC信道的数据传输和纠错。 但是, 将这种传统的纠错码比如 LDPC码、 RS码等直接应用于 BEC信道的数据传输方 式存在如下缺点: 由于 Internet数据传输量大的特点, 在实际的传输过程中, 很容易造 成数据传输的中断。这是因为这些纠错码码字的复杂度随着码长的增加而迅速增加, 在 一般无线通信系统中使用的码长在 100〜5000之间, 码长超过 5000的非常少; 而在典型 的 BEC信道中, 由于 Internet应用中的数据包一般都很大, 比如 16K甚至兆级的数据包, 且 Internet数据传输的特点是数据量大, 要求处理速度很快, 否则很容易导致存储器溢 出, 从而中断通信, 所以由于 Internet数据传输量大的特点, 在实际的传输过程中, 不 能将传统的纠错码直接应用于 BEC信道中传输数据。 Therefore, a further solution is to directly use the error correction code technology commonly used in the wireless communication system for data transmission and error correction of the BEC channel, such as the commonly used error correction code LDPC Codes (low density check code) code and RS Codes (a codeword) code and the like are directly used for data transmission and error correction of the BEC channel. However, the conventional error correction code such as LDPC code, RS code, etc. directly applied to the BEC channel data transmission method has the following disadvantages: Due to the large amount of Internet data transmission, it is easy to cause data in the actual transmission process. The interruption of the transmission. This is because the complexity of these error correcting codewords increases rapidly with the increase of the code length. In general wireless communication systems, the code length is between 100 and 5000, and the code length is very less than 5000. In the BEC channel, since the data packets in the Internet application are generally large, such as 16K or even megabytes of data packets, and the characteristics of the Internet data transmission are large in data volume, the processing speed is required to be fast, otherwise the memory overflow may easily occur. Therefore, the communication is interrupted. Therefore, due to the large amount of Internet data transmission, in the actual transmission process, the conventional error correction code cannot be directly applied to the BEC channel to transmit data.
传统的 ARQ数据传输方式和将传统的纠错码直接应用于 BEC信道的数据传输方式都 不能解决需要传输的传输数据包大小灵活可变的应用场景。  The traditional ARQ data transmission method and the data transmission method that directly applies the traditional error correction code to the BEC channel cannot solve the application scenario in which the transmission data packet size to be transmitted is flexible.
因此, 目前没有技术方案能够解决针对需要快速大批量数据传输和纠错的系统, 数 据传输过程中需要传输的传输数据包大小灵活可变以及对突发错误进行纠错的问题, 以 及由于不能对突发错误进行纠错带来的系统通信中断的问题。  Therefore, there is currently no technical solution for solving a system that requires fast high-volume data transmission and error correction, a variable transmission packet size that needs to be transmitted during data transmission, and error correction for burst errors, and Burst error The problem of system communication interruption caused by error correction.
发明内容 Summary of the invention
本发明实施例的目的是提供一种将纠错码技术用于数据传输的方法及系统, 使得 数据能够在需要进行快速大批量数据传输和纠错的情况下, 进行顺利传输。  It is an object of embodiments of the present invention to provide a method and system for using error correction code technology for data transmission, so that data can be smoothly transmitted in the case of fast bulk data transmission and error correction.
本发明实施例的目的是通过以下技术方案实现的:  The purpose of the embodiment of the present invention is achieved by the following technical solutions:
本发明实施例提供了一种将纠错码技术用于数据传输的方法, 所述的方法包括- 对多个长度相同的信息组分别按照纠错码编码方式进行编码,生成多个码长相同的 码组;  An embodiment of the present invention provides a method for using an error correction code technology for data transmission, where the method includes: encoding a plurality of information groups of the same length according to an error correction code coding manner to generate multiple code lengths. Code group
将所述多个码长相同的码组中各个对应位置的码元,按顺序构造成数据包, 并按顺 序发送至接收方。  The symbols of the respective corresponding positions in the plurality of code groups having the same code length are sequentially constructed into data packets, and are sequentially transmitted to the receiving side.
本发明实施例还提供了一种将纠错码技术用于数据传输的方法, 所述的方法还包 括:  The embodiment of the present invention further provides a method for using an error correction code technology for data transmission, and the method further includes:
接收方将收到的数据包中属于同一个码组的码元组成待解码码组;  The receiver will receive the symbols belonging to the same code group in the received data packet to form a code group to be decoded;
接收方采用与纠错编码方式相对应的纠错码解码方式,对所述待解码码组进行纠错 码解码操作, 还原信息组。  The receiving party performs an error correction code decoding operation on the to-be-decoded code group by using an error correction code decoding mode corresponding to the error correction coding mode, and restores the information group.
本发明实施例还提供了一种将纠错码技术用于数据传输的方法, 所述方法包括- 对多个长度相同的信息组分别按照纠错码编码方式进行编码,生成多个码长相同的 码组; 将所述多个码长相同的码组中的各个对应位置的所有码元, 按顺序构造成数据包, 并按顺序发送至接收方; The embodiment of the invention further provides a method for using an error correction code technology for data transmission, the method comprising: encoding a plurality of information groups of the same length according to an error correction code coding manner to generate a plurality of code lengths Code group All symbols of each corresponding position in the plurality of code groups having the same code length are sequentially configured into data packets, and are sequentially transmitted to the receiver;
接收方将收到的所述数据包中属于同一个码组的码元组成待解码码组;  The receiver will receive the symbols belonging to the same code group in the data packet to form a to-be-decoded code group;
接收方采用与纠错编码方式相对应的纠错码解码方式,对所述待解码码组进行纠错 码解码操作, 还原所述信息组。  The receiving party performs an error correction code decoding operation on the to-be-decoded code group by using an error correction code decoding mode corresponding to the error correction coding mode, and restores the information group.
本发明实施例还提供了一种将纠错码技术用于数据传输的发送装置,所述的装置包 括:  The embodiment of the invention further provides a transmitting device for using an error correction code technology for data transmission, the device comprising:
码组生成单元, 用于将多个长度相同的信息组分别按照纠错码编码方式进行编码, 生成多个码长相同的码组;  a code group generating unit, configured to encode a plurality of information groups of the same length according to an error correction code encoding manner to generate a plurality of code groups having the same code length;
数据包构造单元,用于将所述码组生成单元生成的多个码长相同的码组中各个对应 位置的码元依次构造成数据包;  a data packet construction unit, configured to sequentially construct, in a data packet, a symbol of each corresponding position in the same code group generated by the code group generating unit;
数据包发送单元, 用于按顺序发送传输所述数据包构造单元构造的所述数据包。 本发明实施例还提供了一种将纠错码技术用于数据传输的接收装置,所述的装置包 括:  a data packet sending unit, configured to sequentially transmit the data packet configured to transmit the data packet construction unit. The embodiment of the invention further provides a receiving device for using an error correction code technology for data transmission, the device comprising:
待解码码组生成单元,用于将收到的所有数据包中属于同一个码组的码元组成待解 码码组;  a to-be-decoded code group generating unit, configured to compose symbols belonging to the same code group among all received data packets into a to-be-decoded code group;
码组解码单元,用于对所述待解码码组生成单元生成的待解码码组,进行与纠错码 编码方式相对应的纠错码解码操作, 还原信息组。  And a code group decoding unit, configured to perform an error correction code decoding operation corresponding to the error correction code encoding mode on the to-be-decoded code group generated by the to-be-decoded code group generating unit, and restore the information group.
本发明实施例还提供了一种将纠错码技术用于数据传输的系统,所述的系统包括至 少一个所述的一种将纠错码技术用于数据传输的发送装置和至少一个所述的一种将纠 错码技术用于数据传输的接收装置。  Embodiments of the present invention also provide a system for using an error correction code technique for data transmission, the system comprising at least one of the foregoing transmitting apparatus for using an error correction code technique for data transmission, and at least one of the foregoing A receiving device that uses error correction code technology for data transmission.
由上述本发明实施例提供的技术方案可以看出,本发明实施例通过对多个长度相同 的信息组分别按照纠错码编码方式进行编码, 生成多个码长相同的码组; 将所述多个码 长相同的码组中的各个对应位置的所有码元, 按顺序构造成数据包, 并按顺序发送至接 收方; 接收方将收到的所述数据包中属于同一个码组的码元组成待解码码组; 接收方采 用与纠错编码方式相对应的纠错码解码方式, 对所述待解码码组进行纠错码解码操作, 还原所述信息组, 从而能够灵活快速的进行大批量数据传输和纠错, 解决了传输数据包 大小灵活可变的问题。 附图简要说明 图 1为本发明的一种较佳的具体实施方式的过程图; According to the technical solution provided by the foregoing embodiments of the present invention, the embodiment of the present invention generates a plurality of code groups having the same code length by encoding a plurality of information groups of the same length according to an error correction code coding manner. All symbols of each corresponding position in a plurality of code groups having the same code length are sequentially configured into data packets, and are sequentially sent to the receiver; the receiver will receive the same code group in the data packet. The symbol component constitutes a code group to be decoded; the receiver uses an error correction code decoding mode corresponding to the error correction coding mode, performs an error correction code decoding operation on the to-be-decoded code group, and restores the information group, thereby being flexible and fast. Mass data transmission and error correction solve the problem of flexible data packet size. BRIEF DESCRIPTION OF THE DRAWINGS Figure 1 is a process diagram of a preferred embodiment of the present invention;
图 2为本发明的一种较佳的具体实施方式的系统结构图。  2 is a structural diagram of a system according to a preferred embodiment of the present invention.
实施本发明的方式 Mode for carrying out the invention
本发明实施例提供的将纠错码技术用于数据传输的方法, 通过将多个码长相同的 码组中各个对应位置的码元依次构造成一个数据包, 并按顺序发送传输; 接收方将收到 的所有数据包中属于同一个码组的各个所有码元组成待解码码组,并对所述待解码码组 进行与纠错码编码方式相对应的纠错码解码操作,从而解决了上述现有技术中存在的问 题。  The method for using the error correction code technology for data transmission according to the embodiment of the present invention is configured to sequentially construct symbols of each corresponding position in a plurality of code groups having the same code length into one data packet, and transmit and transmit in sequence; All the symbols belonging to the same code group of all the received data packets are formed into a code group to be decoded, and an error correction code decoding operation corresponding to the error correction code coding mode is performed on the code group to be decoded, thereby solving The problems in the prior art described above.
本发明实施例提供的将纠错码技术用于数据传输的方法, 可以应用于任何需要进 行快速大批量数据传输和纠错的系统中, 一种典型的应用为 Internet网数据传输中的 BEC信道, 针对 Internet网数据传输中的 BEC信道, 本发明的一种较佳的具体实施方式的 过程图如图 1所示, 具体包括:  The method for using the error correction code technology for data transmission provided by the embodiment of the present invention can be applied to any system that needs to perform fast bulk data transmission and error correction. A typical application is a BEC channel in data transmission of the Internet. For a BEC channel in the data transmission of the Internet, a process diagram of a preferred embodiment of the present invention is shown in FIG. 1 , and specifically includes:
步骤 1 : 按照设定的纠错码编码方式, 对多个信息组进行编码, 确定多个码长相同 的码组。  Step 1: According to the set error correction code encoding method, multiple information groups are encoded to determine a plurality of code groups having the same code length.
本发明实施例中, 可以设定需要发送的一组信息, 即信息组的长度为 k, 按照设定 的纠错码编码方式生成的码组的码长为 n。  In the embodiment of the present invention, a set of information to be transmitted may be set, that is, the length of the information group is k, and the code length of the code group generated according to the set error correction code encoding manner is n.
在本发明实施例中, 设定的纠错码编码方式可以为常用的各种线性分组纠错码, 如: RS Codes 和 LDPC Codes。  In the embodiment of the present invention, the set error correcting code encoding manner may be commonly used various linear packet error correcting codes, such as: RS Codes and LDPC Codes.
在本发明实施例中,按照设定的纠错码编码方式, 确定多个码长相同的码组的方式 为对多个信息组进行纠错码编码生成对应的多个码组,并保存所述的码组。具体可以为: 首先, 对一个信息组进行纠错码编码生成对应的码组, 并保存所述的码组; 即, 在本发明实施例中, 首先对第一个长度为 k的信息组 " 1^),^1)…,^"进行纠错码编码 生成第一个码组 Xl ' , "'¾ , η为按照纠错码编码方式生成的码组的长 度; In the embodiment of the present invention, the method for determining a plurality of code groups having the same code length according to the set error code coding manner is to perform error correction code encoding on a plurality of information groups to generate corresponding code groups, and save the same The code group described. Specifically, the method may be: first, performing error correction code encoding on a group of information to generate a corresponding code group, and saving the code group; that is, in the embodiment of the present invention, first, the first information group of length k" 1 ^), ^ 1 )..., ^" performs error correction code encoding to generate a first code group Xl ', "' 3⁄4 , η is the length of the code group generated according to the error correction code encoding method;
其次, 对其他各组信息组进行纠错码编码生成对应的码组, 并保存; 即, 对第二 组长度为 k的信息组 , , 进行纠错码编码生成第二组码组 …^ , +Γ '', , 并保存; 对第 k组长度为 k的信息组 , …,^ 进 行纠错码编码生成第 k组码组 , , , +Γ ", , 并保存; 直到对第 Ε个长度 为 k 的信息组 Μι , ,"3 进行纠 错码编码 生成第 E个码组 , , X +1 '",X" , 并保存。 对 E个信息组进行纠错码编码得到的 E个码组 如下所示: Secondly, the error correction code is coded for the other groups of information to generate the corresponding code group, and is saved; that is, for the second group of information groups of length k, the error correction code is encoded to generate the second group of code groups...^ +Γ '', , and save; for the kth group of k-length information group, ..., ^ encode error-correction code to generate the k-th code group, , , +Γ ", , and save; until the third The information group of length k Μ ι , , " 3 performs error correction code encoding to generate the Eth code group , , X +1 '", X " , and save. The E code groups obtained by performing error correction code encoding on E information groups are as follows:
U , 、 U , ,
,.(£) 编码 、 ν(£),.(£) code, ν (£)
Figure imgf000007_0001
Figure imgf000007_0001
由于在 Internet网数据传输中, 需要传输过程中的传输数据包的大小灵活可变, 所以可以根据系统传输的不同业务区别确定所述多个码长相同的信息组的数量,即根据 各种不同业务所需的传输数据包大小, 灵活的调整 E值, 即信息组和码组的具体数量。 例如, 当业务为图像时, 所需传输数据包一般比较大, E值相对较大; 当业务属性为语 音时, 所需传输数据包一般比较小, 对应的 E值相对较小。  In the data transmission of the Internet, the size of the transmission data packet in the transmission process is flexible, so that the number of information groups having the same code length can be determined according to different service differences transmitted by the system, that is, according to various The size of the transport packet required by the service, and the flexible adjustment of the E value, that is, the specific number of information groups and code groups. For example, when the service is an image, the required data packets are generally large, and the E value is relatively large. When the service attribute is a voice, the required data packets are generally small, and the corresponding E value is relatively small.
步骤 2: 将所述多个码长相同的码组的各个对应位置的码元依次构造一个数据包并 依顺序传输, 直到所述所有数据包传输完成。  Step 2: The symbols of the respective corresponding positions of the plurality of code groups having the same code length are sequentially constructed into one data packet and sequentially transmitted until all the data packet transmissions are completed.
所述的依顺序传输包括: 首先,将所述多个码长相同的码组的各个最高位码元或者 最低位码元依次构造成一个数据包, 并传输给接收方; 其次, 将已传输各码元对应的相 邻位置的各码元依次构造成一个数据包, 并传输, 直到所述多个码长相同的码组中所有 位置的码元依次传输完成。 ΒΡ, 针对 E个码组, 首先将每个码组的各最高位码元构造成 第一个数据包^1), 2), 3)… ), 并传输, 然后将每个码组的各次高位码元构造成第二 个数据包^1),^2),^3)…^^), 并传输, 将每个码组的各第 k个码元构造成第 k个数据包 - ¾ , 并传输, 直到将每个码组的各最低位码元构造成最后一个数据包 并传输完成, 此时整个 Ε个码组传输完成; 同理, 也可以将每个码组 的各最低位码元构造成第一个数据包 ), 2), 3) ''' £), 并传输, 然后将每个码组的各 次低位码元构造成第二个数据包 ^K2-^3-)1 '''"^1) , 并传输, 将每个码组的各第 k个码 元构造成第!^个数据包^1),^2),^3)…^^), 并传输, 直到将每个码组的各最高位码元构 造成最后一个数据包^1),^2),^3)…^), 并传输完成, 此时整个 E个码组传输完成。 The sequential transmission includes: firstly, each of the highest bit symbols or the lowest bit symbols of the plurality of code groups having the same code length is sequentially constructed into a data packet and transmitted to the receiver; secondly, the transmitted Each symbol of the adjacent position corresponding to each symbol is sequentially configured into a data packet, and transmitted until the symbols of all the positions in the plurality of code groups having the same code length are sequentially transmitted. ΒΡ, for E code groups, first construct each highest bit symbol of each code group into the first data packet ^ 1 ), 2 ), 3 )... ), and transmit, and then each of each code group The second highest bit symbol is constructed into a second data packet ^ 1 ), ^ 2 ), ^ 3 )...^^), and transmitted, and each kth symbol of each code group is constructed into a kth data packet - 3⁄4 , and transmit until the lowest bit symbol of each code group is constructed into the last data packet and the transmission is completed, at which time the entire code group transmission is completed; similarly, each code group can also be minimized. The bit symbols are constructed into the first data packet), 2 ), 3 ) ''' £ ), and transmitted, and then each low-order symbol of each code group is constructed into a second data packet ^K 2 -^ 3 -) 1 '''"^ 1 ) , and transmit, construct each kth symbol of each code group into the ^^th packet ^ 1 ), ^ 2 ), ^ 3 )...^^) And transmitting until the highest bit symbol of each code group is constructed into the last data packet ^ 1 ), ^ 2 ), ^ 3 )...^), and the transmission is completed, and the entire E code group transmission is completed. .
通过上述处理,传输的每个数据包的大小为可以根据各种不同业务的传输数据阵列 的大小灵活变化大小的 E, 整个过程一共传输了 n个数据包, 可以根据不同的业务需求来 灵活调整 E的值, 以灵活调节传输过程中码字的复杂度。 而在已有的传输系统中, 传输 的每个数据包的大小为 n, n是固定的长度, 当 n随着传输的码字的复杂度的增加而增大 时, 已有的传输系统是不能对 n的大小进行调节来降低传输码字的复杂度。 Through the above processing, the size of each data packet transmitted can be flexibly changed according to the size of the transmission data array of various services, and a total of n data packets are transmitted in the whole process, which can be according to different service requirements. Flexibly adjust the value of E to flexibly adjust the complexity of codewords during transmission. In the existing transmission system, the size of each data packet transmitted is n, n is a fixed length. When n increases with the complexity of the transmitted codeword, the existing transmission system is The size of n cannot be adjusted to reduce the complexity of transmitting codewords.
步骤 3: 接收方将收到的所有数据包中属于同一个码组的各个所有码元组成待解码 码组。 具体包括: 接收方存储收到的每个数据包, 直到所有的数据包存储完毕; 之后, 接收方将收到的所有数据包中属于同一个码组的各个所有码元组成待解码码组。 在 Internet网数据传输中的典型 BEC信道中, 接收方的接收单位为一个个传输过来的数据 包。 当采用本发明所述的技术方案对码组进行传输时, 一个数据包丢失对每个码组的影 响只是一比特。 根据纠错码理论, 只要发送的 n个数据包中有 n— dmin +1个能够成功到 达接收方, 即当接收的数据包中正确的数据包数量大于等于 n— dmin +1时, 此时对每个 码组来说, 正确的码元个数大于等于 n— dmin +1 , 此时可以用纠删译码算法成功恢复出 所有的原始信息组。 其中, n为发送方发送的数据包个数, dmin为最小码距, 是由纠错 码本身决定的。  Step 3: The receiver combines all the symbols belonging to the same code group in all the received data packets into the to-be-decoded code group. Specifically, the receiver stores each data packet received until all the data packets are stored. After that, the receiver forms all the symbols belonging to the same code group among all the data packets received by the receiver to form a code group to be decoded. In a typical BEC channel in the data transmission of the Internet, the receiving unit of the receiving party is one transmitted data packet. When a code group is transmitted using the technical solution of the present invention, the impact of one packet loss on each code group is only one bit. According to the error correction code theory, as long as n-dmin +1 of the n packets transmitted can successfully reach the receiver, that is, when the number of correct packets in the received packet is greater than or equal to n-dmin +1, For each code group, the correct number of symbols is greater than or equal to n-dmin +1. At this point, all the original information groups can be successfully recovered by the erasure decoding algorithm. Where n is the number of packets sent by the sender, and dmin is the minimum code distance, which is determined by the error correction code itself.
针对本发明实施例, 只要接收方收到的数据包数量大于等于 n— dmin +1 , 即此时每 个码组的数量大于等于 n— dmin +1时, 根据纠错码理论, 可以用纠删译码算法成功恢复 出所有的原始信息组。 因而采用本发明实施例提供的将纠错码技术用于数据传输的方 法, 对 E个码元进行发送还可以起到抗突发错误的作用。 而不像传统技术那样, 一个数 据块当错误比特比较多时, 该数据块可能就无法恢复, 需要被重传。  For the embodiment of the present invention, as long as the number of data packets received by the receiver is greater than or equal to n_dmin +1, that is, when the number of each code group is greater than or equal to n-dmin +1, according to the error correction code theory, The delete decoding algorithm successfully recovers all the original information groups. Therefore, the method for using the error correction code technology for data transmission provided by the embodiment of the present invention can also perform the function of resisting burst errors by transmitting E symbols. Unlike traditional technology, when a data block has a large number of error bits, the data block may not be recovered and needs to be retransmitted.
步骤 4:接收方对所述待解码码组进行与纠错码编码方式相对应的纠错码解码操作, 直到所有待解码码组解码完成, 得到原始发送的数据, 即所述多个长度相同的信息组。 即, 当接收方收到的数据包数量大于等于 n— dmin +1时, 接收方对收到的所有数据包中 属于同一个码组的各个所有码元组成的各待解码码组进行与步骤 1所述的纠错码编码方 式相应的解码操作, 即可以得到所有的各原始信息组。  Step 4: The receiver performs an error correction code decoding operation corresponding to the error code decoding mode on the to-be-decoded code group, until all the decoded code groups are decoded, and the original transmitted data is obtained, that is, the multiple lengths are the same. Information group. That is, when the number of data packets received by the receiver is greater than or equal to n_dmin +1, the receiver performs steps and steps on each of the received code groups of all the symbols belonging to the same code group among all the received data packets. The decoding operation corresponding to the error correction code encoding method described above can obtain all the original information groups.
本发明实施例还提供了一种将纠错码技术用于数据传输的系统, 该系统一种较佳 的具体实施方式的结构图如图 2所示, 具体包括: 发送装置和接收装置, 以及一种将纠 错码技术用于数据传输的系统,所述的系统包括至少一个所述的一种将纠错码技术用于 数据传输的发送装置和至少一个所述的一种将纠错码技术用于数据传输的接收装置。所 述的系统应用于 Internet网数据传输中的 BEC信道中。  The embodiment of the present invention further provides a system for using an error correction code technology for data transmission. A structural diagram of a preferred embodiment of the system is shown in FIG. 2, and specifically includes: a sending device and a receiving device, and A system for using error correction code techniques for data transmission, said system comprising at least one of said transmitting means for using error correction code techniques for data transmission and at least one of said error correcting codes Technology is used for receiving devices for data transmission. The system is applied to a BEC channel in data transmission over the Internet.
所述的发送装置包括:  The sending device includes:
码组生成单元, 用于将多个长度相同的信息组分别按照纠错码编码方式进行编码, 生成多个码长相同的码组; a code group generating unit, configured to encode a plurality of information groups of the same length according to an error correction code encoding manner, Generating a plurality of code groups having the same code length;
数据包构造单元,用于将所述多个码长相同的码组的各个对应位置的码元依次构造 成多个数据包;  a data packet construction unit, configured to sequentially construct symbols of each corresponding position of the plurality of code groups having the same code length into a plurality of data packets;
数据包发送单元,用于按顺序发送传输所述的多个数据包, 直到所述数据包发送完 成。  And a data packet sending unit, configured to send and transmit the plurality of data packets in sequence until the data packet is sent.
所述的接收装置包括:  The receiving device includes:
待解码码组生成单元,用于接收方将收到的所有数据包中属于同一个码组的各个所 有码元组成待解码码组;  The to-be-decoded code group generating unit is configured to form, by the receiving party, all the symbols belonging to the same code group among all the received data packets to form a to-be-decoded code group;
码组解码单元,用于接收方对所述待解码码组进行与纠错码编码方式相对应的纠错 码解码操作, 直到所有待解码码组解码完成。  And a code group decoding unit, configured to perform, by the receiving side, an error correcting code decoding operation corresponding to the error correcting code encoding mode of the to-be-decoded code group, until all decoding of the to-be-decoded code group is completed.
所述的接收装置还可以包括:  The receiving device may further include:
数据包存储单元, 用于保存接收到的所有数据包。  A packet storage unit that holds all received packets.
综上所述,本发明实施例提供了一种把纠错码技术用于数据传输方法及系统, 按照 设定的纠错码编码方式, 对多个信息组进行编码确定多个码长相同的码组; 将所述多个 码长相同的码组的各个对应位置的码元依次构造一个数据包并依顺序传输,直到所述码 组的所有码元传输完成;接收方将收到的所有数据包中属于同一个码组的各个所有码元 组成待解码码组, 并对所述待解码码组作出与纠错码编码方式相对应的纠错码解码操 作,直到所有待解码码组解码完成。本发明能够灵活快速的进行大批量数据传输和纠错, 解决了传输数据包大小灵活可变的问题, 并可以很好的对 BEC信道传输中典型的突发错 误进行纠错。  In summary, the embodiment of the present invention provides an error correction code technology for a data transmission method and system. According to a set error correction code coding mode, multiple information groups are coded to determine multiple code lengths. a symbol group: sequentially constructing a data packet of each of the plurality of corresponding code groups of the same code length and transmitting the data packets in sequence until all the symbol transmissions of the code group are completed; all the receivers will receive All the symbols belonging to the same code group in the data packet form a code group to be decoded, and an error correction code decoding operation corresponding to the error correction code coding mode is performed on the code group to be decoded until all code blocks to be decoded are decoded. carry out. The invention can flexibly and quickly carry out large-volume data transmission and error correction, solves the problem that the size of the transmission data packet is flexible, and can well correct the typical burst error in the BEC channel transmission.
需要说明的是,本发明实施例提供的把纠错码技术用于数据传输的方法及系统适用 但是不仅限于 Internet网络系统及 BEC信道, 其他任何需要快速大批量数据传输和纠错 的系统及信道均适用于本发明所述的方法及系统。  It should be noted that the method and system for using the error correction code technology for data transmission provided by the embodiments of the present invention are applicable to, but not limited to, the Internet network system and the BEC channel, and any other systems and channels that require fast bulk data transmission and error correction. Both are applicable to the methods and systems described herein.
以上所述, 仅为本发明较佳的具体实施方式, 但本发明的保护范围并不局限于此, 任何熟悉本技术领域的技术人员在本发明揭露的技术范围内, 可轻易想到的变化或替 换, 都应涵盖在本发明的保护范围之内。 因此, 本发明的保护范围应该以权利要求书的 保护范围为准。  The above is only a preferred embodiment of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily think of changes or within the technical scope disclosed by the present invention. Alternatives are intended to be covered by the scope of the present invention. Therefore, the scope of the invention should be determined by the scope of the appended claims.

Claims

权利要求 Rights request
1、 一种将纠错码技术用于数据传输的方法, 其特征在于, 所述的方法包括- 对多个长度相同的信息组分别按照纠错码编码方式进行编码,生成多个码长相同的 码组;  A method for using an error correction code technique for data transmission, characterized in that: the method comprises: encoding a plurality of information groups of the same length according to an error correction code coding manner to generate a plurality of code lengths Code group
将所述多个码长相同的码组中各个对应位置的码元,按顺序构造成数据包, 并按顺 序发送至接收方。  The symbols of the respective corresponding positions in the plurality of code groups having the same code length are sequentially constructed into data packets, and are sequentially transmitted to the receiving side.
2、 如权利要求 1所述的方法, 其特征在于, 所述方法中, 根据传输业务的种类, 确 定所述多个长度相同的信息组的数量。  The method according to claim 1, wherein in the method, the number of the plurality of information groups having the same length is determined according to the type of the transmission service.
3、如权利要求 1所述的方法, 其特征在于, 所述将所述多个码长相同的码组中各个 对应位置的码元, 按顺序构造成数据包, 并按顺序发送至接收方为:  The method according to claim 1, wherein the symbols of each corresponding position in the plurality of code groups having the same code length are sequentially configured into data packets, and are sequentially transmitted to the receiver. For:
将所述多个码长相同的码组中最高位码元或者最低位码元按顺序构造成数据包,并 发送至接收方;  And configuring, in the sequence, the highest bit symbol or the lowest bit symbol of the plurality of code groups having the same code length into a data packet, and sending the data packet to the receiving party;
自所述最高位码元或最低位码元相邻的码元开始,将所述多个码长相同的码组中的 其他各个对应位置的所有码元, 分别按顺序构造成数据包, 并按顺序发送至接收方。  Starting from the symbol adjacent to the highest-order symbol or the lowest-order symbol, all the symbols of the other corresponding positions in the plurality of code groups having the same code length are respectively configured into data packets in sequence, and Sent to the recipient in order.
4、 如权利要求 1至 3任一项所述的方法, 其特征在于, 所述的方法应用于国际互联 网数据传输中的二进制删余信道中。  The method according to any one of claims 1 to 3, characterized in that the method is applied to a binary puncturing channel in the Internet data transmission.
5、 一种将纠错码技术用于数据传输的方法, 其特征在于, 所述的方法还包括: 接收方将收到的数据包中属于同一个码组的码元组成待解码码组;  A method for using an error correction code technique for data transmission, wherein the method further comprises: receiving, by the receiver, symbols belonging to the same code group in the received data packet to form a code group to be decoded;
接收方采用与纠错编码方式相对应的纠错码解码方式,对所述待解码码组进行纠错 码解码操作, 还原信息组。  The receiving party performs an error correction code decoding operation on the to-be-decoded code group by using an error correction code decoding mode corresponding to the error correction coding mode, and restores the information group.
6、如权利要求 5所述的方法, 其特征在于, 在所述接收方将收到的数据包中属于同 一个码组的码元组成待解码码组为: 接收方接收并存储所述数据包完毕后, 将收到的所 述数据包中属于同一个码组的码元组成待解码码组。  The method according to claim 5, wherein the symbols that belong to the same code group in the received data packet form a code group to be decoded: the receiver receives and stores the data. After the packet is completed, the symbols belonging to the same code group in the received data packet form a to-be-decoded code group.
7、 如权利要求 5或 6所述的方法, 其特征在于, 所述的方法应用于国际互联网数据 传输中的二进制删余信道中。  7. Method according to claim 5 or 6, characterized in that the method is applied to a binary puncturing channel in Internet data transmission.
8、 一种将纠错码技术用于数据传输的方法, 其特征在于, 所述方法包括- 对多个长度相同的信息组分别按照纠错码编码方式进行编码,生成多个码长相同的 码组;  8. A method for using an error correction code technique for data transmission, the method comprising: encoding a plurality of information groups of the same length according to an error correction code coding manner to generate a plurality of code lengths having the same length Code group
将所述多个码长相同的码组中的各个对应位置的所有码元, 按顺序构造成数据包, 并按顺序发送至接收方; 接收方将收到的所述数据包中属于同一个码组的码元组成待解码码组; All symbols of each corresponding position in the plurality of code groups having the same code length are sequentially configured into data packets, and are sequentially transmitted to the receiver; The receiver will receive the symbols belonging to the same code group in the data packet to form a to-be-decoded code group;
接收方采用与纠错编码方式相对应的纠错码解码方式,对所述待解码码组进行纠错 码解码操作, 还原所述信息组。  The receiving party performs an error correction code decoding operation on the to-be-decoded code group by using an error correction code decoding mode corresponding to the error correction coding mode, and restores the information group.
9、 一种将纠错码技术用于数据传输的发送装置, 其特征在于, 所述的装置包括: 码组生成单元, 用于将多个长度相同的信息组分别按照纠错码编码方式进行编码, 生成多个码长相同的码组;  A transmitting apparatus for using an error correction code technology for data transmission, wherein the apparatus comprises: a code group generating unit, configured to perform, according to an error correcting code encoding manner, a plurality of information groups of the same length Encoding to generate a plurality of code groups having the same code length;
数据包构造单元,用于将所述码组生成单元生成的多个码长相同的码组中各个对应 位置的码元依次构造成数据包;  a data packet construction unit, configured to sequentially construct, in a data packet, a symbol of each corresponding position in the same code group generated by the code group generating unit;
数据包发送单元, 用于按顺序发送传输所述数据包构造单元构造的所述数据包。 a data packet sending unit, configured to sequentially transmit the data packet configured to transmit the data packet construction unit.
10、 一种将纠错码技术用于数据传输的接收装置, 其特征在于, 所述的装置包括: 待解码码组生成单元,用于将收到的所有数据包中属于同一个码组的码元组成待解 码码组; A receiving device for using an error correction code technology for data transmission, wherein the device comprises: a code group to be decoded generating unit, configured to belong to a same code group among all received data packets. The symbols form a code group to be decoded;
码组解码单元,用于对所述待解码码组生成单元生成的待解码码组,进行与纠错码 编码方式相对应的纠错码解码操作, 还原信息组。  And a code group decoding unit, configured to perform an error correction code decoding operation corresponding to the error correction code encoding mode on the to-be-decoded code group generated by the to-be-decoded code group generating unit, and restore the information group.
11、 如权利要求 10所述的装置, 其特征在于, 所述的接收装置还包括:  The device of claim 10, wherein the receiving device further comprises:
数据包存储单元,用于保存接收到的所有数据包, 并在接收完毕后触发待解码码组 生成单元。  The data packet storage unit is configured to save all the received data packets, and trigger the to-be-decoded code group generating unit after receiving the data.
12、一种将纠错码技术用于数据传输的系统, 其特征在于, 所述的系统包括至少一 个所述的一种将纠错码技术用于数据传输的发送装置和至少一个所述的一种将纠错码 技术用于数据传输的接收装置。  12. A system for using an error correction code technique for data transmission, characterized in that said system comprises at least one of said transmitting means for transmitting error correction code technology for data transmission and at least one of said A receiving device that uses error correction code technology for data transmission.
13、如权利要求 12所述的系统, 其特征在于, 所述的系统应用于国际互联网数据传 输中的二进制删余信道中。  The system of claim 12 wherein said system is applied to a binary puncturing channel in Internet data transmission.
PCT/CN2007/070857 2006-10-09 2007-10-09 A method and system for applying the error correction code technology to the data transmission WO2008043315A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CNA2006101358122A CN101162966A (en) 2006-10-09 2006-10-09 Method and system of using error-correcting code technique for data transmission
CN200610135812.2 2006-10-09

Publications (1)

Publication Number Publication Date
WO2008043315A1 true WO2008043315A1 (en) 2008-04-17

Family

ID=39282435

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2007/070857 WO2008043315A1 (en) 2006-10-09 2007-10-09 A method and system for applying the error correction code technology to the data transmission

Country Status (2)

Country Link
CN (1) CN101162966A (en)
WO (1) WO2008043315A1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105721112A (en) * 2016-04-08 2016-06-29 成都亿佰特电子科技有限公司 Wireless transparent transmission module capable of implementing 128-bit error correction algorithm
CN108595289A (en) * 2018-01-12 2018-09-28 江苏华存电子科技有限公司 The method for improving short code word information checking rate for data storage error correction code check
WO2022126303A1 (en) * 2020-12-14 2022-06-23 Qualcomm Incorporated Wireless communications based on rateless codes and layered modulation

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060053362A1 (en) * 2004-09-06 2006-03-09 Yokogawa Electric Corporation Forward error correction method and communication method, and forward error correction code addition apparatus and communication apparatus
US20060077890A1 (en) * 2004-10-07 2006-04-13 Nokia Corporation Efficient source blocking algorithm for FEC for MBMS streaming

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060053362A1 (en) * 2004-09-06 2006-03-09 Yokogawa Electric Corporation Forward error correction method and communication method, and forward error correction code addition apparatus and communication apparatus
US20060077890A1 (en) * 2004-10-07 2006-04-13 Nokia Corporation Efficient source blocking algorithm for FEC for MBMS streaming

Also Published As

Publication number Publication date
CN101162966A (en) 2008-04-16

Similar Documents

Publication Publication Date Title
EP2517361B1 (en) Broadcast system with incremental redundancy transmitted over a unicast system
JP3911263B2 (en) Adaptive hybrid automatic retransmission request method and apparatus
JP5481201B2 (en) Method and apparatus for multicasting feedback information
WO2017177926A1 (en) Data transmission processing method and apparatus
KR101143282B1 (en) Systematic encoding and decoding of chain reaction codes
US9118353B2 (en) System and method for communicating with low density parity check codes
EP2290826B1 (en) Lost packet recovery method for packet transmission protocols
JP4990298B2 (en) Method and apparatus for transmitting and receiving data blocks in a wireless communication system
WO2008151516A1 (en) Method, equipment and system for lpdc coding and decoding
US7930617B1 (en) Sliding window block codes for cross-packet coding
CN109889308B (en) Hybrid automatic repeat request method for joint polarization coding and decoding in Internet of things
RU2461970C2 (en) Method and apparatus for receiving data
Li et al. N-in-1 retransmission with network coding
CN113098661B (en) Fountain code-based file transmission method under satellite channel
US9455750B2 (en) Source block size selection
WO2008043315A1 (en) A method and system for applying the error correction code technology to the data transmission
WO2009089695A1 (en) A data transmission method and equipment
WO2009075507A1 (en) Method of error control
CN109417432B (en) Data encoding and decoding
Chen Analysis of forward error correcting codes
Shi et al. Combining techniques and segment selective repeat on turbo coded hybrid ARQ
CN102571263B (en) Decoding method and device
Ren et al. Rateless codes based file delivery protocols in deep space communications
US20020162071A1 (en) Forward error control of redundantly-transmitted codewords
Veer OVERVIEW OF ERROR DETECTION AND CORRECTION SCHEME IN COMMUNICATION

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 07817048

Country of ref document: EP

Kind code of ref document: A1