KR0174504B1 - Receive data check bit string generator - Google Patents
Receive data check bit string generator Download PDFInfo
- Publication number
- KR0174504B1 KR0174504B1 KR1019950061324A KR19950061324A KR0174504B1 KR 0174504 B1 KR0174504 B1 KR 0174504B1 KR 1019950061324 A KR1019950061324 A KR 1019950061324A KR 19950061324 A KR19950061324 A KR 19950061324A KR 0174504 B1 KR0174504 B1 KR 0174504B1
- Authority
- KR
- South Korea
- Prior art keywords
- check bit
- bit string
- data check
- received data
- division
- Prior art date
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L1/00—Arrangements for detecting or preventing errors in the information received
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Detection And Correction Of Errors (AREA)
- Error Detection And Correction (AREA)
- Detection And Prevention Of Errors In Transmission (AREA)
Abstract
본 발명은 수신데이터 체크 비트열 생성장치를 공개한다. 이 장치는 각 바이트를 M비트의 생성 다항식으로 제산하여 제1 수신데이터 체크 비트열을 구하고, 제1 수신데이터 체크 비트열을 1주기동안 지연하여 출력하는 제1제산 및 지연수단과, 제1 제산 및 지연수단의 출력을 입력하고 생성 다항식으로 제산하여 제2 수신데이터 체크 비트열을 구하고, 제2 수신데이터 체크 비트열을 1주기동안 지연하여 출력하는 제2 제산 및 지연수단과, 이전 제산 및 지연수단의 출력을 입력하고 생성 다항식으로 제산하여 제3, 4....또는 N-1 수신데이터 체크 비트열을 구하고, 제3, 4....또는 N-1 수신데이터 체크 비트열을 1주기동안 지연하여 다음 제산 및 지연수단으로 출력하는 N-3개의 제산 및 지연수단들과, 입력한 N-1개의 제산 및 지연수단들의 출력들을 선택신호에 응답하여 선택적으로 각 바이트의 수신데이터 체크 비트열로서 출력하는 수신데이터 체크 비트열 선택수단을 구비하고, 선택신호는 바이트가 최상위(N번째) 바이트인 경우, 제N-1제산 및 지연수단의 출력을 선택하는 것을 특징으로 하고, 어떠한 생성 다항식을 사용하는 시스템에서도 수신데이터 체크 비트열을 생성할 수 있는 효과가 있다.The present invention discloses an apparatus for generating received data check bit strings. The apparatus divides each byte by a generation polynomial of M bits to obtain a first received data check bit string, and includes first division and delay means for delaying and outputting the first received data check bit string for one period, and a first division. And second division and delay means for inputting the output of the delay means and dividing by the generated polynomial to obtain the second received data check bit string, and delaying and outputting the second received data check bit string for one period. Input the output of the means and divide by the generation polynomial to obtain the third, 4 .... or N-1 received data check bit string, and the third, 4 .... or N-1 received data check bit string 1 N-3 division and delay means for delaying the period and outputting to the next division and delay means, and the received data check bits of each byte selectively in response to the selection signal. With heat A received data check bit string selection means for outputting, wherein the selection signal selects the output of the N-th division and delay means when the byte is the most significant (Nth) byte, and any generated polynomial is used. In this system, the received data check bit string can be generated.
Description
본 발명은 오류 체크 및 정정(ECC:Error Checking Correction)회로에 관한 것으로써, 특히, 데이터 전송중에 발생하는 오류의 유무를 체크할 수 있도록 수신데이터 체크 비트열을 생성하는 수신데이터 체크 비트열 생성장치에 관한 것이다.BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an error checking and correction (ECC) circuit, and in particular, an apparatus for generating a received data check bit string for generating a received data check bit string so as to check whether there is an error occurring during data transmission. It is about.
일반적으로 비동기식 전송모드(ATM:Asyncronous Transmission Mode)에서는 셀(cell)단위로 데이터를 전송하며, 이 셀은 53바이트(byte) 즉, 48바이트의 유효데이터(payload)와 5바이트의 헤더(header)로 구성되어 있다. 전송전에 5바이트의 헤더중에서 1바이트는 CRC(cyclic redundancy check)를 위한 것으로 만들어진다.In general, Asyncronous Transmission Mode (ATM) transmits data in units of cells, which are 53 bytes, that is, 48 bytes of payload and 5 bytes of headers. Consists of One byte of the five byte header before transmission is made for CRC (cyclic redundancy check).
종래의 수신데이터 체크 비트열 생성장치는 송수신과정에서 상술한 유효데이터 48바이트를 뺀 나머지 5바이트의 헤더에 대해 고정된 생성 다항식[g(x)] 즉,The conventional receiving data check bit string generating apparatus has a fixed generation polynomial [g (x)], i.e., fixed for a header of 5 bytes minus 48 bytes of valid data described above during transmission and reception.
g(x)=k3+k2+k1+1g (x) = k 3 + k 2 + k 1 +1
를 사용하여 수신데이터 체크 비트열을 생성한다. 데이터의 오류 유무를 판단하기 위하여 생성된 수신데이터 체크 비트열을 체크하여 모두 0이면 데이터에 오류가 없는 것으로 판단하고, 그렇지 않으면 오류가 존재하는 것으로 판단한다.Use to generate the received data check bit string. In order to determine whether there is an error of the data, the generated received data check bit string is checked and if it is 0, it is determined that there is no error in the data, otherwise it is determined that an error exists.
그러나, 향후 ATM시스템의 표준 권고안의 변화 혹은 기타 특수한 이유로 인하여 생성 다항식이 변하게 될 경우 종래의 이러한 수신데이터 체크 비트열 생성회로는 사용할 수 없게 되는 문제점이 있다.However, if the generation polynomial is changed in the future due to changes in the standard recommendation of the ATM system or other special reasons, the conventional received data check bit string generation circuit cannot be used.
본 발명의 목적은 상기와 같은 종래의 문제점을 해결하기 위하여 생성 다항식의 변화에 대응하여 어떠한 생성다항식을 사용하는 시스템에서도 수신데이터 체크 비트열을 생성할 수 있는 장치를 제공하는데 있다.SUMMARY OF THE INVENTION An object of the present invention is to provide an apparatus capable of generating a received data check bit string in a system using any generation polynomial in response to a change in the generation polynomial in order to solve the conventional problems as described above.
상기 목적을 달성하기 위한 본 발명은, 전송되는 N(N은 양의 정수)바이트 데이터의 헤더를 바이트 단위로 입력하여 M(M은 양의 정수)비트의 생성 다항식으로 제산하고, 제산된 나머지를 상기 각 바이트의 수신데이터 체크 비트열로 출력하는 수신데이터 체크 비트열 생성장치에 있어서, 상기 각 바이트를 상기 M비트의 생성 다항식으로 제산하여 제1 수신데이터 체크 비트열을 구하고, 상기 제1 수신데이터 체크 비트열을 1주기동안 지연하여 출력하는 제1 제산 및 지연수단과, 상기 제1 제산 및 지연수단의 출력을 입력하여 상기 생성 다항식으로 제산하여 제2 수신데이터 체크 비트열을 구하고, 상기 제2 수신데이터 체크 비트열을 1주기동안 지연하여 출력하는 제2 제산 및 지연수단과, 이전 제산 및 지연수단의 출력을 입력하여 상기 생성 다항식으로 제산함으로써 제3, 제4.....또는 N-1 수신데이터 체크 비트열을 구하고, 상기 제3, 제4 .....또는 N-1 수신데이터 체크 비트열을 상기 1주기동안 지연하여 다음 제산 및 지연수단으로 출력하는 N-3개의 제산 및 지연수단과, 입력한 상기 N-1개의 제산 및 지연수단의 출력들을 선택신호에 응답하여 선택적으로 상기 각 바이트의 수신데이터 체크 비트열로서 출력하는 수신데이터 체크 비트열 선택수단으로 구성되고, 상기 선택신호는 상기 바이트가 최상위(N번째)바이트인 경우 상기 N-1제산 및 지연수단의 출력을 선택하는 것이 바람직하다.The present invention for achieving the above object, by inputting the header of the transmitted N (N is a positive integer) byte data in byte units to divide by the generation polynomial of M (M is a positive integer) bits, and divide the remainder A reception data check bit string generating device for outputting the received data check bit string of each byte, wherein each byte is divided by the generation polynomial of the M bits to obtain a first received data check bit string, and the first received data. First dividing and delaying means for delaying and outputting a check bit string for one period; and outputting the output of the first dividing and delaying means to divide by the generated polynomial to obtain a second received data check bit string. Second division and delay means for delaying and outputting the received data check bit string for one period, and dividing by the generation polynomial by inputting the output of the previous division and delay means; By obtaining the third, fourth ... or N-1 received data check bit string, and delays the third, fourth .... or N-1 received data check bit string for the one period N-3 division and delay means for outputting to the next division and delay means, and the outputs of the input N-1 division and delay means are selectively output as the received data check bit string of each byte in response to a selection signal. And receiving data check bit string selection means, and when said byte is the most significant (Nth) byte, it is preferable to select the output of said N-1 division and delay means.
제1도는 본 발명에 의한 수신데이터 체크 비트열 생성장치의 블록도이다.1 is a block diagram of a reception data check bit string generating apparatus according to the present invention.
제2도는 제1도에 도시된 각 제산 및 지연부의 본 발명에 의한 회로도이다.2 is a circuit diagram according to the present invention of each division and delay unit shown in FIG.
제3도는 제1도에 도시된 수신데이터 체크 비트열 선택부의 블록도이다.3 is a block diagram of a reception data check bit string selection unit shown in FIG.
제4도는 제3도에 도시된 수신데이터 체크 비트열 선택부의 본 발명에 의한 회로도이다.4 is a circuit diagram according to the present invention of the received data check bit string selector shown in FIG.
제5a-7f도는 제1도에 도시된 각 제산 및 지연부의 입출력 타이밍도이다.5A to 7F are input / output timing diagrams of each division and delay unit shown in FIG.
이하, 본 발명에 의한 수신데이터 체크 비트열 생성장치의 구성 및 동작을 첨부한 도면을 참조하여 상세히 설명한다.Hereinafter, a configuration and an operation of a reception data check bit string generation apparatus according to the present invention will be described in detail with reference to the accompanying drawings.
본 발명의 이해를 돕기 위해 생성 다항식은 9비트이고, 헤더는 5바이트로 구성되어 있다고 가정한다.For better understanding of the present invention, it is assumed that the generated polynomial is 9 bits and the header consists of 5 bytes.
제1도는 본 발명에 의한 수신데이터 체크 비트열 생성장치의 블록도로서, 8개의 J/K플립플롭(10, 12, 14, 16, 18, 20, 22, 24)과, 제1, 2, 3, 4 제산 및 지연부(26, 28, 30, 32) 및 수신데이터 체크 비트열 선택부(34)로 구성된다.1 is a block diagram of a reception data check bit string generating apparatus according to the present invention, and includes eight J / K flip-flops 10, 12, 14, 16, 18, 20, 22, and 24; 3 and 4 division and delay units 26, 28, 30, and 32, and a received data check bit string selector 34.
제1도에 도시된 플립플롭(10, 12, 14, 16, 18, 20, 22, 24)은 입력단자 IN1을 통하여 5바이트의 헤더를 바이트별로 입력한다. 제1 플립플롭(10)부터 제8 플립플롭(24)순으로 각 바이트의 최하위비트부터 최상위비트를 입력하여 버퍼링하고, 버퍼링된 각 비트를 같은 순으로 데이터버스로 출력한다.The flip-flops 10, 12, 14, 16, 18, 20, 22, and 24 shown in FIG. 1 input a 5-byte header byte by byte through the input terminal IN1. Input and buffer the least significant bit of each byte in order from the first flip-flop 10 to the eighth flip-flop 24, and output each buffered bit to the data bus in the same order.
제1 제산 및 지연부(26)는 데이터버스를 통해 헤더의 각 바이트를 단자 E로 입력하여, 입력단자 IN2를 통하여 단자 B로 입력된 9비트의 생성 다항식으로 제산하고, 제산된 나머지인 제1 수신데이터 체크 비트열을 구한다. 이후, 제1 수신데이터 체크 비트열을 1주기(T)동안 지연하여 단자 Q를 통해 출력한다. 제1도에 도시된 각 제산 및 지연부들의 단자 A는 클럭(CLK:clock)를 입력하고, C는 인에이블 신호(EN:enable signal)를 입력하고, D를 통하여 리셋(RESET)신호를 입력한다.The first division and delay unit 26 inputs each byte of the header to the terminal E through the data bus, divides the generated 9-bit polynomials into the terminal B through the input terminal IN2, and divides the remainder by the first division. Get the received data check bit string. Thereafter, the first received data check bit string is delayed for one period (T) and outputted through the terminal Q. Terminal A of each division and delay unit shown in FIG. 1 inputs a clock (CLK), C inputs an enable signal (EN), and a reset signal is input through D. do.
제2 제산 및 지연부(28)는 제1 제산 및 지연부(26)로부터 출력되는 제1 수신데이터 체크 비트열을 입력하여 생성 다항식으로 제산하고, 제산된 나머지인 제2 수신데이터 체크 비트열을 구한 후, 제2 수신데이터 체크 비트열을 1주기(T)동안 지연하여 출력한다.The second divider and delay unit 28 inputs the first received data check bit string output from the first divider and delay unit 26 to divide by the generated polynomial, and divides the remaining divided second received data check bit string. After obtaining, the second received data check bit string is delayed for one period (T) and output.
제3 제산 및 지연부(30)는 제2 제산 및 지연부(28)로부터의 출력을 입력하여 생성 다항식으로 제산하고, 제산된 나머지인 제3 수신데이터 체크 비트열을 구한 후, 제3 수신데이터 체크 비트열을 1주기(T)동안 지연하여 출력한다.The third divider and delay unit 30 inputs the output from the second divider and delay unit 28 to divide by the generated polynomial, obtains the third received data check bit string that is the remainder, and then receives the third received data. The check bit string is delayed for one period (T) and output.
제4 제산 및 지연부(32)는 제3 제산 및 지연부(30)로부터의 출력을 입력하여 생성 다항식으로 제산하고, 제산된 나머지인 제4 수신데이터 체크 비트열을 구한 후, 제4 수신데이터 체크 비트열을 1주기(T)동안 지연하여 출력한다. 그리고, 각 플립플롭으로부터 데이터버스를 통해 출력되는 8비트는 제5 수신데이터 체크 비트열이다.The fourth divider and delay unit 32 inputs the output from the third divider and delay unit 30 to divide by the generated polynomial, obtains the fourth received data check bit string that is the remainder, and then receives the fourth received data. The check bit string is delayed for one period (T) and output. The eight bits output from the flip-flop through the data bus are the fifth received data check bit strings.
제2도는 제1도에 도시된 각 제산 및 지연부의 본 발명에 의한 회로도로서, 다수의 플립플롭과 게이트들로 구성된다.FIG. 2 is a circuit diagram according to the present invention of each division and delay unit shown in FIG. 1, and is composed of a plurality of flip-flops and gates.
제2조에 도시된 제산 및 지연부는 입력단자 IN3을 통해 헤더의 각 바이트를 입력하고, IN4를 통해 생성 다항식을 입력하여 출력단자 OUT2를 통해 지연된 수신데이터 체크 비트열을 출력한다.The division and delay unit shown in Article 2 inputs each byte of the header through the input terminal IN3, inputs a generation polynomial through the IN4, and outputs the delayed received data check bit string through the output terminal OUT2.
한편, 제1도에 도시된 수신데이터 체크 비트열 선택부(34)는 제1, 2, 3, 및 제4 제산 및 지연부(26, 28, 30, 32)로부터 출력되는 제 1, 2, 3, 및 4 수신데이터 체크 비트열들을 입력하고, 입력한 8비트의 수신데이터 체크 비트열들을 선택신호(SC)에 응답하여 선택적으로 출력단자 OUT1을 통해 출력한다.On the other hand, the received data check bit string selector 34 shown in FIG. 1 includes the first, second, and fourth outputs from the first, second, third, and fourth division and delay units 26, 28, 30, and 32. The 3, and 4 received data check bit strings are input, and the received 8 bit received data check bit strings are selectively output through the output terminal OUT1 in response to the selection signal SC.
제3도는 제1도에 도시된 수신데이터 체크 비트열 선택부(34)의 블록도로서, 입력단자 IN5를 통해 8비트의 제1 수신데이터 체크 비트열을, IN6를 통해 8비트의 제2 수신데이터 체크 비트열을, IN7을 통해 8비트의 제3 수신데이터 체크 비트열을, IN8을 통해 8비트의 제4 수신데이터 체크 비트열을, IN9를 통해 제5 수신데이터 체크 비트열을 각각 입력하여 선택신호(SC)에 응답하여 선택적으로 출력한다.FIG. 3 is a block diagram of the received data check bit string selector 34 shown in FIG. 1, and receives an 8-bit first received data check bit string through the input terminal IN5 and a second 8-bit received bit through IN6. Input the data check bit string, the 8-bit third received data check bit string through IN7, the 8-bit fourth received data check bit string through IN8, and the fifth received data check bit string through IN9, respectively. It selectively outputs in response to the selection signal SC.
제4도는 제3도에 도시된 수신데이터 체크 비트열 선택부(34)의 본 발명에 의한 회로도로서, 다수의 게이트들로 구성되어 있다.FIG. 4 is a circuit diagram according to the present invention of the received data check bit string selector 34 shown in FIG. 3, and is composed of a plurality of gates.
여기서, 각 제산 및 지연부로부터 출력되는 수신데이터 체크 비트열들을 다음과 같이 설명한다.Here, the reception data check bit strings output from each division and delay unit will be described as follows.
5바이트의 헤더를 9비트의 생성 다항식으로 나눈 나머지인 수신데이터 체크 비트열 의 결과가 '00000000'이면 데이터에 오류가 없는 것이고, 그렇지 않으면 오류가 존재하는 것이다. 즉, 수신데이터 체크 비트열 은 다음 식(1)과 같이 표현된다.If the result of the received data check bit string, which is the remainder of the 5-byte header divided by the 9-bit generator polynomial, is '00000000', then there is no error in the data, otherwise an error exists. That is, the received data check bit string is expressed as in Equation (1) below.
여기서, v(x)는 40비트의 수신시의 헤더를, c(x)는 40비트의 송신시의 헤더를, e(x)는 40비트의 전송오류를 각각 나타내며, c(x)는 송신시에 g(x)로 나누어 떨어지게끔 되어 있다. 즉, c(x)=a(x)g(x)이다. 결국, 수신데이터 체크 비트열은 e(x)를 생성 다항식 g(x)로 나눈 나머지이다. 이때, e(x) 40비트에 대한 제산을 다음 식(2)와 같이 8비트 계산으로 변환한다.Where v (x) indicates a 40-bit reception header, c (x) indicates a 40-bit transmission header, e (x) indicates a 40-bit transmission error, and c (x) indicates a transmission error. Is divided by g (x). That is, c (x) = a (x) g (x). As a result, the received data check bit string is the remainder of dividing e (x) by the generated polynomial g (x). At this time, the division for 40 bits of e (x) is converted into 8-bit calculations as shown in Equation (2).
여기서, e1, e2, e3, e4 및 e5는 각각 8비트이고, [ ]안의 '0'은 8개의 '0'비트를 나타낸다. 즉, e1은 S1(t), e2는 S2(t), e3는 S3(t), e4는 S4(t), e5는 S5(t)를 각각 나타낸다.Here, e1, e2, e3, e4, and e5 are eight bits, respectively, and '0' in [] represents eight '0' bits. That is, e1 represents S1 (t), e2 represents S2 (t), e3 represents S3 (t), e4 represents S4 (t), and e5 represents S5 (t).
제1도에 도시된 각 제산 및 지연부들은 S4(x)=S4(t+T)=Rg(x)[S4(t)X8]에서 수신데이터 체크 비트열 Sn(t)를 1주기동안 지연하여 수신데이터 체크 비트열 Sn(t+T)를 출력한다. 결구, 제1 수신데이터 체크 비트열인 S4(t+T)는 제1 제산 및 지연부(26)를 통해 출력되고, 제2 수신데이터 체크 비트열인 S3(t+2T)은 제2 제산 및 지연부(28)를통해 출력되고, 제3 수신데이터 체크 비트열인 S2(t+3T)은 제3 제산 및 지연부(30)를 통해 출력되고, 제4 수신데이터 체크 비트열인 S1(t+4T)은 제4 제산 및 지연부(32)를 통해 출력된다.Each division and delay unit shown in FIG. 1 has one period of receiving data check bit string Sn (t) at S4 (x) = S4 (t + T) = R g (x) [S4 (t) X 8 ]. Delay to output the received data check bit string Sn (t + T). Therefore, S4 (t + T), which is the first received data check bit string, is output through the first division and delay unit 26, and S3 (t + 2T), which is the second received data check bit string, is obtained by the second division and S2 (t + 3T), which is output through the delay unit 28, and the third received data check bit string, is output through the third division and delay unit 30, and S1 (t, which is the fourth received data check bit string. + 4T) is output through the fourth division and delay unit 32.
제5A-7F도는 제1도에 도시된 각 제산 및 지연부의 입출력 타이밍도로서, 제5A, 6A 및 7A도는 클럭을, 제5B, 6B 및 7B도는 리셋신호를, 제5C, 6C 및 7C도는 인에이블신호를, 제5D, 6D 및 7D도는 단자 E를 통해 입력되는 신호를, 제5E, 6E 및 7E도는 생성다항식을, 제5F, 6F 및 7F도는 단자Q를 통해 출력되는 신호를 각각 나타낸다.5A-7F are input / output timing diagrams of each division and delay unit shown in FIG. 1, and FIGS. 5A, 6A, and 7A show clocks, 5B, 6B, and 7B show reset signals, and 5C, 6C, and 7C show The Able signal, the 5D, 6D, and 7D diagrams represent a signal input through the terminal E, the 5E, 6E, and 7E diagrams represent a generation polynomial, and the 5F, 6F, and 7F diagrams represent signals output through the terminal Q, respectively.
이상에서 살펴본 바와같이, 본 발명에 의한 수신데이터 체크 비트열 생성회로는 특정한 생성 다항식으로 고정된 종래의 회로와 달리, 생성 다항식을 임의의 값으로 입력하여 수신데이터 체크 비트열을 생성할 수 있기 때문에 어떠한 생성 다항식을 사용하는 시스템에서도 사용할 수 있는 효과가 있다.As described above, since the reception data check bit string generation circuit according to the present invention can generate the reception data check bit string by inputting the generation polynomial to an arbitrary value, unlike the conventional circuit fixed to a specific generation polynomial. The effect is that it can be used in any system that uses any generated polynomial.
Claims (1)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1019950061324A KR0174504B1 (en) | 1995-12-28 | 1995-12-28 | Receive data check bit string generator |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1019950061324A KR0174504B1 (en) | 1995-12-28 | 1995-12-28 | Receive data check bit string generator |
Publications (2)
Publication Number | Publication Date |
---|---|
KR970056128A KR970056128A (en) | 1997-07-31 |
KR0174504B1 true KR0174504B1 (en) | 1999-04-01 |
Family
ID=19445872
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1019950061324A KR0174504B1 (en) | 1995-12-28 | 1995-12-28 | Receive data check bit string generator |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR0174504B1 (en) |
-
1995
- 1995-12-28 KR KR1019950061324A patent/KR0174504B1/en not_active IP Right Cessation
Also Published As
Publication number | Publication date |
---|---|
KR970056128A (en) | 1997-07-31 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP0230730B1 (en) | CRC calculation machines | |
US4593393A (en) | Quasi parallel cyclic redundancy checker | |
JP3009038B2 (en) | Header error check device | |
JP3429037B2 (en) | Error detection and correction method and apparatus in ATM cell header | |
JP3051223B2 (en) | Cell transmission circuit | |
US5062111A (en) | Error check code generating device and transmission error detecting device | |
KR0174504B1 (en) | Receive data check bit string generator | |
US5408476A (en) | One bit error correction method having actual data reproduction function | |
US6041434A (en) | Code generator for selectively producing cyclic redundancy check data codes different in data length | |
US5764876A (en) | Method and device for detecting a cyclic code | |
US5280484A (en) | Time-division multiplex communication system with a synchronizing circuit at the receiving end which responds to the coding of words inserted in the transmitted information | |
US5243600A (en) | Time-division multiplexing apparatus | |
US6449277B1 (en) | Interleaver for parallel 8 bit cell of ATM systems and a method therefor | |
JPS6273826A (en) | Frame transmission and reception system | |
JP2685180B2 (en) | Error correction device | |
JPH03198544A (en) | Parity count circuit | |
US6981206B1 (en) | Method and apparatus for generating parity values | |
JPH0537544A (en) | Header error check device and atm cell monitor | |
KR100267277B1 (en) | Cell boundary discrimination apparatus using crc calculation | |
SU1725404A1 (en) | Repetitive clock pulse driver | |
JPS6273827A (en) | Frame transmission and reception system | |
JPH0340986B2 (en) | ||
HU208772B (en) | Circuit arrangement and method for establishilng time-sharing multiplex communication system | |
SU1383508A1 (en) | Serial-to-parallel code converter | |
JPH10294720A (en) | Signal transmission circuit and signal-transmitting method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
E902 | Notification of reason for refusal | ||
E701 | Decision to grant or registration of patent right | ||
GRNT | Written decision to grant | ||
FPAY | Annual fee payment |
Payment date: 20061030 Year of fee payment: 9 |
|
LAPS | Lapse due to unpaid annual fee |