CN101834617B - RS (Reed-Solomon) error correction decoder - Google Patents

RS (Reed-Solomon) error correction decoder Download PDF

Info

Publication number
CN101834617B
CN101834617B CN 201010188923 CN201010188923A CN101834617B CN 101834617 B CN101834617 B CN 101834617B CN 201010188923 CN201010188923 CN 201010188923 CN 201010188923 A CN201010188923 A CN 201010188923A CN 101834617 B CN101834617 B CN 101834617B
Authority
CN
China
Prior art keywords
error
address
memory address
port
polynomial
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN 201010188923
Other languages
Chinese (zh)
Other versions
CN101834617A (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.)
New Continent Digital Technology Co., Ltd.
Original Assignee
Fujian Newland Computer 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 Fujian Newland Computer Co Ltd filed Critical Fujian Newland Computer Co Ltd
Priority to CN 201010188923 priority Critical patent/CN101834617B/en
Publication of CN101834617A publication Critical patent/CN101834617A/en
Application granted granted Critical
Publication of CN101834617B publication Critical patent/CN101834617B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention provides an RS (Reed-Solomon) error correction decoder which comprises an first-in first-out (FIFO) buffer, an adjoint computing circuit, a deleted location polynomial computing circuit, a correction adjoint computing circuit, a key equation solution circuit, a Chien search circuit, an error value computing circuit and a summator, wherein the deleted location polynomial computing circuit and the adjoint computing circuit are arranged in parallel. Through the arrangement, the RS error correction decoder can carry out adjoint computation and deleted location polynomial computation synchronously, thereby increasing the decoding speed.

Description

A kind of RS error-correcting code decoder
[technical field]
The invention belongs to the error-correcting code technique field, especially, relate to a kind of RS error-correcting code decoder.
[background technology]
Error correcting code is extensive use in information technology, generally speaking, before transmitting terminal transmission information, error correcting encoder calculates corresponding check code according to the data message that will send, and check code formed error correcting code together as redundant check and data message, after receiving terminal is received error correcting code, mistake can not only be automatically found by error correcting deocder, and the mistake of code word in transmission course can be automatically corrected.
RS error correcting code (Reed-Solomon error correction, Read-Solomon error correcting code) is the very strong cyclic code of a kind of error correcting capability, and the implication of symbol (N, K) RS is as follows usually: N represents code word size; K represents the message length in the code word; N-K=2t represents the symbolic number of check code, and wherein t represents the code word error number that can correct.
The coding and decoding flow process of RS error-correcting code decoder of the prior art as shown in Figure 1, in step 101, at first determine raw information, in step 102, raw information is carried out the RS coding, to obtain the RS coded data, in step 103, receiving terminal obtains the RS coded data, in step 104, calculate syndrome, in step 105, judge whether syndrome equals 0, if judged result is "No", then execution in step 106, confirm error polynomial and errors present, and in step 107, correct a mistake according to errors present, and after step 107 is finished, execution in step 109, output information.
In step 105, if judged result is "Yes", then know that in step 108 receive data is consistent with initial data, execution in step 109 will receive information output.
In error correction coding algebraically, regard a multinomial as with the data series that binary digit represents, for example sequence of binary digits 10101111 can be expressed as:
M(x)=a 7x 7+a 6x 6+a 5x 5+a 4x 4+a 3x 3+a 2x 2+a 1x 1+a 0x 0=x 7+x 5+x 3+x 2+1
Wherein, x iThe position of expression code, or certain binary number bit position, x iThe coefficient a of front iIf the value of expression code is a iA binary code, value 0 or 1 then, and M (x) is called the message code multinomial.
For coding step, the sequence length of supposing the input coding device is K, and then the message code multinomial of list entries can be expressed as:
M(x)=m K-1x K-1+m K-2x K-2+...+m 1x+m 0 (1)
By above introduction as can be known, m iBe 1 or 0, x iExpression m iPosition in sequence, i=0,1,2 ..., K-1.
Encoder has following equation:
x RM(x)=α(x)g(x)+R(x) (2)
Wherein, x RM (x) represents x RWith the product of M (x), R is the exponent number of R (x), and g (x) is generator polynomial, and α (x) is x RMerchant's multinomial that M (x) obtains divided by g (x), R (x) is the remainder polynomid that defines in (2) formula for receiving first multinomial.
Generator polynomial g (x) expression formula is
Figure GDA00001943390600021
M wherein i(x) be minimal polynomial.Its physical significance is, g (x) is that t is the maximum number of errors that the RS error correcting code can be corrected by the generation of multiplying each other of t minimal polynomial.
The sequence of encoder output is T (x), and length is N, and T (x) is expressed as
T(x)=M(x)x N-K+R(x) (3)
Suppose that the mistake that channel produces is E (x), the expression formula of error location polynomial E (x) is
E(x)=E N-1x N-1+E N-2x N-2+...+E 1x+E 0 (4)
Wherein, E iThe expression improper value is worked as E iBe to represent wrong generation, E at 1 o'clock iBe to represent that inerrancy occured at 0 o'clock.
Then receiving symbol multinomial R (x) can be expressed as
R(x)=T(x)+E(x) (5)
Known by formula (2), (3)
T(x)=M(x)x R+R(x)=α(x)g(x) (6)
Be that T (x) can be divided exactly by α (x).
Definition syndrome S i, i.e. S 0..., S 2t-1, t is the maximum wrong number that the RS error correcting code can be corrected.The expression formula of syndrome is
S i=E(α i)=R(α i) (7)
Wherein α is the element of the Galois field (Galois Field, GF) of correspondence.The receiving symbol multinomial can be expressed as
R(x)=r N-1x N-1+r K-2x K-2+...+r 1x+r 0 (8)
Wherein, r jExpression list entries { r N-1, r N-2..., r 1, r 0One, be 1 or 0, x jExpression r jPosition in sequence, j=0,1,2,3..., N-1.
According to Huo Na algorithm (Horner), and formula (7), (8), the algorithm of following syndrome is proposed in the prior art:
S i=R(x i)=r N-1i) N-1+r N-2i) N-2+...+r 1i)+r 0
=((r N-1i)+r N-2)(α i)+...+r 1)(α i)+r 0 (9)
Wherein, i=1,2 ..., 2t.
Fig. 2 shows the circuit structure of the calculating syndrome (9) that prior art provides, each clock cycle is inputted 1 bit data (input) from adder 204 among the figure, and control bit this moment (control) control selector 203, so that the value of register output is delivered in the adder 204, thereby make the with it addition of 1 bit data of input, result after the addition carries out the primary constant multiplying by multiplier 201, operation result feeds back to register 202, input data accumulation at next clock cycle and adder 204 places, after constantly adding up, close selector 203 by control bit after the data input that needs verification is finished, this moment, the result of register 202 outputs was exactly the syndrome value of list entries.Serial input is adopted in the calculating of syndrome, adopts the calculating of this mode only to need a constant multiplier and an adder just can calculate S iBut sort circuit structure arithmetic speed is partially slow, and needs 2t above circuit could calculate respectively S 1-S 2tValue, cause operation inconvenience, circuit structure complicated.
The delete position is the code word that decoder refusal reads, and as in the bar code decoding process, the part code word may be because of stained etc. former thereby read by the decoder refusal in leaching process, thereby this code word is designated idle bit, i.e. the delete position.Existing RS error-correcting code decoder is when calculating syndrome, the back (or rear step) that the position calculation that delete position decoding can be made mistakes is placed on syndrome carries out, although decoded information is consistent with raw information, but calculate asynchronous carrying out at position calculation and the syndrome that delete position decoding makes mistakes, can prolong decode time.
Therefore, for the above deficiency that prior art exists, needing badly provides a kind of RS error-correcting code decoder, can realize carrying out synchronously syndrome calculates and the delete position polynomial computation, and adopt improved syndrome counting circuit, thereby accelerate decoding speed, and guarantee that decoding can not make mistakes.
[summary of the invention]
In order to overcome the partially slow shortcoming of RS error-correcting code decoder arithmetic speed of prior art, the invention provides a kind of RS error-correcting code decoder, to overcome the problems referred to above.
The invention provides a kind of RS error-correcting code decoder, wherein the code word size of RS error correcting code is N, and the code word error number that can correct is t, and corresponding Galois field element is α, it is characterized in that, comprising: first-in first-out buffer is used for buffering and receives code word; The syndrome counting circuit is used for calculating syndrome according to receiving code word; Delete position polynomial computation circuit is used for calculating the delete position multinomial according to the delete position that receives code word, revises the syndrome counting circuit, according to the associated polynomial of syndrome and delete position polynomial computation correction; Key equation solving circuit is according to associated polynomial and delete position polynomial computation error location polynomial and the error polynomial revised; The money search circuit is according to error location polynomial mistake in computation position root of polynomial, to obtain errors present; The improper value counting circuit according to error polynomial and delete position polynomial computation mistake/delete position multinomial, utilizes the Forney formula to calculate improper value and deletion value according to mistake/delete position multinomial and errors present; First adder, through the reception code word of buffering through first adder and improper value and the addition of deletion value, thereby obtain correct code word, wherein, the parallel setting of delete position polynomial computation circuit and syndrome counting circuit.
The preferred embodiment one of according to the present invention, the syndrome counting circuit comprises: data storage, comprise at least 2t memory address, be used for 2t data unit of storage; Multiplier is used for successively data cell and the α of i memory address will reading from data storage iMultiply each other, to obtain multiplied result, wherein i is integer, 1≤i≤2t; Second adder is used for successively with multiplied result and j+1 the code word r that is input to N code word of syndrome counting circuit N-1-jAddition obtaining addition result, and is saved to addition result i memory address of data storage, and wherein j is whole 2t the number of times that memory address reads to the data memory, and j is integer, 1≤j≤N-1.
The preferred embodiment one of according to the present invention, data storage is the twoport data storage, comprise and read address port, write address port, read port and write inbound port, wherein read the address of reading of address port input and at first point to the 1st memory address in 2t the memory address, each clock cycle adds 1, until 2t clock cycle of experience, thereby 2t memory address of traversal; The write address of write address port input at first points to the 1st memory address in 2t the memory address, and each clock cycle adds 1, until 2t clock cycle of experience, thereby 2t memory address of traversal; Read port is used for reading the data in the memory address that points to the address; Write the memory address data writing that inbound port points to write address.
The preferred embodiment one of according to the present invention, data storage further comprises: controller is used for the work that control is read address port, write address port, read port and write inbound port.
The preferred embodiment one of according to the present invention, controller is judged write address or is read the address and whether point to 2t+1 memory address, if judged result is "Yes", controller control write address or read the address and point to the 1st memory address then.
The preferred embodiment one of according to the present invention, controller judges whether j equals N-1, if judged result is "Yes", then obtains respectively syndrome from 2t memory address.
The preferred embodiment one of according to the present invention, α is different constants corresponding to the various criterion value.
The preferred embodiment one of according to the present invention is arranged to data cell the 1st the code word r that the RS error-correcting code decoder receives when initialization N-1
By above setting, RS error-correcting code decoder of the present invention can be realized carrying out synchronously syndrome and be calculated and the delete position polynomial computation, thereby accelerates decoding speed.
[description of drawings]
Fig. 1 shows the coding and decoding flow process of RS error correcting code of the prior art.
Fig. 2 shows the circuit structure of the calculating syndrome that prior art provides.
Fig. 3 is that the circuit of RS error-correcting code decoder of the present invention connects block diagram.
Fig. 4 is the workflow diagram of RS error-correcting code decoder of the present invention.
Fig. 5 is that the circuit of the syndrome counting circuit in the RS error-correcting code decoder of the present invention connects block diagram.
Fig. 6 is the serial data input mode schematic diagram of the syndrome counting circuit in the RS error-correcting code decoder of the present invention.
Fig. 7 is the workflow diagram of the syndrome counting circuit in the RS error-correcting code decoder of the present invention.
[embodiment]
Relevant feature of the present invention and technology contents please refer to following detailed description and accompanying drawing, and accompanying drawing only provides reference and explanation, and the present invention is limited.
Fig. 3 is that the circuit of RS error-correcting code decoder of the present invention connects block diagram.As shown in Figure 3, RS error-correcting code decoder of the present invention comprises first-in first-out buffer 601, adder 602, syndrome counting circuit 603, revises syndrome counting circuit 604, key equation solving circuit 605, improper value counting circuit 606, delete position polynomial computation circuit 607, money search circuit 608.
The workflow of RS error-correcting code decoder of the present invention as shown in Figure 4, at first, in step 701, utilize syndrome counting circuit 603 to calculate syndrome S (x) according to receiving code word r (x), utilize delete position polynomial computation circuit 607 to calculate delete position multinomial Λ (x) according to the delete position simultaneously.
In step 702, by utilizing correction syndrome counting circuit 604 to calculate the associated polynomial T (x) of correction according to syndrome S (x) and delete position multinomial Λ (x).
In step 703, by T (x) and Λ (x), utilize key equation solving circuit 605 by the MEA(Euclidean algorithm) the algorithm solving key equation, obtain error location polynomial σ (x) and error polynomial ω (x).
In step 704, utilize money search circuit 608 to calculate the root of σ (x), thereby draw errors present.
In step 705, utilize improper value counting circuit 606 to calculate mistake/delete position multinomial ψ (x) according to ω (x) and Λ (x).
In step 706, improper value counting circuit 606 utilizes the Forney formula to calculate improper value and deletion value according to ψ (x) and errors present, and it is seen through adder 602 additions with original code word r (x), obtain correct code word, original code word r (x) input summer 602 again after first-in first-out buffer 601 buffering wherein, purpose is to postpone original code word r (x) 602 times of input summer, and is synchronous with the Output rusults of improper value counting circuit 606.
It should be noted that RS error-correcting code decoder of the present invention with syndrome counting circuit 603 and delete position polynomial computation circuit 607 parallel settings, thereby saved operation time, improved decoding efficiency.
Below will introduce in detail the circuit structure of syndrome counting circuit 603.
Fig. 5 is the circuit connection block diagram according to the syndrome counting circuit 603 in the RS error-correcting code decoder of the present invention.As shown in Figure 5, the syndrome counting circuit in the disclosed RS error-correcting code decoder comprises multiplier 301, adder 302, data storage 303, controller 306, the first data input pin 304 and the second data input pin 305.
Wherein, data storage 303 is preferably the twoport data storage, comprise and read address port (being the raddr shown in Fig. 3), read port (being the rdata shown in Fig. 3), write address port (being the waddr shown in Fig. 3) and write inbound port (being the wdata shown in Fig. 3), when reading a certain memory address of reading to point to data storage 303 in the address of address port input, can utilize read port with the data reading of storing in this memory address, similarly, when the write address of write address port input points to a certain memory address of data storage 303, can utilize and write inbound port to this memory address data writing.It should be noted that available controller 306 produces reads address and write address, and control is read address port, write address port and controlled read port and write the work of inbound port.
The syndrome counting circuit 603 of disclosed RS error-correcting code decoder can carry out initialization to data memory 303 when beginning, wherein when initialization, carry out following the operation: successively at 2t memory address 1-2t(of data storage 303 memory address 1 wherein, 2,3, ..., 2t only numbers for convenience of explanation, and it is not corresponding with physical memory address) the input data cell, the data cell of inputting during common initialization is first code word r N-1
Read the address since the 1st memory address 1, each clock cycle adds 1, until 2t clock cycle of experience, thereby travels through whole 2t memory address 1-2t, wherein reads the address and adds 1 action and controlled by controller 306.
Read port reads the data cell in the memory address that points to the address, as pointing to memory address 1 when reading the address, read port can read the data cell of memory address 1 interior storage, and is entered into multiplier 301, and wherein the action of read port reading out data is controlled by controller 306.
Write address is since the 1st memory address 1, and each clock cycle adds 1, until 2t clock cycle of experience, thereby travels through whole 2t memory address 1-2t, and wherein write address adds 1 action and controlled by controller 306.
Write memory address that inbound port points to write address and write data cell by adder 302 outputs, as pointing to memory address 1 when write address, write the memory headroom that inbound port can write to the data cell of adder 302 output memory address 1 and carry out the data storage, the action that wherein writes the port data writing is controlled by controller 306.
First input end 304 and the second input 305 can carry out the serial data input, the first serial data and the second serial data input to respectively the first data input pin 304 and the second data input pin 305 synchronously by figure place, namely when inputting respectively the first serial data and the second serial data to first input end 304 and the second input 305, these two groups of serial datas are synchronous according to the clock cycle, can within a clock cycle, input simultaneously respectively Bits Serial data to first input end 304 and the second input 305.
Fig. 6 is the serial data input mode schematic diagram of the syndrome counting circuit 603 in the RS error-correcting code decoder of the present invention.Please refer to Fig. 6, in Fig. 6, the first serial data 404 and the second serial data 405 are for inputing to respectively the serial data of first input end 304 and the second input 305, as shown in Figure 6, the input of serial data take 2t clock cycle as a circulation, total N-1 circulation.The first serial data 404 and the second serial data 405 are according to the syndrome computing formula
S i=(... (r (N-1)α i+ r (N-2)) α i+ r (N-3)) α i...+r 1) α i+ r 0(9) definition, wherein, i=1,2 ..., 2t.Symbol α is to be corresponding Galois field (Galois Field, GF) multiplication GF (2 m) element, can be defined as a constant according to respective standard during Practical Calculation, and r 0To r N-1The code word that receives for the RS error-correcting code decoder, wherein r N-1First code word that receives, r 0It is last code word that receives.
In clock cycle, the serial data that the first serial data 404 inputs to the first data input pin 304 is respectively: α, α at first 2t 2, α 3..., α 2t, the serial data that the second serial data 405 inputs to the second data input pin 305 is respectively: r N-2, r N-2, r N-2..., r N-2
In clock cycle, the serial data that the first serial data 404 inputs to the first data input pin 304 is respectively: α, α at second 2t 2, α 3..., α 2t, the serial data that the second serial data 405 inputs to the second data input pin 305 is respectively: r N-3, r N-3, r N-3..., r N-3
Similarly, in the clock cycle, the serial data that the first serial data 404 inputs to the first data input pin 304 is respectively: α, α at N-1 2t 2, α 3..., α 2t, the serial data that the second serial data 405 inputs to the second data input pin 305 is respectively: r 0, r 0, r 0..., r 0
The data cell s of i the memory address that multiplier 301 will be read from data storage 303 successively iWith α iMultiply each other, to obtain multiplied result, wherein i is integer, 1≤i≤2t;
Adder 302 is successively with multiplied result and j+1 the code word r that is input in N the code word of syndrome counting circuit N-1-jAddition obtaining addition result, and is saved to addition result i memory address of data storage 303, and wherein j is whole 2t the number of times that memory address reads to data memory 303, and j is integer, 1≤j≤N-1.
Fig. 7 is the workflow diagram of the syndrome counting circuit 603 in the RS error-correcting code decoder of the present invention.Below with reference to Fig. 7 the workflow of the syndrome counting circuit in the RS error-correcting code decoder of the present invention is described in detail.
As shown in Figure 7, in step 501, carry out initialization operation, namely to memory address 1-2t input r N-1And outer circulation counting variable j is set equals 1, variable i=1 is set in addition, wherein i is used for the memory address that expression is operating, j is used for statistics to whole 2t the number of times that memory address reads of data memory, more than operates under the control of controller 306 to finish.
In step 502, make read address and the write address of data storage 303 point to memory address i.
In step 503, read port reads data cell among the memory address i to multiplier 301 according to reading the address.
In step 504, from first serial data α of the first data input pin 304 inputs iTo multiplier 301, from serial data r of the second data input pin 305 inputs N-1-jTo adder 302.
In step 505, multiplier 301 is with α iMultiply each other with data cell and to obtain multiplied result.
In step 506, adder 302 is with r N-1-jObtain addition result with the multiplied result addition.
In step 507, write inbound port and according to write address addition result is write to memory address i.
In step 508, i is carried out processing from adding 1.
In step 509, judge whether i equals 2t+1, if judged result is "No", then skip to step 502.
If judged result is "Yes", then execution in step 510, and i is set to 1, and j is carried out processing from adding 1.
In step 511, judge whether j equals N-1, if judged result is "Yes", then in step 512, obtain syndrome.
If judged result is "No", then skip to step 502.
Therefore, by above-mentioned N-1 computing, the data cell s that stores in the 2t of data storage 303 memory address 1To s 2tBe respectively:
s 1=(...(r (N-1)α+r (N-2))α+r (N-3))α......+r 1)α+r 0
s 2=(...(r (N-1)α 2+r (N-2)2+r (N-3)2......+r 12+r 0
s 3=(...(r (N-1)α 3+r (N-2)3+r (N-3)3......+r 13+r 0
s 2t=(...(r (N-1)α 2t+r (N-2)2t+r (N-3)2t......+r 12t+r 0
That is:
s i=(...(r (N-1)α i+r (N-2)i+r (N-3)i......+r 1i+r 0
Wherein, i=1,2 ..., 2t.Thereby, data cell s 1, s 2, s 3..., s 2tCorresponding to each the syndrome S in the formula (9) 1, S 2, S 3..., S 2t
Syndrome counting circuit 603 in the RS error-correcting code decoder of the present invention has advantages of that fast operation, circuit structure are simple, easy to operate.
By above setting, RS error-correcting code decoder of the present invention can be realized carrying out synchronously syndrome and be calculated and the delete position polynomial computation, thereby accelerates decoding speed.
Above with reference to the accompanying drawings of various preferred embodiments of the present invention, but only otherwise deviate from the spirit and scope of the invention, those skilled in the art can carry out modifications and changes on the various forms to it, all belongs to protection scope of the present invention.

Claims (7)

1. RS error-correcting code decoder, wherein the code word size of RS error correcting code is N, and the code word error number that can correct is t, and corresponding Galois field element is α, it is characterized in that, comprising:
First-in first-out buffer is used for buffering and receives code word;
The syndrome counting circuit is used for calculating syndrome according to described reception code word;
Delete position polynomial computation circuit is used for calculating the delete position multinomial according to the delete position of described reception code word,
Revise the syndrome counting circuit, according to the associated polynomial of described syndrome and the polynomial computation correction of described delete position;
Key equation solving circuit is according to associated polynomial and described delete position polynomial computation error location polynomial and the error polynomial of described correction;
The money search circuit is according to error location polynomial mistake in computation position root of polynomial, to obtain errors present;
The improper value counting circuit according to error polynomial and delete position polynomial computation mistake/delete position multinomial, utilizes the Forney formula to calculate improper value and deletion value according to mistake/delete position multinomial and described errors present;
First adder, the reception code word of buffering be through described first adder and described improper value and the addition of deletion value, thereby obtain correct code word,
Wherein, described delete position polynomial computation circuit and described syndrome counting circuit are parallel arranges.
2. RS error-correcting code decoder according to claim 1 is characterized in that, described syndrome counting circuit comprises:
Data storage comprises 2t memory address at least, is used for 2t data unit of storage;
Multiplier is used for successively data cell and the α of i memory address will reading from described data storage iMultiply each other, to obtain multiplied result, wherein i is integer, 1≤i≤2t;
Second adder is used for successively with described multiplied result and j+1 the code word r that is input to N code word of described syndrome counting circuit N-1-jAddition obtaining addition result, and is saved to described addition result i memory address of described data storage, and wherein j is whole 2t the number of times that memory address reads to described data storage, and j is integer, 1≤j≤N-1.
3. RS error-correcting code decoder according to claim 2, it is characterized in that, described data storage is the twoport data storage, comprise and read address port, write address port, read port and write inbound port, the 1st memory address in the described 2t memory address at first pointed in the wherein said address of reading of reading address port input, each clock cycle adds 1, until 2t clock cycle of experience, thereby travel through a described 2t memory address; The write address of described write address port input at first points to the 1st memory address in the described 2t memory address, and each clock cycle adds 1, until 2t clock cycle of experience, thereby travel through a described 2t memory address; Described read port is used for reading the data in the described memory address of reading to point to the address; The memory address data writing that the said write port points to described write address.
4. RS error-correcting code decoder according to claim 3 is characterized in that, described data storage further comprises: controller is used for controlling described work of reading address port, described write address port, described read port and said write port.
5. RS error-correcting code decoder according to claim 4, it is characterized in that, described controller judges whether described write address or the described address of reading point to 2t+1 memory address, if judged result is "Yes", then described controller is controlled described write address or described the 1st memory address pointed in the described address of reading.
6. RS error-correcting code decoder according to claim 4 is characterized in that, described controller judges whether described j equals N-1, if judged result is "Yes", then obtains respectively syndrome from a described 2t memory address.
7. RS error-correcting code decoder according to claim 2 is characterized in that, described data cell is arranged to the 1st the code word r that described RS error-correcting code decoder receives when initialization N-1
CN 201010188923 2010-06-01 2010-06-01 RS (Reed-Solomon) error correction decoder Active CN101834617B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201010188923 CN101834617B (en) 2010-06-01 2010-06-01 RS (Reed-Solomon) error correction decoder

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201010188923 CN101834617B (en) 2010-06-01 2010-06-01 RS (Reed-Solomon) error correction decoder

Publications (2)

Publication Number Publication Date
CN101834617A CN101834617A (en) 2010-09-15
CN101834617B true CN101834617B (en) 2013-03-27

Family

ID=42718570

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201010188923 Active CN101834617B (en) 2010-06-01 2010-06-01 RS (Reed-Solomon) error correction decoder

Country Status (1)

Country Link
CN (1) CN101834617B (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102655443B (en) * 2011-03-04 2016-11-02 上海华虹集成电路有限责任公司 The part parallel revising Euclidean algorithm realizes device
CN102684708B (en) * 2012-05-10 2015-02-04 天津大学 Decoding device
CN103870354B (en) * 2012-12-07 2018-04-17 北京兆易创新科技股份有限公司 A kind of error checking and correction code decoder and interpretation method
US8977938B2 (en) * 2013-02-08 2015-03-10 Altera Corporation Parallel decomposition of Reed Solomon umbrella codes
CN104218957B (en) * 2014-08-26 2017-07-28 中山大学 A kind of RS decoders of low hardware complexity
CN108471315B (en) * 2017-02-23 2021-08-20 杭州海康威视数字技术股份有限公司 Erasure decoding method and device
CN109831278A (en) * 2018-12-26 2019-05-31 中国电子科技集团公司第二十研究所 A kind of wrong symbol delet method of CCSK-RS concatenated code

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1653699A (en) * 2002-05-08 2005-08-10 汤姆森特许公司 Method of soft-decision decoding of reed-solomon codes
CN101674090A (en) * 2009-09-28 2010-03-17 杭州电子科技大学 16-bit FEC decoding realization method for GPON

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW200943741A (en) * 2008-04-10 2009-10-16 Univ Nat Chiao Tung Decoding method and device suitable for shortened BCH codes or Reed-Solomon codes
CN201789495U (en) * 2010-06-01 2011-04-06 福建新大陆电脑股份有限公司 Rs error correcting code decoder

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1653699A (en) * 2002-05-08 2005-08-10 汤姆森特许公司 Method of soft-decision decoding of reed-solomon codes
CN101674090A (en) * 2009-09-28 2010-03-17 杭州电子科技大学 16-bit FEC decoding realization method for GPON

Also Published As

Publication number Publication date
CN101834617A (en) 2010-09-15

Similar Documents

Publication Publication Date Title
CN101834617B (en) RS (Reed-Solomon) error correction decoder
CN102122964B (en) Implementation method of high-speed reed-solomon (RS) codec based on field programmable gate array (FPGA)
CN101227194B (en) Circuit, encoder and method for encoding parallel BCH
CN101277119B (en) Method for complexing hardware of Reed Solomon code decoder as well as low hardware complex degree decoding device
EP1974271A1 (en) Error detection / correction circuit and corresponding method
US7870468B1 (en) Reed-solomon decoder using a configurable arithmetic processor
CN101478314A (en) Reed-solomon coder-decoder and decoding method thereof
CN100571045C (en) A kind of computational methods of decoding accompany type, circuit and decoder
CN101854180B (en) Bar code error correcting and decoding device
CN104639282A (en) RS (reed Solomon) decoding method and device thereof in communication system
JPH0575479A (en) Circuit apparatus for identifying, revising and correcting error in data flow
CN101873143B (en) Syndrome computing circuit in RS (Reed-Solomon) error correcting code decoder and computing method thereof
CN101567696B (en) Encoder and decoder of Code BCH with changeable parameters
CN101488762B (en) Area compact and fast BCH parallel decoding method
CN102045073B (en) Method and device for decoding broadcast channel (BCH) code
CN104218957A (en) RS decoder low in hardware complexity
CN101692612A (en) Multi-specification Reed-Solomon encoding and decoding method, device and system
CN201789495U (en) Rs error correcting code decoder
CN101848001A (en) Data length expanding method of BCH (broadcast Channel) coding and decoding in Flash controller
CN102075199B (en) Implementation method and device for reed-salomon (RS) decoding
US6735737B2 (en) Error correction structures and methods
CN107688506B (en) BCH decoding system with flow structure
CN108471315B (en) Erasure decoding method and device
CN201789494U (en) Error-correcting and decoding device of bar codes
CN201789493U (en) Syndrome computing circuit used in RS error-correcting code decoder

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CP03 Change of name, title or address

Address after: 350015 No. 1 Rujiangxi Road, Mawei District, Fuzhou City, Fujian Province

Patentee after: New Continent Digital Technology Co., Ltd.

Address before: 350015 New Continental Science Park No. 1 Rujiangxi Road, Mawei District, Fuzhou City, Fujian Province

Patentee before: Fujian Newland Computer Co., Ltd.

CP03 Change of name, title or address