CN114244476A - Novel self-error-correction coding method and coding format-multiplying power code - Google Patents

Novel self-error-correction coding method and coding format-multiplying power code Download PDF

Info

Publication number
CN114244476A
CN114244476A CN202111603899.2A CN202111603899A CN114244476A CN 114244476 A CN114244476 A CN 114244476A CN 202111603899 A CN202111603899 A CN 202111603899A CN 114244476 A CN114244476 A CN 114244476A
Authority
CN
China
Prior art keywords
data
bytes
source
symbol
repair
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202111603899.2A
Other languages
Chinese (zh)
Other versions
CN114244476B (en
Inventor
秦柏林
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to CN202111603899.2A priority Critical patent/CN114244476B/en
Publication of CN114244476A publication Critical patent/CN114244476A/en
Application granted granted Critical
Publication of CN114244476B publication Critical patent/CN114244476B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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/0056Systems characterized by the type of code used

Abstract

The multiplying power code is a novel data transmission code, the generation of a repair packet is realized by constructing an exclusive-or function equation set, source data and repair data are transmitted during data transmission, and the source data can be decoded by a receiving end as long as half of correct data is received. The method comprises the following steps that source data are grouped into two bytes, 4 bits serve as a source symbol, the source symbol calculates a repair symbol through an exclusive OR equation, the source symbol and the repair symbol are numbered from 0 to 7, 0 to 3 serve as the source symbol, 4 to 7 serve as the repair symbol, and 8 bytes are formed; the most significant bit of each byte is an odd check bit, and then 3 bits are serial numbers; a byte with a value of 0 is added as a unit interval flag. The receiving end receives 8 bytes from 0, judges whether the first four bytes are correct or not through the check value, and obtains source data without errors; if one or more of the bytes are wrong, taking out the correct bytes in the 4 bytes, wherein the total correct number is more than or equal to 4, and calculating the source data through an equation set; if the correct byte is less than 4, it cannot be decoded.

Description

Novel self-error-correction coding method and coding format-multiplying power code
Technical Field
The method is suitable for data transmission and data storage.
Background
Whether wired or wireless, efforts are constantly being made to find a method of one-way reliable communication, from the earliest hamming codes to the latest fountain codes. At present, a response retransmission mechanism which is used in a large amount in wired and wireless network communication causes extremely low data transmission efficiency under the condition of poor channel quality; the acknowledgement itself in the acknowledgement mechanism may also be lost due to transmission errors, which may result in the sender always waiting for the acknowledgement information of the receiver. In practical engineering application, we have assiduously explored and hoped to find a coding method which can be regarded as one-way reliable communication by short sight, and then turbo codes and fountain codes are born. In the practical use of both of these encoding procedures, i find too much inconvenience, such as: turbo codes bind channel quality, fountain codes do not protect serial numbers and header information, coding meta information is needed during decoding, if data are transmitted in a channel and errors occur in the data, therefore, the inventor finds a new code which can solve the defects, namely, the channel quality is irrelevant, the header information is protected, and meanwhile, a decoding end does not need any information of a coding end. It is known that the error probability of 0,1 of binary data, whether in wired transmission or wireless transmission, is always 50%, the basic error rate does not exceed 50%, and therefore, the data amount of 50% is redundant, and it is guaranteed that decoding can be performed under the condition that the error rate is not greater than 50%, and the error rate of the existing communication equipment is lower than 50% (higher than 50%, the transceiving rate is reduced), and therefore, the communication equipment is similar to reliable unidirectional transmission.
Disclosure of Invention
Mathematical theory of encoding and decoding
The xor-algebra is known to have the following characteristics:
A XOR B=D A=D XOR B
data needs to be transmitted by 2 bytes per cell, and one cell is divided into 4 source symbols, each with 4 bits. The source symbol we denote as AB C D to construct an algebraic equation
X1∧X2∧X3∧X4=R1
X1∧X3∧X4=R2
X1∧X2∧X4=R3
X2∧X3∧X4=R4
Solving the equation to obtain
X1=R1∧R4
X2=R1∧R2
X3=R1∧R3
X4=R2∧R3∧R4
The number of source symbols at a transmitting end is i =4, the number of repair symbols is j =4, and at a receiving end, the necessary condition that the decoding can be carried out is (i + j) > =4, and two extreme cases are considered firstly:
1、i=0,j=4
the source code may be decoded using the following equation:
X1=R1∧R4
X2=R1∧R2
X3=R1∧R3
X4=R2∧R3∧R4
2、i=4,j=0
directly obtaining source data without decoding
In addition to the two extremes, there remains a common case where (i + j) > =4, i >0, j <4
The number of source symbols to be solved is 4-i, the number of unknown repair symbols is 4-j, for an equation containing the unknown repair symbols, a left known arbitrary source symbol value is exchanged with the right unknown repair symbols to obtain a reduced equation set, and all error or lost source symbols can be obtained through a elimination method. Therefore, the source symbol can be decoded from 8 symbols transmitted by us as long as any 4 symbols are correctly received. For practical application, the data to be transmitted is encoded in 2-byte packets, and many encoded data are grouped into large data packets to be transmitted.
Description of coding formats
The encoding format is shown in fig. 1, two bytes of source data are encoded into 9 bytes, the first byte is 0, which is used to identify the data unit header, and if an error occurs in the middle, the decoding end is used to find the data start position again. The next 4 bytes are source symbols and the last 4 bytes are repair symbols. The byte structure of the source symbol and repair symbol is: the first bit is odd parity, the last 7 is odd 1's and 0's, and the even 1's are 0's, so the source and repair symbol bytes will never be 0's. Bits 2 through 4 are numbered 0-7 to identify the corresponding equation, and the last 4 are the source symbol or repair symbol. The purpose of this design is to identify the source symbol and the repair symbol and their corresponding equations, and at the same time, to determine whether the source symbol or the repair symbol is transmitted correctly, discard the error, decode with the correct part, when the sum of the source symbol and the repair symbol is greater than or equal to 4, then decode can be performed, otherwise, not decode and discard.
Overview of practical applications of encoding and decoding
As shown in fig. 2, the data of the transmission buffer queue is taken out and coded, and the coded data forms an MCS transmission size and is sent to a sending device, wherein the sending device may be a wireless modulator or a network communication sending device; the receiving device receives the data, judges the initial position of the decoded data by checking whether the first byte is 0, reads 8 bytes from the first byte which is 0 for decoding, puts the decoded data into a receiving buffer, and gives the decoded data to an upper layer communication protocol for processing.
Drawings
Fig. 1 shows the detailed format and description of the codec, and please refer to [0004] description of the encoding format.
Fig. 2 is a flow of actual codec usage, and details of the encoding and decoding flow section of [0005 ].

Claims (5)

1. The multiplying power code is a novel data transmission coding method, a repair packet is generated by constructing an exclusive or function equation set, source data and repair data are transmitted during data transmission, and the source data can be decoded by a receiving end as long as half of correct data is received; the method comprises the following steps that source data are grouped into two bytes, 4 bits serve as a source symbol, the source symbol calculates a repair symbol through an exclusive OR equation, the source symbol and the repair symbol are numbered from 0 to 7, 0 to 3 serve as the source symbol, 4 to 7 serve as the repair symbol, and 8 bytes are formed; the most significant bit of each byte is an odd check bit, and then 3 bits are serial numbers; adding a byte with a value of 0 as a unit interval identifier; the receiving end receives 8 bytes from 0, judges whether the first four bytes are correct or not through the check value, and obtains source data without errors; if one or more of the bytes are wrong, taking out the correct bytes in the 4 bytes, wherein the total correct number is more than or equal to 4, and calculating the source data through an equation set; if the correct byte is less than 4, then the set of data is discarded.
2. As described in fig. 1, the encoding method and format can approximately realize one-way reliable data transmission, and can be widely used in the fields of computer communication, wireless communication, and the like.
3. The encoding method and format, as described in 1, is characterized by a uniquely constructed function equation by which source data can be solved as long as the repair symbols plus the total number of source symbols is greater than or equal to 4.
4. As described in fig. 1, the encoding method has extremely fast speed, constant and extremely low time complexity and space complexity, so that good encoding and decoding performance can be obtained in embedded devices.
5. This encoding method and format, as described in 1, can be used in data storage devices to read data even if some blocks of the storage device are corrupted or erroneous, as long as there is 50% total correct.
CN202111603899.2A 2021-12-25 2021-12-25 Data coding transmission method based on multiplying power code Active CN114244476B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111603899.2A CN114244476B (en) 2021-12-25 2021-12-25 Data coding transmission method based on multiplying power code

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111603899.2A CN114244476B (en) 2021-12-25 2021-12-25 Data coding transmission method based on multiplying power code

Publications (2)

Publication Number Publication Date
CN114244476A true CN114244476A (en) 2022-03-25
CN114244476B CN114244476B (en) 2024-03-15

Family

ID=80762970

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111603899.2A Active CN114244476B (en) 2021-12-25 2021-12-25 Data coding transmission method based on multiplying power code

Country Status (1)

Country Link
CN (1) CN114244476B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1065568A (en) * 1991-02-27 1992-10-21 通用电气公司 The device that is used for segmenting encoded video signal for transmission
CN1123989A (en) * 1994-11-11 1996-06-05 三星电子株式会社 Error-correction-code coding and decoding procedures for the recording and reproduction of digital of digital video data
US20060015801A1 (en) * 2003-01-21 2006-01-19 Lg Electronics Inc. Method for encoding and decoding error correction block
CN110121840A (en) * 2016-12-22 2019-08-13 埃克斯普韦公司 Method and apparatus for correcting the low latency mistake for restoring data grouping
CN111835462A (en) * 2020-07-06 2020-10-27 天津大学 Wireless sensor network packet loss recovery method based on erasure codes

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1065568A (en) * 1991-02-27 1992-10-21 通用电气公司 The device that is used for segmenting encoded video signal for transmission
CN1123989A (en) * 1994-11-11 1996-06-05 三星电子株式会社 Error-correction-code coding and decoding procedures for the recording and reproduction of digital of digital video data
US20060015801A1 (en) * 2003-01-21 2006-01-19 Lg Electronics Inc. Method for encoding and decoding error correction block
CN110121840A (en) * 2016-12-22 2019-08-13 埃克斯普韦公司 Method and apparatus for correcting the low latency mistake for restoring data grouping
CN111835462A (en) * 2020-07-06 2020-10-27 天津大学 Wireless sensor network packet loss recovery method based on erasure codes

Also Published As

Publication number Publication date
CN114244476B (en) 2024-03-15

Similar Documents

Publication Publication Date Title
CN101803208B (en) Multi-layer cyclic redundancy check code in wireless communication system
JP4703310B2 (en) Communication method and communication system
JP7026689B2 (en) Information processing methods, devices, and communication systems
KR100730715B1 (en) Flexible method of error protection in communications systems
US8386901B2 (en) Method, device and software application for transmitting data packets in a communication system
WO2015184919A1 (en) Feedback method and device
CN101800757B (en) No-feedback one-way data transmission method based on single fiber structure
EP1206040A2 (en) Low delay channel codes for correcting bursts of lost packets
US20040117722A1 (en) Performance of communication systems using forward error correction
CN103201976A (en) Packet-level erasure protection coding in aggregated packet transmissions
US8683301B2 (en) Error correction coding for recovering multiple packets in a group in view of limited bandwidth
CN1301117A (en) &#39;Not or&#39; codes and serial connected encoder/decoder therewith
CN104135345A (en) Cross-layer coding and decoding method applied to long-term evolution system
WO2018196875A1 (en) Data processing method and data processing apparatus
CN107947902A (en) The data error processing system and method for a kind of high-speed interface chip
US20020167992A1 (en) Method for reliable signaling information transmission in a wireless communication system
US9455750B2 (en) Source block size selection
JP2020526979A5 (en)
CN114244476B (en) Data coding transmission method based on multiplying power code
JP3388035B2 (en) Data communication system, transmission apparatus and transmission method using hybrid automatic repeat request method
KR20090061563A (en) Method of error control
US9853766B2 (en) Radio communication devices, access points, method for controlling a radio communication device, and methods for controlling an access point
CN1881866A (en) Data transmission fault monitoring and correcting method and its structure
CN103227693B (en) Supercharged code
CN103138881B (en) Decoding method and equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant