CN106788909A - CRC computational methods and device based on GMR satellite communication protocols - Google Patents

CRC computational methods and device based on GMR satellite communication protocols Download PDF

Info

Publication number
CN106788909A
CN106788909A CN201710205360.9A CN201710205360A CN106788909A CN 106788909 A CN106788909 A CN 106788909A CN 201710205360 A CN201710205360 A CN 201710205360A CN 106788909 A CN106788909 A CN 106788909A
Authority
CN
China
Prior art keywords
register
bit
status indicator
information
indicator value
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
CN201710205360.9A
Other languages
Chinese (zh)
Other versions
CN106788909B (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.)
Shaanxi Zhongxun Times Information Technology Co.,Ltd.
Original Assignee
Chongqing University of Post and Telecommunications
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Chongqing University of Post and Telecommunications filed Critical Chongqing University of Post and Telecommunications
Priority to CN201710205360.9A priority Critical patent/CN106788909B/en
Publication of CN106788909A publication Critical patent/CN106788909A/en
Application granted granted Critical
Publication of CN106788909B publication Critical patent/CN106788909B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/0056Systems characterized by the type of code used
    • H04L1/0061Error detection codes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04BTRANSMISSION
    • H04B7/00Radio transmission systems, i.e. using radiation field
    • H04B7/14Relay systems
    • H04B7/15Active relay systems
    • H04B7/185Space-based or airborne stations; Stations for satellite systems
    • H04B7/18578Satellite systems for providing broadband data service to individual earth stations
    • H04B7/18586Arrangements for data transporting, e.g. for an end to end data transport or check

Abstract

The present invention relates to satellite mobile communication base band signal process field, mobile wireless interface GMR satellite mobile communication systems CRC CRC computational methods and device more particularly to based on geostationary orbit, methods described include calculating status indicator value C using the kth position bit information of first bit information of register B and information field;Register B is carried out to move 1 bit manipulation, the room produced by displacement is filled with 0;Register B is updated according to status indicator value C, the kth+1 of information field is read, above procedure is repeated, until all bit informations of information field are disposed, the value of register B is final CRC output valves;The present invention uses register bit In situ FTIRS mode, reduces to greatest extent to register number demand, and register resources utilization rate can be made to bring up to 100% from 53%.

Description

CRC computational methods and device based on GMR satellite communication protocols
Technical field
The present invention relates to satellite mobile communication base band signal process field, more particularly to based on geostationary orbit (GEO, Geostationary Earth Orbit) mobile wireless interface (GMR, GEO-Mobile Radio Interface) satellite GSM CRC (CRC, Cyclic Redundancy Check) computational methods and device.
Background technology
Mobile wireless interface satellite mobile communication agreement based on geostationary orbit is from third generation affiliate Mesh (3GPP, the 3rd Generation Partnership Project) ground digital cellular standards, can be with seamless access Global mobile communication system/general GSM (GSM, Global System for Mobile Communication/ UMTS, Universal Mobile Telecommunications System) core net.GMR satellite communication protocols extensively should In ACeS, ICO, Inmarsat, SkyTerra, TerreStar and Thuraya satellite mobile communication system.
Check that the information for receiving has inerrancy for ease of recipient, can typically use CRC.If circulation is superfluous Remaining check code (CRC, Cyclic Redundancy Check) code word size is N, and information field is K, and check field is R (N=K+R), as shown in figure 1, any code word then concentrated for CRC code, has and only exist R order polynomial g (D), make :
T (D)=A (D) g (D)=DRm(D)+r(D)
Wherein:M (D) is K message polynomial, and r (D) is R check polynomial, and g (D) is referred to as generator polynomial:
G (D)=gRDR+g(R-1)D(R-1)+...+g2D2+g1D+g0
In GMR satellite mobile communication systems, using following 5 kinds of CRCs, its generator polynomial is respectively:
g3(D)=D3+D+1
g5(D)=D5+D3+D2+D+1
g8(D)=D8+D7+D4+D3+D+1
g12(D)=D12+D11+D3+D2+D+1
g16(D)=D16+D12+D5+1。
In conventional recycle redundancy check Calculative Process, typically using polynomial division operation, now above-mentioned 5 kinds of circulations Redundancy check code generator polynomial is respectively necessary for being represented using 4,6,9,13 and 17 bits.
Current GMR satellite mobile communications mainly process (DSP, Digital Signal using 16 position digital signals Processing) calculating cyclic redundancy check code is calculated, to realize the miniaturization of terminal system.For generator polynomial g16Come Say, if still using polynomial division calculating cyclic redundancy check code, need the register ability that two length is 16 bits Preserve, now register effective rate of utilization is only 53% (i.e. 17/32 × 100%=53%), causes the pole of register resources It is big to waste.If by generator polynomial g16Storage in both registers, is using 16 bit DSP calculating cyclic redundancy check codes When, it is necessary to be 32 bit informations by the transmission Data expansion that length is 17 bits and with this be respectively 16 bits with two length Check polynomial carries out xor operation, so that xor operation increased by about one time.
The content of the invention
To solve the problems, such as that prior art register resources utilization rate is low or xor operation is computationally intensive, the present invention is provided CRC computational methods and device based on GMR satellite communication protocols.
Mobile wireless interface GMR satellite mobile communication system CRC of the present invention based on geostationary orbit CRC computational methods, including:
S1, initialization length are the register B of R;
S2, the kth bit information calculating status indicator value C using first bit information of register B and information field;
S3, to register B carry out move 1 bit manipulation, the room produced by displacement with 0 fill;
S4, register B is updated according to status indicator value C;
S5, the kth+1 for reading information field, repeat S2-S5, until all bit informations of information field are disposed, The value of register B is final CRC output valves.
Register B's is initialized as value for full 0 in step S1;
Preferably, using the kth position bit information meter of first bit information of register B and information field described in step S2 Status indicator value C is calculated, including:XOR is carried out using the kth position bit information of first bit information of register B and information field Computing obtains status indicator value C.
Preferably, it is described to be included according to status indicator value C renewals register B:
If status indicator value C is 1, by register B and remaining bits g1Deposited after carrying out XOR same bits position Return the bit of register B;The remaining bits g1It is that CRC generator polynomials are divided into the first bit g0Length is the surplus of R afterwards Remaining bit.
Preferably, using the kth position bit information meter of first bit information of register B and information field described in step S2 Status indicator value C is calculated, including:XOR is carried out using the kth position bit information of first bit information of register B and information field Computing obtains state median C ', and state median C ' and CRC generator polynomials are divided into the first bit g0, then carry out XOR fortune Calculation obtains status indicator value C.
Preferably, it is described to be included according to status indicator value C renewals register B:
If status indicator value C is 0, by register B and remaining bits g1Deposited after carrying out XOR same bits position Return the bit of register B;The remaining bits g1It is that CRC generator polynomials are divided into the first bit g0Length is the surplus of R afterwards Remaining bit.
Preferably, move 1 bit manipulation including carrying out moving to left 1 bit manipulation to register B to register B described in step S3.
Mobile wireless interface GMR satellite mobile communication system CRC of the present invention based on geostationary orbit CRC computing devices, including:
Register, length is R, for storing check field;
Information field reading unit, the bit information for reading information field by bit, readout register B first Bit information;
Status indicator value computing unit, for the kth position bit using first bit information of register B and information field Information calculates status indicator value C;
Register shift control unit, for carrying out moving to left 1 bit manipulation to register B, the room produced by displacement uses 0 Filling;
Register updates control unit, and register B is updated according to status indicator value C.
Preferably, the status indicator value computing unit, for using first bit information of register B and information field Kth position bit information calculate status indicator value C, including using the kth position of first bit information of register B and information field Bit information carries out XOR and obtains status indicator value C;
The register updates control unit, and register B, including if status indicator value C are updated according to status indicator value C It is 1, then by register B and remaining bits g1Same bits position be stored back to after XOR the bit of register B;It is described Remaining bits g1It is that CRC generator polynomials are divided into the first bit g0Length is the remaining bits of R afterwards;
Alternatively, the status indicator value computing unit, for using first bit information of register B and information field Kth position bit information calculate status indicator value C, including using the kth position of first bit information of register B and information field Bit information carries out XOR and obtains state median C ', by state median C ' and the first bit of CRC generator polynomials g0XOR is carried out again obtains status indicator value C;
The register updates control unit, and register B, including if status indicator value C are updated according to status indicator value C It is 0, then by register B and remaining bits g1Same bits position be stored back to after XOR the bit of register B;It is described Remaining bits g1It is that CRC generator polynomials are divided into the first bit g0Length is the remaining bits of R afterwards.
The present invention makes full use of 16 fixed DSP digital signal processing State variable informations, by GMR satellite communications system System CRC generator polynomials are divided into first bit information and remaining bits information, using manipulation in situ mode, first using register B First bit value calculates status indicator value with the individual bit sequentially input from a high position, and then register B is carried out to move to left 1 behaviour Make, deposit is updated with the XOR value condition of CRC generator polynomial remaining bits using register B further according to the status indicator value Device B, when all input bits are all by after above-mentioned calculating, bit is final CRC output valves in register B.
Compared with prior art, the present invention uses register bit In situ FTIRS mode, reduces to greatest extent to deposit Device number demand, is particularly suitable for that, in 16 bit DSP systematic differences, in the case, register resources utilization rate from 53% can be made Bring up to 100%.
Brief description of the drawings
Fig. 1 is existing CRC code word structural representation;
Fig. 2 is CRC computational methods preferred embodiment schematic flow sheet of the present invention;
Fig. 3 CRC calculating process register bit information change schematic diagrames of the present invention;
Fig. 4 is CRC computing device schematic diagram of the present invention based on GMR satellite communication protocols.
Specific embodiment
In order to make the purpose , technical scheme and advantage of the present invention be clearer, below in conjunction with accompanying drawing to of the invention real Apply example further description.
CRC computational methods of the present invention based on GMR satellite communication protocols, enter only with the left and right order corresponding with definition Row description, specifically includes following steps, as shown in Figure 2:
GMR satellite communication system CRC generator polynomials g points is the first bit g by the embodiment of the present invention0It is R's with length Remaining bits g1.I other words, CRC generator polynomials g is expressed as two sequences, i.e. g=[g0g1], wherein g0=1, g1It is remainder Length for R bit sequence.
S1, initialization length are the register B of R;
Alternatively, the initialization value of register B can be random number, but used as more excellent mode, length be R (R=3,5, 8,12,16) register B, initialization bit value is full 0.
Initialization input information field subscript k=1, that is, postpone most input bits, and k-th of the information field of reading is defeated Enter bit and be expressed as I (k), k=1,2 ..., K, K are information field length.
S2, the kth bit information calculating status indicator value C using first bit information of register B and information field;
The length of the status indicator value C is 1 bit.In 16 bit DSP systems, status indicator value C can be marked with overflowing Sensible correspondence.
As a kind of preferred embodiment (be labeled as mode S2A), described first bit information of use register B and information word The kth position bit information of section calculates status indicator value C to be included, the kth position ratio of first bit information of register B and information field Special information carries out XOR and obtains status indicator value C, i.e.,:
C=xor (I (k), B (1)) (formula 1)
Wherein I (k) represents k-th input bit of information field, and B (1) represents the first bit value of register B, and xor is represented Xor operation.
Alternatively (be labeled as mode S2B), described first bit information of use register B and information word The kth position bit information of section calculates status indicator value C, including:Using the of first bit information of register B and information field K bit information carries out XOR and obtains state median C ', by state median C ' and the bit of CRC generator polynomials first g0Carry out XOR and obtain status indicator value C;I.e.:
C=xor (xor (I (k), B (1)), g0) (formula 2)
Wherein, g0=1.
S3, to register B carry out move 1 bit manipulation, the room produced by displacement with 0 fill;
It is described to register B move 1 bit manipulation including carrying out moving to left 1 bit manipulation to register B;
Register moves to left 1, can be expressed as:
B=[B (2:R) 0] (formula 3)
Wherein 2:R represents the 2,3rd of reading register B ..., R bit is stored in the 1,2nd of register B ..., R-1 ratios Special position, produces the R bit to be filled using 0 because of displacement.
S4, register B is updated according to status indicator value C;
It is corresponding to aforesaid way S2A, if status indicator value C is 1, by register B and remaining bits g1Mutually on year-on-year basis Special position be stored back to after XOR the bit of register B;The remaining bits g1It is that CRC generator polynomials are divided into One bit g0Length is the remaining bits of R afterwards;
It is corresponding to aforesaid way S2B, if status indicator value C is 0, by register B and remaining bits g1Mutually on year-on-year basis Special position be stored back to after XOR the bit of register B;The remaining bits g1It is that CRC generator polynomials are divided into One bit g0Length is the remaining bits of R afterwards.
Register updates can be expressed as:
B=xor (B, g1) (formula 4)
Wherein, g1It is that the length not comprising CRC generator polynomials head bits is R bit sequences, that is, using register B And g1XOR value be assigned to register B again.
S5, the kth+1 for reading information field, repeat S2-S5, until all bit informations of information field are disposed, The value of register B is final CRC output valves.
It will be the information I and generator polynomial g of K by length that the final purpose of CRC is, calculate residual polynomial r, this hair It is bright by K iteration, what is finally retained in B is exactly CRC output valves, and original information I need not be exported.
CRC calculating process register bit information change of the present invention is described in detail below, as shown in Figure 3.Work as life G is taken into multinomial16(D) when, g1(when taking other production multinomials, CRC calculating process is complete for=[0,001 0,000 0,010 0001] It is exactly the same), the length of register B is 16, is initialized as B=[B (1), B (2) ..., B (16)]=[0,0 ..., 0];Read kth Individual information bit I (k), with the 1st bit B (1) of register and the first bit of CRC generator polynomials g0, using preferred embodiment Formula 1 calculates status indicator value C using optional mode formula 2;Register B is carried out to move 1 bit manipulation, is exactly by register B The 2,3rd ..., 16 and 0 totally 16 bits constitute new register value B;Register B is updated using the condition of formula 4, it is also possible to represent g1The 4,11,16th bit carry out XOR with the corresponding delay position of register B and shift.View of the above, it will be seen that The original position that the calculating of whole CRC check bit is all based on register B is calculated, so as to save the resource of register. In 16 bit DSP instruction systems, status indicator value C generally as register hidden shadow bit (Shadow bit), with operation Instruction automatically updates status indicator value C.In 16 bit DSP systems, many instruction direct basis status indicator value C are used as execution bar Part, the correlation functions such as register renewal are performed in order to condition.
CRC computing device of the present invention based on GMR satellite communication protocols is described below, as shown in figure 4, including:
Register B, length is R, for storing check field;
Information field reading unit, bit information I (k) for reading information field by bit;
Status indicator value computing unit, for the kth position bit using first bit information of register B and information field Information calculates status indicator value C;
Register shift control unit, for carrying out moving to left 1 bit manipulation to register B, the room produced by displacement uses 0 Filling;
Register updates control unit, and register B is updated according to status indicator value C.
As a kind of achievable mode, the status indicator value computing unit, for using first bit letter of register B The kth position bit information of breath and information field calculates status indicator value C, including using first bit information of register B and letter The kth position bit information of breath field carries out XOR and obtains status indicator value C;
The register updates control unit, and register B, including if status indicator value C are updated according to status indicator value C It is 1, then by register B and remaining bits g1Same bits position be stored back to after XOR the bit of register B;It is described Remaining bits g1It is that CRC generator polynomials are divided into the first bit g0Length is the remaining bits of R afterwards.
As the achievable mode of another kind, the status indicator value computing unit, for using register first bit of B Information and information field kth position bit information calculate status indicator value C, including using first bit information of register B with The kth position bit information of information field carries out XOR and obtains state median C ', state median C ' and CRC is generated many First bit g of item formula0XOR is carried out again obtains status indicator value C;
The register updates control unit, and register B, including if status indicator value C are updated according to status indicator value C It is 0, then by register B and remaining bits g1Same bits position be stored back to after XOR the bit of register B;It is described Remaining bits g1It is that CRC generator polynomials are divided into the first bit g0Length is the remaining bits of R afterwards.
The implementation of each part can be quoted mutually with method implementation in apparatus of the present invention, be repeated no more.
The present invention uses register bit In situ FTIRS mode, reduces to greatest extent to register number demand.This hair It is bright 3, the dsp system of 5,8,12,16 can be applicable, and be particularly suitable in 16 bit DSP systematic differences, in this situation Under, register resources utilization rate can be made to bring up to 100% (i.e. 16/16* from 53% (i.e. 17/32 × 100%=53%) 100%).
The object, technical solutions and advantages of the present invention have been carried out further detailed description, institute by embodiment provided above It should be understood that embodiment provided above is only the preferred embodiment of the present invention, be not intended to limit the invention, it is all Any modification, equivalent substitution and improvements made for the present invention etc., should be included in the present invention within the spirit and principles in the present invention Protection domain within.

Claims (10)

1. the mobile wireless interface GMR satellite mobile communication system CRCs CRC based on geostationary orbit is calculated Method, it is characterised in that:
S1, initialization length are the register B of R;
S2, the kth bit information calculating status indicator value C using first bit information of register B and information field;
S3, to register B carry out move 1 bit manipulation, the room produced by displacement with 0 fill;
S4, register B is updated according to status indicator value C;
S5, the kth+1 for reading information field, repeat S2-S5, until all bit informations of information field are disposed, deposit The value of device B is final CRC output valves.
2. the mobile wireless interface GMR satellite mobile communication systems based on geostationary orbit are circulated according to claim 1 Redundancy check code CRC computational methods, it is characterised in that:Register B's is initialized as value for full 0 in step S1.
3. the mobile wireless interface GMR satellite mobile communication systems based on geostationary orbit are circulated according to claim 1 Redundancy check code CRC computational methods, it is characterised in that:First bit information of register B and information word are used described in step S2 The kth position bit information of section calculates status indicator value C, including:Using the of first bit information of register B and information field K bit information carries out XOR and obtains status indicator value C.
4. the mobile wireless interface GMR satellite mobile communication systems based on geostationary orbit are circulated according to claim 3 Redundancy check code CRC computational methods, it is characterised in that:It is described to be included according to status indicator value C renewals register B:If state Ident value C is 1, then by register B and remaining bits g1Same bits position be stored back to after XOR the bit of register B Position;The remaining bits g1It is that CRC generator polynomials are divided into the first bit g0Length is the remaining bits of R afterwards.
5. the mobile wireless interface GMR satellite mobile communication systems based on geostationary orbit are circulated according to claim 1 Redundancy check code CRC computational methods, it is characterised in that:First bit information of register B and information word are used described in step S2 The kth position bit information of section calculates status indicator value C, including:Using the of first bit information of register B and information field K bit information carries out XOR and obtains state median C ', and state median C ' and CRC generator polynomials are divided into first Bit g0XOR is carried out again obtains status indicator value C.
6. the mobile wireless interface GMR satellite mobile communication systems based on geostationary orbit are circulated according to claim 5 Redundancy check code CRC computational methods, it is characterised in that:It is described to be included according to status indicator value C renewals register B:If state Ident value C is 0, then by register B and remaining bits g1Same bits position be stored back to after XOR the bit of register B Position;The remaining bits g1It is that CRC generator polynomials are divided into the first bit g0Length is the remaining bits of R afterwards.
7. the mobile wireless interface GMR satellite mobile communication systems based on geostationary orbit are circulated according to claim 1 Redundancy check code CRC computational methods, it is characterised in that:Move 1 bit manipulation including to register to register B described in step S3 B carries out moving to left 1 bit manipulation.
8. the mobile wireless interface GMR satellite mobile communication system CRCs CRC based on geostationary orbit is calculated Device, it is characterised in that:Including:
Register B, length is R, for storing check field;
Information field reading unit, bit information I (k) for reading information field by bit;
Status indicator value computing unit, for the kth position bit information using first bit information of register B and information field Calculate status indicator value C;
Register shift control unit, for carrying out moving to left 1 bit manipulation to register B, the room produced by displacement is filled out with 0 Fill;
Register updates control unit, and register B is updated according to status indicator value C.
9. the mobile wireless interface GMR satellite mobile communication system CRCs CRC based on geostationary orbit is calculated Device, it is characterised in that:
The status indicator value computing unit, for the kth position bit using first bit information of register B and information field Information calculates status indicator value C, including is entered with the kth position bit information of information field using first bit information of register B Row XOR obtains status indicator value C;
The register updates control unit, and register B is updated according to status indicator value C, including if status indicator value C is 1, Then by register B and remaining bits g1Same bits position be stored back to after XOR the bit of register B;The residue Bit g1It is that CRC generator polynomials are divided into the first bit g0Length is the remaining bits of R afterwards.
10. the mobile wireless interface GMR satellite mobile communication system CRCs CRC based on geostationary orbit is calculated Device, it is characterised in that:
The status indicator value computing unit, for the kth position bit using first bit information of register B and information field Information calculates status indicator value C, including is entered with the kth position bit information of information field using first bit information of register B Row XOR obtains state median C ', by state median C ' and the first bit g of CRC generator polynomials0Carry out again different Or computing obtains status indicator value C;
The register updates control unit, and register B is updated according to status indicator value C, including if status indicator value C is 0, Then by register B and remaining bits g1Same bits position be stored back to after XOR the bit of register B;The residue Bit g1It is that CRC generator polynomials are divided into the first bit g0Length is the remaining bits of R afterwards.
CN201710205360.9A 2017-03-31 2017-03-31 CRC calculation method and device based on GMR satellite communication protocols Active CN106788909B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710205360.9A CN106788909B (en) 2017-03-31 2017-03-31 CRC calculation method and device based on GMR satellite communication protocols

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710205360.9A CN106788909B (en) 2017-03-31 2017-03-31 CRC calculation method and device based on GMR satellite communication protocols

Publications (2)

Publication Number Publication Date
CN106788909A true CN106788909A (en) 2017-05-31
CN106788909B CN106788909B (en) 2019-11-01

Family

ID=58965801

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710205360.9A Active CN106788909B (en) 2017-03-31 2017-03-31 CRC calculation method and device based on GMR satellite communication protocols

Country Status (1)

Country Link
CN (1) CN106788909B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109947368A (en) * 2019-03-21 2019-06-28 记忆科技(深圳)有限公司 Data reliability detection method, device, computer equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101404557A (en) * 2008-11-28 2009-04-08 炬力集成电路设计有限公司 Cyclic redundancy check code generation apparatus and method
CN103297196A (en) * 2013-06-20 2013-09-11 成都国星通信有限公司 Cyclic redundancy check algorithm of non-integral byte data
CN103795502A (en) * 2014-02-28 2014-05-14 杭州华三通信技术有限公司 Data frame check code generating method and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101404557A (en) * 2008-11-28 2009-04-08 炬力集成电路设计有限公司 Cyclic redundancy check code generation apparatus and method
CN103297196A (en) * 2013-06-20 2013-09-11 成都国星通信有限公司 Cyclic redundancy check algorithm of non-integral byte data
CN103795502A (en) * 2014-02-28 2014-05-14 杭州华三通信技术有限公司 Data frame check code generating method and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
夏泽中等: "循环冗余校验码算法的分析及VHDL语音实现", 《计算机与数字工程》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109947368A (en) * 2019-03-21 2019-06-28 记忆科技(深圳)有限公司 Data reliability detection method, device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN106788909B (en) 2019-11-01

