JP2004208170A - Bit error counter - Google Patents

Bit error counter Download PDF

Info

Publication number
JP2004208170A
JP2004208170A JP2002377127A JP2002377127A JP2004208170A JP 2004208170 A JP2004208170 A JP 2004208170A JP 2002377127 A JP2002377127 A JP 2002377127A JP 2002377127 A JP2002377127 A JP 2002377127A JP 2004208170 A JP2004208170 A JP 2004208170A
Authority
JP
Japan
Prior art keywords
data
bit error
received data
synchronization
received
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.)
Pending
Application number
JP2002377127A
Other languages
Japanese (ja)
Inventor
Noriaki Hasegawa
徳明 長谷川
Masatoshi Takada
昌敏 高田
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.)
Hitachi Kokusai Electric Inc
Original Assignee
Hitachi Kokusai Electric Inc
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 Hitachi Kokusai Electric Inc filed Critical Hitachi Kokusai Electric Inc
Priority to JP2002377127A priority Critical patent/JP2004208170A/en
Publication of JP2004208170A publication Critical patent/JP2004208170A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Detection And Prevention Of Errors In Transmission (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a bit error counter that realizes a bit error counter capable of determining the synchronization of a transmitting party and a receiving party by a minimum circuit without using a synchronization determination unit that compares a value, where results of comparing received data and reference data are accumulated, and a predetermined threshold value when determining the synchronization of the transmitting party and the receiving party. <P>SOLUTION: The bit error counter comprises a data storage means that temporarily stores the received data, a data switching means that operates according to the result of transmission error inspection of the received data, a reference data generating means that generates the reference data by using the data stored in the data storage means as an initial value, a data comparison means that compares the received data and the reference data, and a bit error counter means that counts the bit errors outputted from the data comparison means. The data switching means uses the data stored in the data storage means as the initial value of the reference data generating means when the received data does not have transmission errors. <P>COPYRIGHT: (C)2004,JPO&NCIPI

Description

【0001】
【発明の属する技術分野】本発明は受信データの伝送誤りをカウントするビットエラーカウンタの回路規模削減に関するものである。
【0002】
【従来の技術】無線通信システムにおいて、送信側からシステムで予め定められた符号、例えばPN(Pseudo Noise:擬似雑音)符号を送信し、受信側で受信した信号のビットエラーをカウントし伝搬路状況を把握したり、システムが正常に動作しているかどうかを確認するために、ビットエラーカウンタを用いることがある(例えば、特許文献1参照。)。
【0003】前記ビット誤りをカウントする従来のビットエラーカウンタの構成を図5に示す。図5において、501は受信データ切替部、502はテンポラリ、503は参照データ発生部、504はデータ比較部、505は同期判定部、506はカウント部である。
【0004】受信データ切替部501は、受信データのテンポラリ502への入力をON/OFFするものであり、例えば信号切替器やデータセレクタ等で構成される。受信データの切替は後述する同期判定部505から出力される同期確立フラグによって行なわれ、送信側との同期確立前は受信データをテンポラリ502へ入力するように「ON」となる。テンポラリ502は入力された受信データを一時的に格納する例えば、ランダムアクセスメモリやデータラッチ回路等である。テンポラリ502へ入力される受信データは受信データ切替部501が「ON」の場合は順次更新されてゆくが、受信データ切替部501が「OFF」の場合は入力されたデータを保持する。参照データ発生部503は送信側で用いられたものと同じ参照データを発生する。参照データ発生部はテンポラリ502から出力される受信データを初期値として参照データを発生する。この参照データには通常PN符号が用いられる。データ比較部504では、受信データと参照データのビット比較を行なうものである。データ比較部504は、例えば排他的論理和演算回路等で構成され、受信データと参照データのビットが一致している場合は論理的「0」を出力し、一致していない場合は論理的「1」を出力する。同期判定部505は、データ比較部504から出力された論理的「1」を一定期間累算し、予め定められた閾値を越えなければ同期確立と判定して同期確立フラグを出力する。カウンタ506は、同期判定部505において同期確立判定後出力される同期確立フラグの入力により、データ比較部504から出力された論理的「1」の数、つまりビットエラーのカウントを開始する。
【0005】従来のビットエラーカウンタの動作を、図6のフローチャートを用いて説明する。ビットエラーカウンタ動作前においては送信側と受信側の同期は確立していない。この状態では、受信データ切替部に同期確立フラグが入力されていないので受信データ切替部は「ON」となり、受信データがそのままテンポラリに入力される(S601)。テンポラリは入力されたデータを格納すると共に、参照データ発生器に格納したデータを出力する(S602)。参照データ発生部ではテンポラリから出力されたデータを初期値として参照データを発生する(S603)。データ比較部において参照データは受信データとビット毎にタイミングを合わせて比較され(S604)、受信データと参照データが一致している場合は論理的「0」が出力され(S605)、受信データと参照データが一致していない場合は論理的「1」が出力される(S606)。同期判定部では一定期間データ比較部の出力を累算し、一定期間経過後、予め定められた閾値との比較を行ない(S607)、データ比較部の出力の累算結果が閾値より小さい場合は同期確立と判定し、同期確立フラグを受信データ切替部とカウンタに出力する(S608)。同期確立フラグが入力された受信データ切替部はOFFとなってテンポラリに受信データが入力されなくなり、それまでに入力されたデータが保持される(S609)。同じく同期確立フラグが入力されたカウンタはデータ比較部から出力される論理的「1」をカウントし、結果をビットエラーカウントとして出力する(S610)。
【0006】
【特許文献1】
特開平9−74578号公報(第4頁、図1。)。
【0007】
【発明が解決しようとする課題】従来のビットエラーカウンタでは、受信データと参照データを比較した結果を一定期間累算した値と予め定められた閾値を比較し、前記累積した値が閾値より小さい場合は送信側と受信側の同期が確立したと判定していたが、同期判定部を備えることによりビットエラーカウンタの回路規模が大きくなり、小型機器への搭載が困難となったり、コストが増加するという問題があった。
【0008】本発明は、送信側と受信側の同期判定に受信データと参照データを比較した結果を累算した値と、予め定められた閾値を比較する同期判定部を用いずに、最低限の回路で送信側と受信側の同期確立を判定することのできるビットエラーカウンタを実現することを目的とする。
【0009】
【課題を解決するための手段】課題を解決するための本発明請求項1記載のビットエラーカウンタは、受信データを一時的に格納するデータ格納手段と、受信データの伝送誤り検査の結果に応じて動作するデータ切替手段と、前記データ格納手段に格納されたデータを初期値として参照データを発生する参照データ発生手段と、受信データと前記参照データを比較するデータ比較手段と、該データ比較手段から出力されるビットエラーをカウントするビットエラーカウント手段とを備え、前記データ切替手段は受信データに伝送誤りが無い場合に前記データ格納手段に格納されたデータを前記参照データ発生手段の初期値とすることを特徴とする。
【0010】
【発明の実施の形態】次に本発明の実施の形態を図を用いて詳細に説明する。図1は、本発明のビットエラーカウンタの一実施形態を示す構成図である。図1において、101は受信データ切替部、102はテンポラリ、103は参照データ発生部、104はデータ比較部、105はカウント部である。
【0011】受信データ切替部101は、受信データのテンポラリ102への入力をON/OFFするものであり、例えば信号切替器やデータセレクタ等の論理回路で構成される。受信データの切替は後述するCRCチェックビットの状態に応じて行なわれ、送信側との同期確立前は受信データをテンポラリ101へ入力するように「ON」となる。テンポラリ102は入力された受信データを一時的に格納するものであり、例えばラッチ回路やシフトレジスタで構成される。テンポラリ102へ入力される受信データは受信データ切替部101が「ON」の場合は順次更新されてゆくが、受信データ切替部101が「OFF」の場合は入力された受信データはテンポラリ102により保持される。参照データ発生部103はテンポラリ102から出力される受信データを初期値として参照データを発生する。この参照データには通常PN符号が用いられる。データ比較部104は、受信データと参照データのビット比較を行なう。データ比較部104は、例えば排他的論理和演算回路等で構成され、受信データと参照データのビットが一致している場合は論理的「0」を出力し、一致していない場合は論理的「1」を出力する。カウンタ105は、データ比較部104から出力される論理的「1」を累算し、ビットエラーカウントとして出力する。
【0012】ここで、CRC(Cyclic Redundancy Check)符号を用いた伝送誤り検査について説明する。送信側からデータを送信する場合、送信しようとするデータに伝送誤りを検出するための検査ビットを付加して送信し、受信側では所定の演算を行なうことにより受信したデータのビットに伝送誤りがないかどうかを検査する方法がある。この検査方法の一つに巡回冗長検査があり、送信しようとするデータの情報ビットに対して生成多項式を用いてCRC符号を生成し、このCRC符号を情報ビットに付加し、データを送信するときに情報ビットに続いてCRC符号を送信する。そして、受信側では受信データの情報ビットとCRC符号とに基づいて伝送誤りが発生していないかどうかの検査を行なう。図2は、CRC符号を含んだデータ系列の一般的なフレームフォーマットである。データ系列の後にそのデータに対するCRC符号が続き1フレームが形成される。この1フレーム内のデータとCRC符号を使用して巡回冗長検査を行なうと、データ内に誤りがあった場合、CRC符号部分にCRCチェックビットとして「1」が出力される。データ内に誤りが無い場合は、CRCチェックビットは「0」が出力される。図3は、巡回冗長検査の様子を示した図である。301、302、303は有効データ部分であり、各データ間、例えば301と302の間ににCRC符号が挿入されている。巡回冗長検査はこのCRC符号部分で行うので、データ301を巡回冗長検査した結果であるCRCチェックビットは304に現れ、データ302を巡回冗長検査した結果であるCRCチェックビットは305に現れる。図3では、データ301の巡回冗長検査の結果であるCRCチェックビットは「1」であり、データ301に誤りが発生している状態である。データ302、303を巡回冗長検査した結果であるCRCチェックビットはそれぞれ「0」であり、データ302、303には誤りが発生していない。
【0013】前記巡回冗長検査を行なうことにより受信データの伝送誤りの有無を検出できるので、本発明では、伝送誤りの検出結果により受信データ切替部をON/OFFし、テンポラリに格納された受信データを参照データ発生部の初期値とするかどうかを切り替える。ここで、参照データの初期値は、1フレームのデータ(1CRC符号化データ)の最後のNビットである。Nは参照データ発生器の段数であり、例えば、参照データ発生部で発生するPN符号が9段であった場合、N=9となる。前記巡回冗長検査の結果、受信データの伝送誤りが有る場合は、受信データ切替部は「OFF」となり、テンポラリに格納された受信データは参照データ発生部の初期値となることは無い。この状態では、参照データ発生部から参照データは出力されず、またカウンタにおいてはビットエラーカウントを行なわない。前記巡回冗長検査の結果、受信データの誤りが無い場合は、受信データ切替部は「ON」となり、テンポラリに格納された受信データのが参照データ発生部の初期値となり、次のフレームのデータの入力と同時に参照データ発生部を動作させることにより出力送信側と受信側の同期が確立される。その後フレーム内のCRC符号区間で受信データ切替部を「OFF」にする。図3においては、データ301を巡回冗長検査した結果であるCRCチェックビットが「1」であり、データ301に誤りが発生しているので、受信データ切替部は「OFF」となり、テンポラリに格納されたデータ301は参照データ発生部の初期値とはならない。データ302を巡回冗長検査した結果であるCRCチェックビットは「0」であり、データに誤りが発生していないので、受信データ切替部は「ON」となり、テンポラリに格納されたデータ302のを参照データ発生部103の初期値とし、データ303の入力と同時に参照データ発生部103を動作させることにより送信側と受信側の同期が確立できる。仮にデータ301を参照データ発生部103の初期値としてしまうと、データ301には誤りが存在するので、受信データと参照データに位相ずれが発生してしまう。なお、テンポラリに格納するデータと同時にデータの位置やCRCチェックタイミングを示すデータイネーブルが入力され、データイネーブルを参照してデータの初期値やCRCチェックビット位置を特定する。
【0014】以上の本発明の動作を図4のフローチャートを用いて説明する。ビットエラーカウンタ動作前においては送信側と受信側の同期は確立していない。また、この状態で受信データ切替部は「OFF」に設定されている(S401)。受信データは送信側と受信側の同期確立の有無にかかわらずテンポラリに格納される(S402)。受信データの巡回冗長検査を行ない、CRCチェックビットの状態をチェックする(S403)。CRCチェックビットが「1」つまり、受信データに伝送誤りがある場合は、次の受信データの巡回冗長検査を行なう。CRCチェックビットが「0」つまり、受信データに伝送誤りが無い場合は、受信データ切替部を「ON」にする(S404)。テンポラリに格納されている受信データの最後の部分を参照データ発生部の初期値とし(S405)、次のデータの入力と同時に参照データ発生部を動作させることにより送信側と受信側の同期が確立する(S406)。その後フレーム内のCRC符号の区間で受信データ切替部を「OFF」とし(S407)、カウンタはデータ比較部から出力される論理的「1」をカウントし、結果をビットエラーカウントとして出力する(S408)。
【0015】
【発明の効果】以上詳細に説明したように、本発明を実施することにより、送信側と受信側の同期判定に受信データと参照データを比較した結果を累算した値と、予め定められた閾値を比較する同期判定部を用いずに、最低限の回路で送信側と受信側の同期確立を判定することのできるビットエラーカウンタを実現できる。
【図面の簡単な説明】
【図1】本発明の一構成例図。
【図2】フレームフォーマット一例。
【図3】データ系列とCRC符号の関係図。
【図4】本発明の一同動作例を示すフローチャート。
【図5】従来の技術の構成例図。
【図6】従来の技術の動作を示すフローチャート。
[0001]
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a circuit for reducing the size of a bit error counter for counting transmission errors in received data.
[0002]
2. Description of the Related Art In a radio communication system, a transmission side transmits a code predetermined in the system, for example, a PN (Pseudo Noise) code, and a reception side counts a bit error of a signal received and determines a propagation path condition. In some cases, a bit error counter is used in order to determine whether the system is operating normally or not (for example, see Patent Document 1).
FIG. 5 shows a configuration of a conventional bit error counter for counting the bit errors. In FIG. 5, reference numeral 501 denotes a reception data switching unit, 502 denotes a temporary, 503 denotes a reference data generation unit, 504 denotes a data comparison unit, 505 denotes a synchronization determination unit, and 506 denotes a count unit.
[0004] The reception data switching section 501 turns ON / OFF the input of the reception data to the temporary 502, and is composed of, for example, a signal switch and a data selector. The switching of the reception data is performed by a synchronization establishment flag output from a synchronization determination unit 505 described later, and is set to “ON” before the synchronization with the transmission side is established so that the reception data is input to the temporary 502. The temporary 502 is, for example, a random access memory, a data latch circuit, or the like that temporarily stores input received data. The reception data input to the temporary 502 is sequentially updated when the reception data switching unit 501 is “ON”, but holds the input data when the reception data switching unit 501 is “OFF”. The reference data generator 503 generates the same reference data as used on the transmission side. The reference data generator generates reference data using the received data output from the temporary 502 as an initial value. Usually, a PN code is used for the reference data. The data comparison unit 504 performs bit comparison between the received data and the reference data. The data comparison unit 504 is configured by, for example, an exclusive OR operation circuit, and outputs a logical “0” when the bits of the received data and the reference data match, and outputs a logical “0” when the bits do not match. 1 "is output. The synchronization determining unit 505 accumulates the logical “1” output from the data comparing unit 504 for a certain period of time, and determines that synchronization has been established if the logical value does not exceed a predetermined threshold, and outputs a synchronization establishment flag. The counter 506 starts counting the number of logical “1” s output from the data comparison unit 504, that is, the bit error, in response to the input of the synchronization establishment flag output after the synchronization establishment determination in the synchronization determination unit 505.
The operation of the conventional bit error counter will be described with reference to the flowchart of FIG. Before the operation of the bit error counter, synchronization between the transmitting side and the receiving side has not been established. In this state, since the synchronization establishment flag has not been input to the reception data switching unit, the reception data switching unit is turned “ON”, and the reception data is temporarily input as it is (S601). The temporary stores the input data and outputs the data stored in the reference data generator (S602). The reference data generation unit generates reference data using the data output from the temporary as an initial value (S603). The reference data is compared with the received data bit by bit in the data comparing section (S604). If the received data and the reference data match, logical "0" is output (S605). If the reference data does not match, logical "1" is output (S606). The synchronization determination unit accumulates the output of the data comparison unit for a certain period of time, compares it with a predetermined threshold value after a certain period of time has elapsed (S607), and determines that the accumulation result of the data comparison unit is smaller than the threshold value. It determines that synchronization has been established, and outputs a synchronization establishment flag to the reception data switching unit and the counter (S608). The reception data switching unit to which the synchronization establishment flag has been input is turned off, and no reception data is temporarily input, and the data input up to that time is retained (S609). Similarly, the counter to which the synchronization establishment flag is input counts the logical "1" output from the data comparison unit, and outputs the result as a bit error count (S610).
[0006]
[Patent Document 1]
JP-A-9-74578 (page 4, FIG. 1).
[0007]
In the conventional bit error counter, a value obtained by comparing the result of comparison between the received data and the reference data with a predetermined threshold value is compared with a predetermined threshold value, and the accumulated value is smaller than the threshold value. In this case, it was determined that synchronization between the transmitting side and the receiving side was established.However, the provision of the synchronization determining unit increased the circuit size of the bit error counter, making it difficult to mount on a small device or increasing the cost. There was a problem of doing.
According to the present invention, at least a synchronization determination unit that compares a result obtained by comparing received data and reference data in a synchronization determination between a transmission side and a reception side with a predetermined threshold value is used without using a synchronization determination unit. It is an object of the present invention to realize a bit error counter capable of determining the establishment of synchronization between the transmitting side and the receiving side by the circuit described above.
[0009]
According to a first aspect of the present invention, there is provided a bit error counter, comprising: a data storage unit for temporarily storing received data; and a bit error counter according to a result of a transmission error check of the received data. Data switching means operating as a reference, reference data generating means for generating reference data using data stored in the data storage means as an initial value, data comparing means for comparing received data with the reference data, and the data comparing means Bit error counting means for counting bit errors output from the data switching means, wherein the data switching means sets the data stored in the data storage means to an initial value of the reference data generation means when there is no transmission error in the received data. It is characterized by doing.
[0010]
Next, an embodiment of the present invention will be described in detail with reference to the drawings. FIG. 1 is a configuration diagram showing one embodiment of the bit error counter of the present invention. In FIG. 1, 101 is a received data switching unit, 102 is temporary, 103 is a reference data generating unit, 104 is a data comparing unit, and 105 is a counting unit.
The received data switching unit 101 turns ON / OFF the input of the received data to the temporary 102, and is composed of a logic circuit such as a signal switch or a data selector. The switching of the received data is performed in accordance with the state of a CRC check bit, which will be described later. The temporary 102 temporarily stores the received data that has been input, and includes, for example, a latch circuit and a shift register. The received data input to the temporary 102 is sequentially updated when the received data switching unit 101 is “ON”, but the received data input is retained by the temporary 102 when the received data switching unit 101 is “OFF”. Is done. The reference data generator 103 generates reference data using the received data output from the temporary 102 as an initial value. Usually, a PN code is used for the reference data. Data comparing section 104 performs bit comparison between the received data and the reference data. The data comparison unit 104 is configured by, for example, an exclusive OR operation circuit, and outputs a logical “0” when the bits of the received data and the reference data match, and outputs a logical “0” when the bits do not match. 1 "is output. The counter 105 accumulates the logical “1” output from the data comparison unit 104 and outputs the result as a bit error count.
Here, a transmission error check using a CRC (Cyclic Redundancy Check) code will be described. When data is transmitted from the transmitting side, the data to be transmitted is transmitted with a check bit for detecting a transmission error, and the receiving side performs a predetermined operation so that the bit of the received data has a transmission error. There is a way to check for it. One of the check methods is a cyclic redundancy check, in which a CRC code is generated by using a generator polynomial for information bits of data to be transmitted, and the CRC code is added to the information bits to transmit data. , A CRC code is transmitted following the information bits. Then, the receiving side checks whether a transmission error has occurred based on the information bits of the received data and the CRC code. FIG. 2 shows a general frame format of a data sequence including a CRC code. The data sequence is followed by a CRC code for that data, forming one frame. When a cyclic redundancy check is performed using the data in one frame and the CRC code, if there is an error in the data, “1” is output as a CRC check bit in the CRC code portion. If there is no error in the data, “0” is output as the CRC check bit. FIG. 3 is a diagram showing a state of the cyclic redundancy check. Reference numerals 301, 302, and 303 denote valid data portions, and a CRC code is inserted between each data, for example, between 301 and 302. Since the cyclic redundancy check is performed on this CRC code portion, a CRC check bit as a result of the cyclic redundancy check on the data 301 appears at 304, and a CRC check bit as a result of the data 302 on the cyclic redundancy check appears at 305. In FIG. 3, the CRC check bit, which is the result of the cyclic redundancy check of the data 301, is “1”, indicating that the data 301 has an error. The CRC check bits, which are the results of the cyclic redundancy check of the data 302 and 303, are each "0", and no error has occurred in the data 302 and 303.
Since the presence or absence of a transmission error in the received data can be detected by performing the above-described cyclic redundancy check, the present invention turns on / off the reception data switching unit based on the result of the detection of the transmission error, and temporarily stores the reception data stored in the storage device. Is set as the initial value of the reference data generation unit. Here, the initial value of the reference data is the last N bits of the data of one frame (1 CRC encoded data). N is the number of stages of the reference data generator. For example, if the number of PN codes generated in the reference data generator is nine, N = 9. As a result of the cyclic redundancy check, if there is a transmission error in the reception data, the reception data switching unit is turned “OFF”, and the reception data temporarily stored does not become the initial value of the reference data generation unit. In this state, the reference data is not output from the reference data generator, and the counter does not perform bit error counting. As a result of the cyclic redundancy check, if there is no error in the reception data, the reception data switching unit is turned “ON”, the reception data temporarily stored becomes the initial value of the reference data generation unit, and the data of the next frame is By operating the reference data generator simultaneously with the input, the synchronization between the output transmitting side and the receiving side is established. Thereafter, the reception data switching unit is turned “OFF” in the CRC code section in the frame. In FIG. 3, the CRC check bit, which is the result of the cyclic redundancy check of the data 301, is “1”, and an error has occurred in the data 301. Therefore, the received data switching unit is turned “OFF” and is temporarily stored. The data 301 does not become the initial value of the reference data generator. The CRC check bit, which is the result of the cyclic redundancy check of the data 302, is "0", and since no error has occurred in the data, the reception data switching unit is turned "ON" and the data 302 temporarily stored is referred to. By setting the initial value of the data generation unit 103 and operating the reference data generation unit 103 simultaneously with the input of the data 303, synchronization between the transmission side and the reception side can be established. If the data 301 is used as the initial value of the reference data generation unit 103, an error exists in the data 301, so that a phase shift occurs between the received data and the reference data. A data enable indicating a data position and a CRC check timing is input simultaneously with the data to be temporarily stored, and the initial value of the data and a CRC check bit position are specified with reference to the data enable.
The operation of the present invention will be described with reference to the flowchart of FIG. Before the operation of the bit error counter, synchronization between the transmitting side and the receiving side has not been established. In this state, the received data switching unit is set to “OFF” (S401). The received data is temporarily stored irrespective of whether synchronization has been established between the transmitting side and the receiving side (S402). A cyclic redundancy check of the received data is performed, and the state of the CRC check bit is checked (S403). If the CRC check bit is "1", that is, if there is a transmission error in the received data, a cyclic redundancy check of the next received data is performed. If the CRC check bit is “0”, that is, if there is no transmission error in the received data, the received data switching unit is turned “ON” (S404). The last part of the received data temporarily stored is set as the initial value of the reference data generation unit (S405), and the synchronization of the transmission side and the reception side is established by operating the reference data generation unit simultaneously with the input of the next data. (S406). Thereafter, the reception data switching unit is turned “OFF” in the section of the CRC code in the frame (S407), the counter counts the logical “1” output from the data comparison unit, and outputs the result as a bit error count (S408). ).
[0015]
As described in detail above, by implementing the present invention, a value obtained by accumulating the result of comparing the received data and the reference data for the synchronization determination between the transmitting side and the receiving side and a predetermined value are determined. It is possible to realize a bit error counter that can determine the establishment of synchronization between the transmitting side and the receiving side with a minimum number of circuits without using a synchronization determination unit that compares threshold values.
[Brief description of the drawings]
FIG. 1 is a diagram illustrating an example of a configuration of the present invention.
FIG. 2 shows an example of a frame format.
FIG. 3 is a diagram showing the relationship between a data sequence and a CRC code.
FIG. 4 is a flowchart showing an example of the operation of the present invention.
FIG. 5 is a configuration example diagram of a conventional technique.
FIG. 6 is a flowchart showing the operation of the conventional technique.