Similar Documents

Publication Publication Date Title
CN108809506B (en) Coding method and device
CN101820288B (en) Information processing method of low-density check codes
CN106899379A (en) Method and communication equipment for processing polarization code
CN107154836B (en) Parallel Cyclic Redundancy Check (CRC) method based on Field Programmable Gate Array (FPGA)
CN109981224B (en) Deep space communication channel coding and decoding system and method thereof
EP3614701A1 (en) Polar code transmission method and device
CN102405599B (en) Extension TURBO interleaver for parallel turbo decoding
CN109361403A (en) LDPC interpretation method, ldpc decoder and its storage equipment
CN104618072B (en) The coding and modulator approach of logical frame signaling channel in NGB W systems
CN108365850A (en) Coding method, code device and communication device
EP2827516B1 (en) Scrambling code generation method, apparatus and scrambling code processing apparatus
CN102761394A (en) Method and device for processing data
CN106788909B (en) CRC calculation method and device based on GMR satellite communication protocols
US11336300B2 (en) Generalized polar codes
CN109391347B (en) Coding and decoding method and device
CN106603082A (en) Universal high-speed LDPC code encoding method and encoder
CN110391874A (en) Rate-matched, dissociation rate matching method and the equipment of polarization code
CN108737020A (en) A kind of information bearing method and device
CN108988870A (en) The building method of LDPC check matrix
CN116707545A (en) Low-consumption and high-throughput 5GLDPC decoder implementation method and device
CN101662292B (en) Method and device for confirming interleaver
EP4340231A1 (en) Polar code encoding method and decoding method and apparatuses
CN108574491A (en) Data processing method, data processing equipment and communication equipment
Xie et al. High throughput multi-code LDPC encoder for CCSDS standard
US10216567B1 (en) Direct parity encoder

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
CB03 Change of inventor or designer information
CB03 Change of inventor or designer information

Inventor after: Luo Dong

Inventor after: Wu Guangfu

Inventor after: Li Yun

Inventor after: Li Zheng

Inventor after: Zheng Huanping

Inventor after: Fu Shiming

Inventor before: Wu Guangfu

Inventor before: Li Yun

Inventor before: Li Zheng

Inventor before: Zheng Huanping

Inventor before: Fu Shiming

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20231213

Address after: 710000, E-33, 3rd Floor, Block F, Building BDEF, Airport International Business Center, Xixian New Area, Xi'an City, Shaanxi Province, China

Patentee after: Shaanxi Zhongxun Times Information Technology Co.,Ltd.

Address before: 400065 Chongwen Road, Nanshan Street, Nanan District, Chongqing

Patentee before: CHONGQING University OF POSTS AND TELECOMMUNICATIONS