Claims (1)

受信データを一時的に格納するデータ格納手段と、受信データの伝送誤り検査の結果に応じて動作するデータ切替手段と、前記データ格納手段に格納されたデータを初期値として参照データを発生する参照データ発生手段と、受信データと前記参照データを比較するデータ比較手段と、該データ比較手段から出力されるビットエラーをカウントするビットエラーカウント手段とを備え、前記データ切替手段は受信データに伝送誤りが無い場合に前記データ格納手段に格納されたデータを前記参照データ発生手段の初期値とすることを特徴とするビットエラーカウンタ。A data storage unit for temporarily storing received data, a data switching unit that operates in accordance with a result of a transmission error check of the received data, and a reference for generating reference data using the data stored in the data storage unit as an initial value. Data generating means, data comparing means for comparing received data with the reference data, and bit error counting means for counting bit errors output from the data comparing means, wherein the data switching means outputs a transmission error to the received data. A bit error counter which sets data stored in the data storage means as an initial value of the reference data generation means when there is no data.
JP2002377127A 2002-12-26 2002-12-26 Bit error counter Pending JP2004208170A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002377127A JP2004208170A (en) 2002-12-26 2002-12-26 Bit error counter

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002377127A JP2004208170A (en) 2002-12-26 2002-12-26 Bit error counter

Publications (1)

Publication Number Publication Date
JP2004208170A true JP2004208170A (en) 2004-07-22

Family

ID=32814398

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002377127A Pending JP2004208170A (en) 2002-12-26 2002-12-26 Bit error counter

Country Status (1)

Country Link
JP (1) JP2004208170A (en)

Similar Documents

Publication Publication Date Title
CN109347598B (en) Check code processing method, electronic device and storage medium
US8571021B2 (en) Packet based data transmission with reduced data size
US7924737B2 (en) Signal degrade detecting method, signal restoration detecting method, devices for those methods, and traffic transmission system
JP2004173271A (en) Rolling crc scheme for improved error detection
US7434150B1 (en) Methods, circuits, architectures, software and systems for determining a data transmission error and/or checking or confirming such error determinations
US7360142B1 (en) Methods, architectures, circuits, software and systems for CRC determination
EP3477478B1 (en) Memory architecture including response manager for error correction circuit
JP2003198516A (en) Method and system for detecting dropped micro-packets
US6915471B2 (en) Encoder and method for encoding data
JP2004208170A (en) Bit error counter
JP3361654B2 (en) Data transmission equipment
EP1215837A2 (en) In-band FEC encoder for SONET
JP2798646B2 (en) Sync signal detection circuit
US6859885B2 (en) Data reception method
KR20020033227A (en) Circuit for parallel cyclic redundancy check in data communication
CN116566543A (en) Method, communication device, chip and chip system for realizing code word synchronization
JP3225061B2 (en) Code error detection device
JP2006013642A (en) Uninterruptible switching system and terminal equipment for use therein
US7958434B1 (en) Method for synchronizing to a digital signal
KR100234703B1 (en) Data fault checking method
JP2007267085A (en) Communication system, receiving device, and synchronous detection program
Kale et al. FPGA Implementation For Improve in Orthogonal Code Convolution
JP2007201786A (en) Transmission error detection system, and transmitter
Jianhua et al. Performance evaluation of a reliable broadcast scheme for satellite communications
JPH05260021A (en) Communication control system