JP2012089980A - Data determination circuit, receiver and data determination method - Google Patents

Data determination circuit, receiver and data determination method Download PDF

Info

Publication number
JP2012089980A
JP2012089980A JP2010233443A JP2010233443A JP2012089980A JP 2012089980 A JP2012089980 A JP 2012089980A JP 2010233443 A JP2010233443 A JP 2010233443A JP 2010233443 A JP2010233443 A JP 2010233443A JP 2012089980 A JP2012089980 A JP 2012089980A
Authority
JP
Japan
Prior art keywords
digital code
data
isolated pulse
logic
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
JP2010233443A
Other languages
Japanese (ja)
Other versions
JP5510265B2 (en
Inventor
Yoshiyasu Doi
義康 土肥
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2010233443A priority Critical patent/JP5510265B2/en
Publication of JP2012089980A publication Critical patent/JP2012089980A/en
Application granted granted Critical
Publication of JP5510265B2 publication Critical patent/JP5510265B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Manipulation Of Pulses (AREA)

Abstract

PROBLEM TO BE SOLVED: To reliably detect an isolated pulse without enlarging the circuit scale of a data determination circuit.SOLUTION: A threshold determination section receives successive digital codes generated by oversampling an analog data signal indicating a data string of binary data, outputs a threshold signal indicating an increment value if negative digital codes come in succession and outputs a threshold signal indicating a decrement value if positive digital codes come in succession. An isolated pulse determination section adds the value indicated by the threshold signal to the digital code to generate a corrected digital code, and uses successive corrected digital codes to detect an isolated pulse. A binary determination section uses signs of the successive digital codes to determine the logic of the binary data. A data selection section outputs the logic of the isolated pulse as the logic of the binary data when the isolated pulse is detected, and outputs the logic of the binary data determined by the binary determination section when the isolated pulse is not detected.

Description

本発明は、データの論理を判定するデータ判定回路、およびデータ判定回路を有する受信器に関する。   The present invention relates to a data determination circuit for determining the logic of data and a receiver having the data determination circuit.

一般に、データ列が伝送路を介して伝送されるとき、データ列を表すアナログデータ信号の波形は歪み、アイパターンの開口度は小さくなる。アイパターンの開口度が小さくなると、データの論理が誤って判定されるおそれがある。アイパターンの開口度は、データの論理を判定するための閾値を変えることで求められる(例えば、特許文献1参照。)。データの論理を誤って判定することを防止するために、データ列のパターンの傾向に応じて、データの振幅を制御し、アイパターンの開口度を大きくする手法が知られている(例えば、特許文献2参照。)。また、アナログデータ信号をオーバーサンプルすることでデジタルコードを生成し、デジタルコードの符号の変化パターンに基づいて、元のデータの論理を判定する手法が知られている(例えば、特許文献3参照。)。   In general, when a data string is transmitted through a transmission line, the waveform of an analog data signal representing the data string is distorted and the aperture of the eye pattern is reduced. If the opening degree of the eye pattern is small, the data logic may be erroneously determined. The opening degree of the eye pattern is obtained by changing a threshold value for determining the logic of data (see, for example, Patent Document 1). In order to prevent erroneous determination of the logic of data, a method of increasing the eye pattern opening degree by controlling the amplitude of data according to the tendency of the pattern of the data string is known (for example, patents). Reference 2). Also, a technique is known in which a digital code is generated by over-sampling an analog data signal, and the logic of the original data is determined based on a change pattern of the sign of the digital code (see, for example, Patent Document 3). ).

特開平8−181638号公報JP-A-8-181638 特開2005−130172号公報JP 2005-130172 A 特開2010−130366号公報JP 2010-130366 A

例えば、論理0のデータが続くデータ列中に論理1のデータが現れるとき、符号間干渉(ISI:Inter-Symbol Interference)等によりアイパターンの開口度は小さくなり、論理1(孤立パルス)は判定し難くなる。孤立パルスを確実に検出するためには、符号間干渉を低減するための等価回路等を付加する必要があり、データ判定回路の回路規模が大きくなる。   For example, when logic 1 data appears in a data string followed by logic 0 data, the aperture of the eye pattern decreases due to inter-symbol interference (ISI), etc., and logic 1 (isolated pulse) is determined. It becomes difficult to do. In order to detect an isolated pulse with certainty, it is necessary to add an equivalent circuit or the like for reducing intersymbol interference, which increases the circuit scale of the data determination circuit.

本発明の一形態では、データ判定回路は、2値データのデータ列を表すアナログデータ信号をオーバーサンプルすることにより生成されるデジタルコードを順に受け、2値データの論理0に対応する負のデジタルコードが連続するときに増加値を示す閾値信号を出力し、2値データの論理1に対応する正のデジタルコードが連続するときに減少値を示す閾値信号を出力し、負のデジタルコードと正のデジタルコードがランダムに現れるときにゼロを示す閾値信号を出力する閾値判定部と、デジタルコードに閾値信号が示す値を加えて補正デジタルコードを生成し、連続する複数の補正デジタルコードのうち、中央の補正デジタルコードの符号が他の補正デジタルコードの符号と異なるときに、中央の補正デジタルコードを孤立パルスとして検出する孤立パルス判定部と、連続するデジタルコードの符号の遷移に基づいて、2値データの論理を求めるバイナリ判定部と、孤立パルスが検出されるときに、孤立パルス判定部から供給される孤立パルスの論理を2値データの論理として出力し、孤立パルスが検出されないときに、バイナリ判定部により求められた2値データの論理を出力するデータ選択部とを備えている。   In one embodiment of the present invention, the data determination circuit sequentially receives a digital code generated by over-sampling an analog data signal representing a data string of binary data, and is a negative digital corresponding to logic 0 of the binary data. When a code continues, a threshold signal indicating an increase value is output. When a positive digital code corresponding to logic 1 of binary data continues, a threshold signal indicating a decrease value is output. A threshold value determination unit that outputs a threshold signal indicating zero when the digital code of Randomly appears, and generates a correction digital code by adding a value indicated by the threshold signal to the digital code, among a plurality of consecutive correction digital codes, When the sign of the center correction digital code is different from the sign of other correction digital codes, the center correction digital code is detected as an isolated pulse. An isolated pulse determination unit, a binary determination unit that obtains the logic of binary data based on the transition of the sign of a continuous digital code, and an isolated pulse supplied from the isolated pulse determination unit when an isolated pulse is detected And a data selection unit that outputs the logic of the binary data obtained by the binary determination unit when no isolated pulse is detected.

デジタルコードの符号が連続するときにデジタルコードの値を増加または減少することで、孤立パルスを確実に検出できる。これにより、簡易な回路で孤立パルスを検出でき、データ判定回路の回路規模を小さくできる。   An isolated pulse can be reliably detected by increasing or decreasing the value of the digital code when the code of the digital code is continuous. Thereby, an isolated pulse can be detected with a simple circuit, and the circuit scale of the data determination circuit can be reduced.

一実施形態におけるデータ判定回路の例を示している。2 illustrates an example of a data determination circuit according to an embodiment. 別の実施形態におけるデータ判定回路の例を示している。The example of the data determination circuit in another embodiment is shown. アナログデータ信号により表される2値データとデジタルコードとの関係を示している。The relationship between the binary data represented by the analog data signal and the digital code is shown. 図2に示した閾値判定部の例を示している。The example of the threshold value determination part shown in FIG. 2 is shown. 図2に示した孤立パルス判定部の例を示している。The example of the isolated pulse determination part shown in FIG. 2 is shown. 図5に示したパルス検出器の例を示している。6 shows an example of the pulse detector shown in FIG. 図5に示した孤立パルス判定部の動作の例を示している。6 shows an example of the operation of the isolated pulse determination unit shown in FIG. 図5に示した孤立パルス判定部の動作の別の例を示している。6 shows another example of the operation of the isolated pulse determination unit shown in FIG. 図2に示した位相検出部の例を示している。The example of the phase detection part shown in FIG. 2 is shown. 図9に示したサブ位相検出器の例を示している。10 illustrates an example of the sub-phase detector illustrated in FIG. 9. 図10に示したサブ位相検出器により検出される位相の例を示している。11 shows an example of a phase detected by the sub phase detector shown in FIG. 図10に示したサブ位相検出器の動作の例を示している。11 shows an example of the operation of the sub-phase detector shown in FIG. 図2に示した位相フィルタの例を示している。The example of the phase filter shown in FIG. 2 is shown. 図2に示したバイナリ判定部の例を示している。The example of the binary determination part shown in FIG. 2 is shown. 図14に示したバイナリ判定部の動作の例を示している。15 illustrates an example of the operation of the binary determination unit illustrated in FIG. 14. 図2に示したデータ選択部の例を示している。The example of the data selection part shown in FIG. 2 is shown. デジタルコードがサンプルされる前のアナログデータ信号のアイパターンのシミュレーション波形の例を示している。An example of a simulation waveform of an eye pattern of an analog data signal before a digital code is sampled is shown. 図2に示したデータ判定回路のジッタ耐性のシミュレーション波形の例を示している。3 shows an example of a jitter tolerance simulation waveform of the data determination circuit shown in FIG. 別の実施形態における閾値判定部の例を示している。The example of the threshold value determination part in another embodiment is shown. 別の実施形態における閾値判定部の例を示している。The example of the threshold value determination part in another embodiment is shown. 別の実施形態における閾値判定部の例を示している。The example of the threshold value determination part in another embodiment is shown. 別の実施形態におけるデータ判定回路の例を示している。The example of the data determination circuit in another embodiment is shown. 別の実施形態におけるデータ判定回路の例を示している。The example of the data determination circuit in another embodiment is shown. 図23に示した孤立パルス判定部の例を示している。The example of the isolated pulse determination part shown in FIG. 23 is shown. 図24に示したパルス検出器の例を示している。The example of the pulse detector shown in FIG. 24 is shown. 図23に示したデータ判定回路の動作の例を示している。24 shows an example of the operation of the data determination circuit shown in FIG. 別の孤立パルス判定部の動作の例を示している。The example of operation | movement of another isolated pulse determination part is shown. 上述したデータ判定回路が搭載される受信器の例を示している。The example of the receiver in which the data determination circuit mentioned above is mounted is shown.

以下、図面を用いて実施形態を説明する。   Hereinafter, embodiments will be described with reference to the drawings.

図1は、一実施形態におけるデータ判定回路DDCの例を示している。データ判定回路DDCは、閾値判定部1、孤立パルス判定部2、バイナリ判定部3およびデータ選択部4を有している。閾値判定部1、孤立パルス判定部2およびバイナリ判定部3に供給されるmビット(例えば、5ビット)のデジタルコードDiは、2値データのデータ列を表すアナログデータ信号をオーバーサンプルすることにより生成され、離散的なデジタル値を示す。データ列は、送信器からNRZ(Non-Return to Zero)符号を用いて送信される。例えば、データ信号Diのサンプリングレートは、2値のデータ列のデータレートの2倍である。データ判定回路DDCは、ブラインドCDR(Clock and Data Recovery)の手法を用いてデータ列の論理を判定する。例えば、デジタルコードDiは、最上位ビットが”0”のとき負の値として扱われ、最上位ビットが”1”のとき正の値として扱われる。負のデジタルコードDiは、2値データの論理0に対応し、正のデジタルコードDiは、2値データの論理1に対応する。   FIG. 1 shows an example of a data determination circuit DDC in one embodiment. The data determination circuit DDC includes a threshold determination unit 1, an isolated pulse determination unit 2, a binary determination unit 3, and a data selection unit 4. The m-bit (for example, 5 bits) digital code Di supplied to the threshold value determination unit 1, the isolated pulse determination unit 2, and the binary determination unit 3 is obtained by over-sampling an analog data signal representing a binary data string. Generated and represents discrete digital values. The data string is transmitted from the transmitter using an NRZ (Non-Return to Zero) code. For example, the sampling rate of the data signal Di is twice the data rate of the binary data string. The data determination circuit DDC determines the logic of the data string using a blind CDR (Clock and Data Recovery) technique. For example, the digital code Di is treated as a negative value when the most significant bit is “0”, and treated as a positive value when the most significant bit is “1”. The negative digital code Di corresponds to the logic 0 of the binary data, and the positive digital code Di corresponds to the logic 1 of the binary data.

閾値判定部1は、デジタルコードDiを順に受け、負のデジタルコードDiが連続するときに増加値を示す閾値信号VTHを出力する。閾値判定部1は、正のデジタルコードが連続するときに減少値を示す閾値信号VTHを出力する。閾値判定部1は、負のデジタルコードと正のデジタルコードがランダムに現れるときにゼロを示す閾値信号VTHを出力する。   The threshold determination unit 1 sequentially receives the digital code Di, and outputs a threshold signal VTH indicating an increase value when the negative digital code Di continues. The threshold determination unit 1 outputs a threshold signal VTH indicating a decrease value when positive digital codes are continuous. The threshold determination unit 1 outputs a threshold signal VTH indicating zero when a negative digital code and a positive digital code appear randomly.

孤立パルス判定部2は、加算器2aおよびパルス検出器2bを有している。加算器2aは、デジタルコードDiに閾値信号VTHが示す値を加えて補正デジタルコードCDiを生成する。閾値信号VTHが増加値を示すとき、補正デジタルコードCDiの値は、デジタルコードDiの値より大きくなる。閾値信号VTHが減少値を示すとき、補正デジタルコードCDiの値は、デジタルコードDiの値より小さくなる。閾値信号VTHがゼロを示すとき、補正デジタルコードCDiの値は、デジタルコードDiの値に等しい。   The isolated pulse determination unit 2 includes an adder 2a and a pulse detector 2b. The adder 2a adds the value indicated by the threshold signal VTH to the digital code Di to generate a corrected digital code CDi. When the threshold signal VTH indicates an increase value, the value of the correction digital code CDi is larger than the value of the digital code Di. When the threshold signal VTH indicates a decrease value, the value of the correction digital code CDi is smaller than the value of the digital code Di. When the threshold signal VTH indicates zero, the value of the correction digital code CDi is equal to the value of the digital code Di.

パルス検出器2bは、例えば、連続する3つの補正デジタルコードCDi1、CDi2、CDi3のうち、中央の補正デジタルコードCDi2の符号が他の補正デジタルコードCDi1、CDi3の符号と異なるときに、中央の補正デジタルコードCDi2を孤立パルスとして検出し、孤立パルス検出信号PLSを出力する。孤立パルスは、補正デジタルコードCDi1、CDi2、CDi3の最上位ビットを比較することで、容易に検出できる。   The pulse detector 2b, for example, corrects the central correction when the sign of the central correction digital code CDi2 is different from the sign of the other correction digital codes CDi1, CDi3 among the three consecutive correction digital codes CDi1, CDi2, CDi3. The digital code CDi2 is detected as an isolated pulse, and an isolated pulse detection signal PLS is output. An isolated pulse can be easily detected by comparing the most significant bits of the correction digital codes CDi1, CDi2, and CDi3.

バイナリ判定部3は、例えば、連続する3つのデジタルコードDiの符号の遷移に基づいて、アナログデータ信号が示す2値データの論理を求め、選択データSELDとして出力する。データ選択部4は、孤立パルス判定部2から孤立パルス検出信号PLSが出力されるとき、検出された孤立パルスの論理を2値データの論理と判定し、出力データDOUTして出力する。データ選択部4は、孤立パルス判定部2から孤立パルス検出信号PLSが出力されないとき、すなわち、孤立パルスが検出されないとき、バイナリ判定部3により求められた選択データSELDの論理を2値データの論理と判定し、出力データDOUTして出力する。   For example, the binary determination unit 3 obtains the logic of the binary data indicated by the analog data signal based on the transition of the sign of three consecutive digital codes Di, and outputs it as selection data SELD. When the isolated pulse determination unit 2 outputs the isolated pulse detection signal PLS, the data selection unit 4 determines the logic of the detected isolated pulse as the logic of binary data, and outputs it as output data DOUT. When the isolated pulse determination unit 2 does not output the isolated pulse detection signal PLS, that is, when no isolated pulse is detected, the data selection unit 4 changes the logic of the selection data SELD obtained by the binary determination unit 3 to the binary data logic. And output as output data DOUT.

例えば、論理0のデータが続くデータ列中に論理1のデータが現れるとき(論理1の孤立パルス)、論理1のデータを示すデジタルコードDiの値は、論理1が連続するデータ列を示すデジタルコードDiの値より小さくなりやすい。同様に、論理1のデータが続くデータ列中に論理0のデータが現れるとき(論理0の孤立パルス)、論理0のデータを示すデジタルコードDiの値は、論理0が連続するデータ列を示すデジタルコードDiの値より大きくなりやすい。このとき、アイパターンの開口度は小さくなり、データ列の論理を誤って検出しやすい。   For example, when logic 1 data appears in a data string followed by logic 0 data (logic 1 isolated pulse), the value of the digital code Di indicating logic 1 data is a digital indicating a data string in which logic 1 continues. It tends to be smaller than the value of the code Di. Similarly, when logic 0 data appears in a data string followed by logic 1 data (logic 0 isolated pulse), the value of the digital code Di indicating the logic 0 data indicates a data string in which logic 0 continues. It tends to be larger than the value of the digital code Di. At this time, the opening degree of the eye pattern becomes small, and the logic of the data string is easily detected erroneously.

この実施形態では、デジタルコードDiの値に増加値または減少値を加えて、補正デジタルコードCDiを生成することで、アイパターンの見かけの開口度を大きくでき、補正デジタルコードCDiにより孤立パルスを確実に検出できる。例えば、デジタルコードDiが5ビット(32通り)で表されるとき、増加値は”+3”であり、減少値は”−3”である。   In this embodiment, by adding an increase value or a decrease value to the value of the digital code Di to generate the corrected digital code CDi, the apparent aperture of the eye pattern can be increased, and an isolated pulse can be reliably detected by the corrected digital code CDi. Can be detected. For example, when the digital code Di is represented by 5 bits (32 types), the increase value is “+3” and the decrease value is “−3”.

このように、デジタルコードDiの符号が連続することによりアイパターンの開口度が小さくなるときにも、デジタルコードDiの値を増加または減少することで、簡易な回路で孤立パルスを確実に検出でき、データの論理の判定ミスを削減できる。このため、アナログデータ信号やデジタルコードDiの符号間干渉を低減するための等価回路等が不要になり、あるいは、複雑な等価回路が不要になる。この結果、データ判定回路DDCの回路規模およびデータ判定回路DDCが搭載される受信器等の回路規模を小さくでき、消費電力を削減できる。   As described above, even when the aperture of the eye pattern is reduced due to the continuation of the code of the digital code Di, the isolated pulse can be reliably detected with a simple circuit by increasing or decreasing the value of the digital code Di. , Mistakes in data logic judgment can be reduced. For this reason, an equivalent circuit for reducing the intersymbol interference of the analog data signal and the digital code Di is not required, or a complicated equivalent circuit is not required. As a result, the circuit scale of the data determination circuit DDC and the circuit scale of a receiver or the like on which the data determination circuit DDC is mounted can be reduced, and power consumption can be reduced.

図2は、別の実施形態におけるデータ判定回路DDCの例を示している。上述した実施形態で説明した要素と同一の要素については、同一の符号を付し、これ等については、詳細な説明を省略する。   FIG. 2 shows an example of the data determination circuit DDC in another embodiment. The same elements as those described in the above-described embodiment are denoted by the same reference numerals, and detailed description thereof will be omitted.

この実施形態のデータ判定回路DDCは、閾値判定部10、孤立パルス判定部20、位相検出部30、バイナリ判定部40、判定タイミング生成部50およびデータ選択部60を有している。閾値判定部10、孤立パルス判定部20、位相検出部30およびバイナリ判定部40に供給されるmビット(例えば、5ビット)のデジタルコードDiは、2値データのデータ列を表すアナログデータ信号をオーバーサンプルすることにより生成され、離散的なデジタル値を示す。例えば、デジタルコードDiは、アナログデータ信号をAD変換器によりデジタル値に変換することで生成される。   The data determination circuit DDC of this embodiment includes a threshold determination unit 10, an isolated pulse determination unit 20, a phase detection unit 30, a binary determination unit 40, a determination timing generation unit 50, and a data selection unit 60. The m-bit (for example, 5 bits) digital code Di supplied to the threshold value determination unit 10, the isolated pulse determination unit 20, the phase detection unit 30, and the binary determination unit 40 is an analog data signal representing a binary data string. Generated by over-sampling and shows discrete digital values. For example, the digital code Di is generated by converting an analog data signal into a digital value by an AD converter.

例えば、デジタルコードDiのサンプリングレートは、2値データのデータ列のデータレートの2倍である。換言すれば、アナログデータ信号により表される2値データの間隔が1UI(ユニットインターバル)のとき、デジタルコードDiの間隔は、0.5UIである。アナログデータ信号により表される2値データとデジタルコードDiとの関係は、図3に示す。デジタルコードDiは、最上位ビットが”0”のとき負の値として扱われ、最上位ビットが”1”のとき正の値として扱われる。   For example, the sampling rate of the digital code Di is twice the data rate of the binary data string. In other words, when the interval of binary data represented by the analog data signal is 1 UI (unit interval), the interval of the digital code Di is 0.5 UI. The relationship between the binary data represented by the analog data signal and the digital code Di is shown in FIG. The digital code Di is treated as a negative value when the most significant bit is “0”, and treated as a positive value when the most significant bit is “1”.

閾値判定部10は、所定数の負のデジタルコードDiを連続して受けるときに、デジタルコードDiを増加するための閾値信号VTHを出力し、所定数の正のデジタルコードDiを連続して受けるときに、デジタルコードDiを減少するための閾値信号VTHを出力する。閾値判定部10の例は、図4に示す。以下の説明では、閾値信号VTHの値を閾値VTHとも称する。デジタルコードDiにおいて、同じ符号が連続するときに、デジタルコードDiの値を増加または減少することで、孤立パルスを判定し易くできる。   The threshold determination unit 10 outputs a threshold signal VTH for increasing the digital code Di when continuously receiving the predetermined number of negative digital codes Di, and continuously receives the predetermined number of positive digital codes Di. Sometimes, a threshold signal VTH for decreasing the digital code Di is output. An example of the threshold determination unit 10 is shown in FIG. In the following description, the value of the threshold signal VTH is also referred to as a threshold value VTH. In the digital code Di, when the same code continues, the isolated pulse can be easily determined by increasing or decreasing the value of the digital code Di.

ここで、孤立パルスは、連続する負のデジタルコードDi中に現れる1つの正のデジタルコードDi、または連続する正のデジタルコードDi中に現れる1つの負のデジタルコードDiを示す。負の値を”0”で表し、正の値を”1”で表すとき、例えば、デジタルコードDiの列”01000”、”00100”、”00010”に含まれる”1”およびデジタルコードDiの列”10111”、”11011”、”11101”に含まれる”0”は、孤立パルスである。   Here, the isolated pulse indicates one positive digital code Di appearing in the continuous negative digital code Di or one negative digital code Di appearing in the continuous positive digital code Di. When a negative value is represented by “0” and a positive value is represented by “1”, for example, “1” included in the digital code Di column “01000”, “00100”, “00010” and the digital code Di “0” included in the columns “10111”, “11011”, and “11101” is an isolated pulse.

孤立パルス判定部20は、閾値VTHに応じてデジタルコードDiを増加または減少し、順に供給される複数のデジタルコードDiの正負を判定する。孤立パルス判定部20は、正負を判定した複数のデジタルコードDi中に孤立パルスが含まれるとき、孤立パルスの位置に応じて孤立パルス検出信号FPLS、MPLS、BPLSのいずれかを出力し、孤立パルスの符号を示すパルス中央値FPCV、MPCV、BPCVを出力する。パルス中央値FPCV、MPCV、BPCVは、孤立パルス検出信号FPLS、MPLS、BPLSにそれぞれ対応して出力される。孤立パルス判定部20の例は、図5および図6に示す。   The isolated pulse determination unit 20 increases or decreases the digital code Di according to the threshold value VTH, and determines whether the plurality of digital codes Di that are supplied in order are positive or negative. The isolated pulse determination unit 20 outputs one of the isolated pulse detection signals FPLS, MPLS, and BPLS according to the position of the isolated pulse when the isolated pulse is included in the plurality of digital codes Di determined to be positive or negative. The pulse median values FPCV, MPCV, and BPCV indicating the sign of are output. The pulse median values FPCV, MPCV, and BPCV are output corresponding to the isolated pulse detection signals FPLS, MPLS, and BPLS, respectively. An example of the isolated pulse determination unit 20 is shown in FIGS.

位相検出部30は、デジタルコードDiを受け、隣接する2つのデジタルコードDiの符号が正から負、または負から正に変わるとき、2つのデジタルコードDiを結ぶ線分の符号が変わる位置(位相)を求め、クロス位置信号PINSTとして出力する。以下の説明では、クロス位置信号PINSTが示す位置(位相)は、クロス位置PINSTとも称する。クロス位置PINSTの例は、図3に示す。位相検出器30の例は、図9および図10に示す。   The phase detection unit 30 receives the digital code Di, and when the sign of two adjacent digital codes Di changes from positive to negative or from negative to positive, the position (phase) where the sign of the line segment connecting the two digital codes Di changes. ) And output as a cross position signal PINST. In the following description, the position (phase) indicated by the cross position signal PINST is also referred to as a cross position PINST. An example of the cross position PINST is shown in FIG. Examples of the phase detector 30 are shown in FIGS.

判定タイミング生成部50は、位相フィルタ510および加算器520を有している。位相フィルタ510は、位相検出部30から順に出力されるクロス位置PINSTの平均を求め、平均クロス位置信号PAVとして出力する。以下の説明では、平均クロス位置信号PAVが示す平均値は、平均クロス位置PAVとも称する。平均クロス位置PAVは、連続する2つの2値データ(”0”、”1”または”1”、”0”)を示す位置のほぼ真ん中(境界)を示す。位相フィルタ510の例は、図11に示す。   The determination timing generation unit 50 includes a phase filter 510 and an adder 520. The phase filter 510 calculates the average of the cross positions PINST output in order from the phase detection unit 30, and outputs the average as the average cross position signal PAV. In the following description, the average value indicated by the average cross position signal PAV is also referred to as an average cross position PAV. The average cross position PAV indicates substantially the middle (boundary) of the position indicating two consecutive binary data (“0”, “1” or “1”, “0”). An example of the phase filter 510 is shown in FIG.

加算器520は、2値データの境界を示す平均クロス位置PAVに0.5UIを加え、アナログデータ信号により表される2値データの中心位置(推定値)を示す推定位置信号PPICKを出力する。推定位置信号PPICKは、アナログデータ信号により表される2値データの中心位置を示し、2値データの論理を判定するためのタイミングを示す。以下の説明では、推定位置信号PPICKが示すデータの中心位置は、推定位置PPICKとも称する。推定位置PPICKの例は、図3に示す。   Adder 520 adds 0.5 UI to average cross position PAV indicating the boundary of the binary data, and outputs estimated position signal PPICK indicating the center position (estimated value) of the binary data represented by the analog data signal. The estimated position signal PPICK indicates the center position of the binary data represented by the analog data signal, and indicates the timing for determining the logic of the binary data. In the following description, the center position of the data indicated by the estimated position signal PPICK is also referred to as an estimated position PPICK. An example of the estimated position PPICK is shown in FIG.

バイナリ判定部40は、1UIの範囲に含まれる3つのデジタルコードDiを受け、位相検出部30からのクロス位置信号PINSTと判定タイミング生成部50からの推定位置信号PPICKとに基づいて、1UI毎にアナログデータ信号により表される2値データの論理を判定する。バイナリ判定部40は、判定した2値データの論理を選択データSELDとして出力する。バイナリ判定部40の例は、図14に示す。   The binary determination unit 40 receives three digital codes Di included in the range of 1 UI, and for each UI based on the cross position signal PINST from the phase detection unit 30 and the estimated position signal PPICK from the determination timing generation unit 50. The logic of the binary data represented by the analog data signal is determined. The binary determination unit 40 outputs the determined binary data logic as selection data SELD. An example of the binary determination unit 40 is shown in FIG.

データ選択部60は、孤立パルス検出信号FPLS、MPLS、BPLSが出力されないとき、バイナリ判定部40からの選択データSELDを選択し、出力データDOUTとして出力する。データ選択部60は、孤立パルス検出信号FPLS、MPLS、BPLSのいずれかが出力されるときに、対応するパルス中央値(FPCV、MPCV、BPCVのいずれか)を選択し、出力データDOUTとして出力する。データ選択部60の例は、図16に示す。   When the isolated pulse detection signals FPLS, MPLS, and BPLS are not output, the data selection unit 60 selects the selection data SELD from the binary determination unit 40 and outputs it as output data DOUT. When any one of the isolated pulse detection signals FPLS, MPLS, and BPLS is output, the data selection unit 60 selects the corresponding pulse median value (any one of FPCV, MPCV, and BPCV), and outputs the selected data as output data DOUT. . An example of the data selection unit 60 is shown in FIG.

図3は、アナログデータ信号により表される2値データとデジタルコードDiとの関係を示している。アナログデータ信号は太い曲線で示し、デジタルコードDiは白丸で示している。上述したように、データ信号Diのサンプリングレートは、2値のデータ列のデータレートの2倍である。このため、アナログデータ信号により表される2値データの間隔が1UIのとき、デジタルコードDiの間隔は0.5UIである。そして、1UIの範囲に3つのデジタルコードDiが含まれる。換言すれば、1UIの境界のデジタルコードDiは、隣接する2つのUIにより共有される。   FIG. 3 shows the relationship between the binary data represented by the analog data signal and the digital code Di. The analog data signal is indicated by a thick curve, and the digital code Di is indicated by a white circle. As described above, the sampling rate of the data signal Di is twice the data rate of the binary data string. For this reason, when the interval of binary data represented by the analog data signal is 1 UI, the interval of the digital code Di is 0.5 UI. Three digital codes Di are included in the range of 1 UI. In other words, the digital code Di at the boundary of 1 UI is shared by two adjacent UIs.

特に限定されないが、データ信号Diは、アナログデータ信号の電圧レベルを32通りで示すために5ビットを有する。図3の縦軸の2進数は、32値のうち偶数のみを示している。デジタルコードDiは、最上位ビットが論理0の16通りの正の値と、最上位ビットが論理1の16通りの負の値とで表される。なお、以下の説明では、正のデジタルコードDiを”0”で表し、負のデジタルコードDiを”1”と表すときがある。   Although not particularly limited, the data signal Di has 5 bits to indicate the voltage level of the analog data signal in 32 ways. The binary numbers on the vertical axis in FIG. 3 indicate only even numbers out of 32 values. The digital code Di is represented by 16 positive values whose most significant bit is logic 0 and 16 negative values whose most significant bit is logic 1. In the following description, the positive digital code Di may be represented by “0” and the negative digital code Di may be represented by “1”.

図2に示した位相検出部30により生成されるクロス位置信号PINSTは、例えば3ビットであり、クロス位置PINSTは、1UIを8等分した位相領域のいずれかを示す。クロス位置PINSTの平均を示す平均クロス位置信号PAVは、クロス位置PINSTと同様に3ビットである。推定位置PPICKは、クロス位置PINSTに0.5UI(2進数で”100”)を加えて求められる。推定位置信号PPICKは、例えば3ビットであり、各1UIの開始点からの位置を、1/8UI単位で表す。   The cross position signal PINST generated by the phase detection unit 30 illustrated in FIG. 2 is, for example, 3 bits, and the cross position PINST indicates one of the phase regions obtained by dividing 1 UI into 8 equal parts. The average cross position signal PAV indicating the average of the cross position PINST is 3 bits as in the cross position PINST. The estimated position PPICK is obtained by adding 0.5 UI (“100” in binary) to the cross position PINST. The estimated position signal PPICK is 3 bits, for example, and represents the position from the start point of each 1 UI in units of 1/8 UI.

データ判定回路DDCは、各1UIに含まれる3つのデジタルコードDiからアナログデータ信号が示す2値データの論理を示すデジタルコードDiを求める(図3(A))。そして、データ判定回路DDCは、求めたデジタルコードDiの最上位ビットをアナログデータ信号が示す2値データの論理と判定し、出力データDOUTとして出力する(図3(B))。なお、図3は、閾値VTHが”0”に設定されている例を示しており、デジタルコードDiの最上位ビットの値が、そのまま論理の判定に使用される。   The data determination circuit DDC obtains a digital code Di indicating the logic of the binary data indicated by the analog data signal from the three digital codes Di included in each 1 UI (FIG. 3A). Then, the data determination circuit DDC determines the most significant bit of the obtained digital code Di as the logic of the binary data indicated by the analog data signal, and outputs it as output data DOUT (FIG. 3B). FIG. 3 shows an example in which the threshold value VTH is set to “0”, and the value of the most significant bit of the digital code Di is used as it is for logical determination.

図4は、図2に示した閾値判定部10の例を示している。閾値判定部10は、符号判定部SIGN、n個の保持部FFおよび閾値制御部110を有している。”n”は2以上の整数である。閾値制御部110は、NOR回路、AND回路およびセレクタ120を有している。符号判定部SIGNは、デジタルコードDiの符号を求め、最上位ビットMSBとして出力する。最上位ビットMSBは、デジタルコードDiの符号を示し、”0”のとき負であり、”1”のとき正である。このため、符号判定部SIGNは、デジタルコードDiの最上位ビットMSBを保持部FFに出力すればよい。符号判定部SIGNから出力される最上位ビットMSBは、直列に接続された保持部FFに順に保持される。例えば、保持部FFは、フリップフロップ回路により形成される。なお、符号判定部SIGNおよび保持部FFは、閾値判定部10の外部に形成されてもよい。   FIG. 4 illustrates an example of the threshold determination unit 10 illustrated in FIG. The threshold determination unit 10 includes a code determination unit SIGN, n holding units FF, and a threshold control unit 110. “N” is an integer of 2 or more. The threshold control unit 110 includes a NOR circuit, an AND circuit, and a selector 120. The sign determination unit SIGN obtains the sign of the digital code Di and outputs it as the most significant bit MSB. The most significant bit MSB indicates the sign of the digital code Di, and is negative when “0” and positive when “1”. For this reason, the code determination unit SIGN may output the most significant bit MSB of the digital code Di to the holding unit FF. The most significant bits MSB output from the code determination unit SIGN are sequentially held in the holding units FF connected in series. For example, the holding unit FF is formed by a flip-flop circuit. The code determination unit SIGN and the holding unit FF may be formed outside the threshold determination unit 10.

NOR回路は、n個の保持部FFの出力が全て”0”のとき、選択信号SEL0を論理1に活性化する。選択信号SEL0の活性化は、n個の連続するデジタルコードDiの符号が全て負であることを示す。AND回路は、n個の保持部FFの出力が全て”1”のとき、選択信号SEL1を論理1に活性化する。選択信号SEL1の活性化は、n個の連続するデジタルコードDiの符号が全て正であることを示す。n個の保持部FFの出力が”1”および”0”を両方含むとき、選択信号SEL0、SEL1はともに論理0に非活性化される。   The NOR circuit activates the selection signal SEL0 to logic 1 when the outputs of the n holding units FF are all “0”. The activation of the selection signal SEL0 indicates that the signs of n consecutive digital codes Di are all negative. The AND circuit activates the selection signal SEL1 to logic 1 when the outputs of the n holding units FF are all “1”. The activation of the selection signal SEL1 indicates that the signs of n consecutive digital codes Di are all positive. When the outputs of the n holding units FF include both “1” and “0”, the selection signals SEL0 and SEL1 are both deactivated to logic 0.

セレクタ120は、選択信号SEL1の論理値を上位ビットとして受け、選択信号SEL0の論理値を下位ビットとして受け、受けた2ビットの値に対応する入力端子で受ける値を閾値VTHとして出力する。なお、選択信号SEL0、SEL1がともに活性化されることはないため、入力端子11は選択されない。   The selector 120 receives the logical value of the selection signal SEL1 as upper bits, receives the logical value of the selection signal SEL0 as lower bits, and outputs the value received at the input terminal corresponding to the received 2-bit value as the threshold value VTH. Note that the selection signals SEL0 and SEL1 are not activated, so the input terminal 11 is not selected.

例えば、選択信号SEL0が活性化されているときに、入力端子01が選択され、値”+VTH”が閾値VTHとして出力される。選択信号SEL1が活性化されているときに、入力端子10が選択され、値”−VTH”が閾値VTHとして出力される。選択信号SEL0、SEL1はともに非活性化されているときに、入力端子00が選択され、”0”の閾値VTHが出力される。この例では、閾値信号VTHは3ビットである。値”+VTH”は、後述するように、デジタルコードDiを増加させて補正デジタルコードCDiを生成するための増加値であり、例えば”+3”である。値”−VTH”は、後述するように、デジタルコードDiを減少させて補正デジタルコードCDiを生成するための減少値であり、例えば”−3”である。   For example, when the selection signal SEL0 is activated, the input terminal 01 is selected, and the value “+ VTH” is output as the threshold value VTH. When the selection signal SEL1 is activated, the input terminal 10 is selected, and the value “−VTH” is output as the threshold value VTH. When both the selection signals SEL0 and SEL1 are inactivated, the input terminal 00 is selected and a threshold value VTH of “0” is output. In this example, the threshold signal VTH is 3 bits. As will be described later, the value “+ VTH” is an increase value for generating the corrected digital code CDi by increasing the digital code Di, for example, “+3”. As will be described later, the value “−VTH” is a decrease value for decreasing the digital code Di to generate the corrected digital code CDi, and is “−3”, for example.

図5は、図2に示した孤立パルス判定部20の例を示している。孤立パルス判定部20は、加算器210、符号判定部SIGN、5つの保持部FFおよび3つのパルス検出器220、230、240を有している。例えば、保持部FFはフリップフロップ回路により形成される。   FIG. 5 shows an example of the isolated pulse determination unit 20 shown in FIG. The isolated pulse determination unit 20 includes an adder 210, a sign determination unit SIGN, five holding units FF, and three pulse detectors 220, 230, and 240. For example, the holding unit FF is formed by a flip-flop circuit.

加算器210は、デジタルコードDiに閾値VTHを加えて補正デジタルコードCDiを生成し、生成した補正デジタルコードCDiを符号判定部SIGNに出力する。ここで、デジタルコードDiに加算される閾値VTHは、加算器210で受けるデジタルコードDiより前に生成される複数のデジタルコードDiを用いて生成される。   The adder 210 adds the threshold value VTH to the digital code Di to generate a corrected digital code CDi, and outputs the generated corrected digital code CDi to the code determination unit SIGN. Here, the threshold value VTH added to the digital code Di is generated using a plurality of digital codes Di generated before the digital code Di received by the adder 210.

符号判定部SIGNは、補正デジタルコードCDiの符号を出力する。符号判定部SIGNから出力される符号は、直列に接続された保持部FFに順に保持され、補正デジタルコードCDiの符号ビット値SB1、SB2、SB3、SB4、SB5として順に出力される。   The sign determination unit SIGN outputs the sign of the corrected digital code CDi. The code output from the code determination unit SIGN is sequentially held in the holding unit FF connected in series, and is sequentially output as the code bit values SB1, SB2, SB3, SB4, and SB5 of the correction digital code CDi.

パルス検出器220は、符号ビット値SB1−SB3を受け、符号ビット値SB1−SB3が孤立パルスを含むとき(”010”または”101”)、孤立パルス検出信号FPLSを論理1に活性化する。符号ビット値SB1−SB3が孤立パルスでないとき、孤立パルス検出信号FPLSは、論理0に保持される。パルス検出器230は、符号ビット値SB2−SB4を受け、符号ビット値SB2−SB4が孤立パルスのとき、孤立パルス検出信号MPLSを論理1に活性化する。符号ビット値SB2−SB4が孤立パルスでないとき、孤立パルス検出信号MPLSは、論理0に保持される。パルス検出器240は、符号ビット値SB3−SB5を受け、符号ビット値SB3−SB5が孤立パルスのとき、孤立パルス検出信号BPLSを論理1に活性化する。符号ビット値SB3−SB5が孤立パルスでないとき、孤立パルス検出信号BPLSは、論理0に保持される。   The pulse detector 220 receives the sign bit values SB1 to SB3, and activates the isolated pulse detection signal FPLS to logic 1 when the sign bit values SB1 to SB3 include isolated pulses ("010" or "101"). When the sign bit values SB1-SB3 are not isolated pulses, the isolated pulse detection signal FPLS is held at logic zero. The pulse detector 230 receives the sign bit values SB2-SB4 and activates the isolated pulse detection signal MPLS to logic 1 when the sign bit values SB2-SB4 are isolated pulses. When the sign bit values SB2-SB4 are not isolated pulses, the isolated pulse detection signal MPLS is held at logic 0. The pulse detector 240 receives the sign bit values SB3-SB5, and activates the isolated pulse detection signal BPLS to logic 1 when the sign bit values SB3-SB5 are isolated pulses. When the sign bit values SB3 to SB5 are not isolated pulses, the isolated pulse detection signal BPLS is held at logic 0.

なお、符号ビット値SB2、SB3、SB4は、孤立パルスの中央値を示すパルス中央値FPCV、MPCV、BPCVとして出力される。パルス検出器220、230、240の例は、図6に示す。孤立パルス判定部20の動作は、図7および図8に示す。   The sign bit values SB2, SB3, and SB4 are output as pulse median values FPCV, MPCV, and BPCV indicating the median value of isolated pulses. Examples of pulse detectors 220, 230, and 240 are shown in FIG. The operation of the isolated pulse determination unit 20 is shown in FIGS.

図6は、図5に示したパルス検出器220、230、240の例を示している。パルス検出器220は、2つのAND回路221、222とAND回路221、222の出力を受けるOR回路223とを有している。AND回路221は、符号ビット値SB1、SB3の反転論理と、符号ビット値SB2とを受け、孤立パルスパターン”010”を検出する。AND回路222は、符号ビット値SB1、SB3と符号ビット値SB2の反転論理とを受け、孤立パルスパターン”101”を検出する。そして、OR回路224は、符号ビット値MSB2が孤立パルスのとき、孤立パルス検出信号FPLSを論理1に活性化する。   FIG. 6 shows an example of the pulse detectors 220, 230, and 240 shown in FIG. The pulse detector 220 includes two AND circuits 221 and 222 and an OR circuit 223 that receives the outputs of the AND circuits 221 and 222. The AND circuit 221 receives the inverted logic of the sign bit values SB1 and SB3 and the sign bit value SB2, and detects an isolated pulse pattern “010”. The AND circuit 222 receives the sign bit values SB1 and SB3 and the inverted logic of the sign bit value SB2 and detects the isolated pulse pattern “101”. The OR circuit 224 activates the isolated pulse detection signal FPLS to logic 1 when the sign bit value MSB2 is an isolated pulse.

パルス検出器230は、2つのAND回路231、232とAND回路231、232の出力を受けるOR回路233とを有している。パルス検出器240は、2つのAND回路241、242とAND回路241、242の出力を受けるOR回路243とを有している。パルス検出器230、240は、入力される信号および出力される信号が異なることを除き、パルス検出器220と同じ回路である。   The pulse detector 230 includes two AND circuits 231 and 232 and an OR circuit 233 that receives the outputs of the AND circuits 231 and 232. The pulse detector 240 includes two AND circuits 241 and 242 and an OR circuit 243 that receives the outputs of the AND circuits 241 and 242. The pulse detectors 230 and 240 are the same circuit as the pulse detector 220 except that the input signal and the output signal are different.

図7は、図5に示した孤立パルス判定部20の動作の例を示している。図7は、閾値VTHが”0”のときの動作を示している。太い実線はアナログデータ信号を示し、白丸はデジタルコードDiを示している。実際には、アナログデータ信号の波形は曲線であるが、ここでは、説明を簡潔にするために直線で表している。   FIG. 7 shows an example of the operation of the isolated pulse determination unit 20 shown in FIG. FIG. 7 shows an operation when the threshold value VTH is “0”. A thick solid line indicates an analog data signal, and a white circle indicates a digital code Di. Actually, the waveform of the analog data signal is a curve, but here, it is represented by a straight line for the sake of brevity.

閾値VTHが”0”のとき、図5に示した加算器210は、デジタルコードDiを補正デジタルコードCDiとして出力する。このため、符号ビット値SB1−SB5は、デジタルコードDiの最上位ビットの値に等しい。各符号ビット値SB1−SB5は、デジタルコードDiが負(−)のときに”0”を示し、デジタルコードDiが正(+)のときに”1”を示す。データ判定回路DDCが3つのデジタルコードDi2、Di3、Di4に基づいてアナログデータ信号に表される2値データの論理を判定するとき、孤立パルス判定部20は、前後のデジタルコードDi1、Di5を含めたデジタルコードD1−Di5に対応する5つの符号ビット値SB1−SB5を用いて孤立パルスを検出する。   When the threshold value VTH is “0”, the adder 210 shown in FIG. 5 outputs the digital code Di as the corrected digital code CDi. For this reason, the sign bit values SB1-SB5 are equal to the value of the most significant bit of the digital code Di. Each sign bit value SB1-SB5 indicates “0” when the digital code Di is negative (−), and indicates “1” when the digital code Di is positive (+). When the data determination circuit DDC determines the logic of the binary data represented in the analog data signal based on the three digital codes Di2, Di3, Di4, the isolated pulse determination unit 20 includes the preceding and following digital codes Di1, Di5. The isolated pulse is detected using the five code bit values SB1-SB5 corresponding to the digital codes D1-Di5.

図7(A)、(D)では、孤立パルス判定部20は、符号ビット値SB2に対応するデジタルコードDi2が孤立パルスであることを検出し、孤立パルス検出信号FPLSを論理1に設定する。図7(B)、(E)では、孤立パルス判定部20は、符号ビット値SB3に対応するデジタルコードDi3が孤立パルスであることを検出し、孤立パルス検出信号MPLSを論理1に設定する。図7(C)、(F)では、孤立パルス判定部20は、符号ビット値SB4に対応するデジタルコードDi4が孤立パルスであることを検出し、孤立パルス検出信号BPLSを論理1に設定する。   7A and 7D, the isolated pulse determination unit 20 detects that the digital code Di2 corresponding to the sign bit value SB2 is an isolated pulse, and sets the isolated pulse detection signal FPLS to logic 1. 7B and 7E, the isolated pulse determination unit 20 detects that the digital code Di3 corresponding to the sign bit value SB3 is an isolated pulse, and sets the isolated pulse detection signal MPLS to logic 1. 7C and 7F, the isolated pulse determination unit 20 detects that the digital code Di4 corresponding to the sign bit value SB4 is an isolated pulse, and sets the isolated pulse detection signal BPLS to logic 1.

図7に示した例では、アイパターンの開口度が0.5UI以上であるため、孤立パルスは確実に検出される。例えば、アイパターンの開口度は、アナログデータ信号の符号が正である期間、またはアナログデータ信号の符号が負である期間で表される。図7では、アイパターンの開口度は、負の値と正の値の境界であるゼロ点(0)とアナログデータ信号の波形とで形成される三角形の底辺の長さで表されている。   In the example shown in FIG. 7, since the aperture of the eye pattern is 0.5 UI or more, an isolated pulse is reliably detected. For example, the opening degree of the eye pattern is represented by a period in which the sign of the analog data signal is positive or a period in which the sign of the analog data signal is negative. In FIG. 7, the opening degree of the eye pattern is represented by the length of the base of the triangle formed by the zero point (0) that is the boundary between the negative value and the positive value and the waveform of the analog data signal.

図8は、図5に示した孤立パルス判定部20の動作の別の例を示している。図7と同じ動作については、詳細な説明は省略する。図8は、閾値VTHが”−3”または”+3”のときの動作を示している。太い実線はアナログデータ信号を示し、白丸はデジタルコードDiを示している。黒丸はデジタルコードCDiに閾値VTHを加えた補正デジタルコードCDiを示し、太い破線は補正デジタルコードCDiに対応する見かけのアナログデータ信号を示している。   FIG. 8 shows another example of the operation of the isolated pulse determination unit 20 shown in FIG. Detailed descriptions of the same operations as those in FIG. 7 are omitted. FIG. 8 shows an operation when the threshold value VTH is “−3” or “+3”. A thick solid line indicates an analog data signal, and a white circle indicates a digital code Di. A black circle indicates a corrected digital code CDi obtained by adding a threshold value VTH to the digital code CDi, and a thick broken line indicates an apparent analog data signal corresponding to the corrected digital code CDi.

例えば、符号間干渉(ISI:Inter-Symbol Interference)によりアイパターンの開口度が0.5UIより小さくなると、孤立パルス判定部20は、孤立パルスを検出できなくなる。これを防止するために、図4に示した閾値判定部10は、同じ符号のデジタルコードDiが所定数連続で発生するときに、アイパターンの開口度を大きくするために、閾値VTHを変更する。   For example, when the aperture of the eye pattern becomes smaller than 0.5 UI due to inter-symbol interference (ISI), the isolated pulse determining unit 20 cannot detect the isolated pulse. In order to prevent this, the threshold value determination unit 10 shown in FIG. 4 changes the threshold value VTH in order to increase the opening degree of the eye pattern when a predetermined number of digital codes Di having the same code are generated continuously. .

負のデジタルコードDiが連続するときに、閾値VTHは”+3”に設定される。図5に示した加算器210は、デジタルコードDiに”+3”を加えて補正デジタルコードCDiを生成する。これにより、図8(A)、(B)、(C)に示すように、負のデジタルコードDi2(または、Di3、DI4)から正の補正デジタルコードCDi2(または、CDi3、CDi4)が生成され、アイパターンの見かけの開口度は大きくなる。そして、図7(A)、(B)、(C)と同様に孤立パルスが検出可能になる。   When the negative digital code Di continues, the threshold value VTH is set to “+3”. The adder 210 shown in FIG. 5 adds “+3” to the digital code Di to generate a corrected digital code CDi. As a result, as shown in FIGS. 8A, 8B, and 8C, the positive correction digital code CDi2 (or CDi3, CDi4) is generated from the negative digital code Di2 (or Di3, DI4). The apparent opening degree of the eye pattern is increased. Then, isolated pulses can be detected as in FIGS. 7A, 7B, and 7C.

一方、正のデジタルコードDiが連続するときに、閾値VTHの値は”−3”に設定される。加算器210は、デジタルコードDiに”−3”を加えて補正デジタルコードCDiを生成する。これにより、図8(D)、(E)、(F)に示すように、正のデジタルコードDi2(または、Di3、DI4)から負の補正デジタルコードCDi2(または、CDi3、CDi4)が生成され、アイパターンの開口度は大きくなる。そして、図7(D)、(E)、(F)と同様に孤立パルスが検出可能になる。   On the other hand, when the positive digital code Di continues, the value of the threshold value VTH is set to “−3”. The adder 210 adds “−3” to the digital code Di to generate a corrected digital code CDi. As a result, as shown in FIGS. 8D, 8E, and 8F, the negative correction digital code CDi2 (or CDi3, CDi4) is generated from the positive digital code Di2 (or Di3, DI4). The opening degree of the eye pattern is increased. Then, isolated pulses can be detected as in FIGS. 7D, 7E, and 7F.

図9は、図2に示した位相検出部30の例を示している。位相検出器30は、3つの保持部FF、2つのサブ位相検出器310、320、加算器330およびセレクタ340を有している。例えば、保持部FFは、フリップフロップ回路により形成されている。保持部FFは、直列に接続されており、5ビットのデジタルコードDiを順に保持し、デジタルコードDiA、DiB、DiCとして出力する。   FIG. 9 shows an example of the phase detector 30 shown in FIG. The phase detector 30 includes three holding units FF, two sub phase detectors 310 and 320, an adder 330, and a selector 340. For example, the holding unit FF is formed by a flip-flop circuit. The holding unit FF is connected in series, holds the 5-bit digital code Di in order, and outputs the digital codes DiA, DiB, and DiC.

サブ位相検出器310は、デジタルコードDiA、DiBの符号が異なるとき、遷移信号TRAN1を出力し、デジタルコードDiA、DiBを結ぶ線分とゼロ点が交差するゼロクロス点の位相を求め、求めた位相を位相信号U1として出力する。同様に、サブ位相検出器320は、デジタルコードDiB、DiCの符号が異なるとき、遷移信号TRAN2を出力し、デジタルコードDiB、DiCを結ぶ線分とゼロ点が交差するゼロクロス点の位相を求め、求めた位相を位相信号U2として出力する。   The sub-phase detector 310 outputs a transition signal TRAN1 when the codes of the digital codes DiA and DiB are different, obtains the phase of the zero cross point where the line segment connecting the digital codes DiA and DiB and the zero point intersect, and the obtained phase Is output as the phase signal U1. Similarly, the sub-phase detector 320 outputs the transition signal TRAN2 when the codes of the digital codes DiB and DiC are different, and obtains the phase of the zero cross point where the line segment connecting the digital codes DiB and DiC and the zero point intersect, The obtained phase is output as the phase signal U2.

なお、位相信号U1は、1UI内に含まれるデジタルコードDiA、DiB、DiCのうち、最も時刻の早いデジタルコードDiAの位置を基準とする相対位相を示す。位相信号U2は、1UI内の中央に位置するデジタルコードDiBの位置を基準とする相対位相を示す。   The phase signal U1 indicates a relative phase based on the position of the digital code DiA having the earliest time among the digital codes DiA, DiB, and DiC included in one UI. The phase signal U2 indicates a relative phase based on the position of the digital code DiB located at the center in 1 UI.

例えば、位相信号U1、U2は、3ビットであり、0.5UIを4等分した4つの領域のいずれにゼロクロス点が含まれるかを示す。各位相信号U1、U2が2進数で”000”のとき、ゼロクロス点は0UIから0.125UIの間にある。各位相信号U1、U2が2進数で”001”のとき、ゼロクロス点は0.125UIから0.25UIの間にある。各位相信号U1、U2が2進数で”010”のとき、ゼロクロス点は0.25UIから0.375UIの間にある。各位相信号U1、U2が2進数で”011”のとき、ゼロクロス点は0.375UIから0.5UIの間にある。   For example, the phase signals U1 and U2 are 3 bits and indicate which of the four areas obtained by dividing 0.5 UI into four equal parts includes the zero cross point. When each of the phase signals U1 and U2 is “000” in binary, the zero cross point is between 0 UI and 0.125 UI. When each of the phase signals U1 and U2 is “001” in binary, the zero cross point is between 0.125 UI and 0.25 UI. When each of the phase signals U1 and U2 is “010” in binary, the zero cross point is between 0.25 UI and 0.375 UI. When each of the phase signals U1 and U2 is “011” in binary, the zero cross point is between 0.375 UI and 0.5 UI.

加算器330は、位相信号U2に0.5UI(2進数で”100”)を加え、位相信号U20として出力する。具体的には、位相信号U20は、2進数で”100”、”101”、”110”、”111”のいずれかである。位相信号U20は、1UIの開始点であるデジタルコードDiAの位置を基準とするときに、ゼロクロス点が0.5UIから0.625UIの間、0.625UIから0.75UIの間、0.75UIから0.875UIの間、0.875UIから1UIの間のいずれかにあることを示す。すなわち、加算器330から出力される位相信号U20は、デジタルコードDiAの位置を基準とする相対位相を示す。   The adder 330 adds 0.5 UI (“100” in binary) to the phase signal U2 and outputs the result as the phase signal U20. Specifically, the phase signal U20 is one of binary numbers “100”, “101”, “110”, and “111”. When the phase signal U20 is based on the position of the digital code DiA that is the starting point of 1 UI, the zero cross point is between 0.5 UI and 0.625 UI, between 0.625 UI and 0.75 UI, and from 0.75 UI. Indicates between 0.875 UI and 0.875 UI to 1 UI. That is, the phase signal U20 output from the adder 330 indicates a relative phase with respect to the position of the digital code DiA.

セレクタSELは、遷移信号TRAN1を受けているときに、位相信号U1をクロス位置信号PINSTとして出力する。セレクタSELは、遷移信号TRAN2を受けているときに、位相信号U2をクロス位置信号PINSTとして出力する。   The selector SEL outputs the phase signal U1 as the cross position signal PINST when receiving the transition signal TRAN1. When the selector SEL receives the transition signal TRAN2, the selector SEL outputs the phase signal U2 as the cross position signal PINST.

図10は、図9に示したサブ位相検出器310の例を示している。サブ位相検出器310は、結合器312およびクロス位置検出器314を有している。なお、図9に示したサブ位相検出部320は、デジタルコードDiA、DiBの代わりにデジタルコードDiB、DiCを受け、位相信号U1および遷移信号TRAN1の代わりに位相信号U2および遷移信号TRAN2を出力することを除き、サブ位相検出部310と同じ回路である。   FIG. 10 shows an example of the sub-phase detector 310 shown in FIG. The sub phase detector 310 includes a combiner 312 and a cross position detector 314. 9 receives digital codes DiB and DiC instead of digital codes DiA and DiB, and outputs phase signal U2 and transition signal TRAN2 instead of phase signal U1 and transition signal TRAN1. Except for this, it is the same circuit as the sub phase detector 310.

結合器312は、乗算器MUL1、MUL2および加減算器ADD1、ADD2、ADD3、ADD4を有している。図10では、説明を分かりやすくするために、デジタルコードDiA、DiBの値をそれぞれ”A”、”B”としている。乗算器MUL1は、デジタルコードDiAの値を4倍して”4A”を出力する。乗算器MUL2は、デジタルコードDiBの値を4倍して”4B”を出力する。   The combiner 312 includes multipliers MUL1 and MUL2 and adder / subtracters ADD1, ADD2, ADD3, and ADD4. In FIG. 10, the values of the digital codes DiA and DiB are “A” and “B” for easy understanding. The multiplier MUL1 multiplies the value of the digital code DiA by 4 and outputs “4A”. The multiplier MUL2 multiplies the value of the digital code DiB by 4 and outputs “4B”.

加減算器ADD1は、デジタルコードDiAからデジタルコードDiBを減じて”A−B”を出力する。加減算器ADD2は、値”4A”から”A−B”を減じて”3A+B”を出力する。加減算器ADD3は、値”A”に値”B”を加えて”A+B”を出力する。加減算器ADD4は、値”A−B”に値”4B”を加えて”A+3B”を出力する。   The adder / subtractor ADD1 subtracts the digital code DiB from the digital code DiA and outputs "A-B". The adder / subtractor ADD2 subtracts “A−B” from the value “4A” and outputs “3A + B”. The adder / subtractor ADD3 adds the value “B” to the value “A” and outputs “A + B”. The adder / subtractor ADD4 adds the value “4B” to the value “A−B” and outputs “A + 3B”.

クロス位置検出器314は、結合器312から出力される値に基づいて、位相信号U1および遷移信号TRAN1を生成する。クロス位置検出器314の動作は、図11および図12に示す。   The cross position detector 314 generates the phase signal U1 and the transition signal TRAN1 based on the values output from the combiner 312. The operation of the cross position detector 314 is shown in FIGS.

図11は、図10に示したサブ位相検出器310により検出される位相の例を示している。図中の丸印を付けた”A”、”B”は、図10に示したデジタルコードDiA、DiBの値である。なお、”A”、”B”を図9に示したサブ位相検出器320に供給されるデジタルコードDiB、DiCの値とすることで、図11は、サブ位相検出器320の動作を示す。   FIG. 11 shows an example of a phase detected by the sub phase detector 310 shown in FIG. “A” and “B” with circles in the drawing are values of the digital codes DiA and DiB shown in FIG. FIG. 11 shows the operation of the sub-phase detector 320 by setting “A” and “B” as the values of the digital codes DiB and DiC supplied to the sub-phase detector 320 shown in FIG.

”A”と”B”を結ぶ線分における0.25UIの値は、値”A”と”B”の平均値”(A+B)/2”である。”A”と”B”を結ぶ線分における0.125UIの値は、値”A”と”(A+B)/2”の平均値”(3A+B)/2”である。”A”と”B”を結ぶ線分における0.375UIの値は、値”(A+B)/2”と”B”の平均値”(A+3B)/2”である。値”(A+B)/2”、”(3A+B)/2”、”(A+3B)/2”は、図10に示した結合器312が出力する値”(A+B)”、”3A+B”、”A+3B”をそれぞれ1ビット下位側にシフトすることで求められる。   The value of 0.25 UI in the line segment connecting “A” and “B” is an average value “(A + B) / 2” of values “A” and “B”. The value of 0.125 UI in the line segment connecting “A” and “B” is the average value “(3A + B) / 2” of the values “A” and “(A + B) / 2”. The value of 0.375 UI in the line segment connecting “A” and “B” is the value “(A + B) / 2” and the average value of “B” (A + 3B) / 2 ”. The values “(A + B) / 2”, “(3A + B) / 2”, and “(A + 3B) / 2” are values “(A + B)”, “3A + B”, “A + 3B” output from the combiner 312 shown in FIG. "Is shifted by 1 bit lower side, respectively.

以上に基づいて、図10に示したクロス位置検出器314は、値”A”が負、値”B”が正で、値”(3A+B)/2”が正のとき、ゼロクロス点が0UIと0.125UIの間にあると判定し、位相信号U1を2進数で”000”に設定する(図11(a))。クロス位置検出器314は、値”A”が負、値”B”が正で、値”(3A+B)/2”が負、かつ値”(A+B)/2”が正のとき、ゼロクロス点は0.125UIと0.25UIの間にあると判定し、位相信号U1を2進数で”001”に設定する(図11(b))。   Based on the above, when the value “A” is negative, the value “B” is positive, and the value “(3A + B) / 2” is positive, the cross position detector 314 shown in FIG. It is determined that it is between 0.125 UI, and the phase signal U1 is set to “000” in binary (FIG. 11A). When the value “A” is negative, the value “B” is positive, the value “(3A + B) / 2” is negative, and the value “(A + B) / 2” is positive, It is determined that it is between 0.125 UI and 0.25 UI, and the phase signal U1 is set to “001” in binary (FIG. 11B).

クロス位置検出器314は、値”A”が負、値”B”が正で、かつ値”(A+B)/2”が負、かつ値”(A+3B)/2”が正のとき、ゼロクロス点は0.25UIと0.375UIの間にあると判定し、位相信号U1を2進数で”010”に設定する(図11(c))。クロス位置検出器314は、値”A”が負、値”B”が正で、値”(A+3B)/2”が負のとき、ゼロクロス点は0.375UIと0.5UIの間にあると判定し、位相信号U1を2進数で”011”に設定する(図11(d))。   The cross position detector 314 has a zero cross point when the value “A” is negative, the value “B” is positive, the value “(A + B) / 2” is negative, and the value “(A + 3B) / 2” is positive. Is determined to be between 0.25 UI and 0.375 UI, and the phase signal U1 is set to “010” in binary (FIG. 11C). The cross position detector 314 indicates that when the value “A” is negative, the value “B” is positive, and the value “(A + 3B) / 2” is negative, the zero cross point is between 0.375 UI and 0.5 UI. The phase signal U1 is set to “011” in binary (FIG. 11 (d)).

クロス位置検出器314は、値”A”が正、値”B”が負で、値”(3A+B)/2”が負のとき、ゼロクロス点は0UIと0.125UIの間にあると判定し、位相信号U1を2進数で”000”に設定する(図11(e))。クロス位置検出器314は、値”A”が正、値”B”が負で、値”(3A+B)/2”が正、かつ値”(A+B)/2”が負のとき、ゼロクロス点は0.125UIと0.25UIの間にあると判定し、位相信号U1を2進数で”001”に設定する(図11(f))。   The cross position detector 314 determines that the zero cross point is between 0 UI and 0.125 UI when the value “A” is positive, the value “B” is negative, and the value “(3A + B) / 2” is negative. The phase signal U1 is set to “000” in binary (FIG. 11 (e)). When the value “A” is positive, the value “B” is negative, the value “(3A + B) / 2” is positive, and the value “(A + B) / 2” is negative, It is determined that it is between 0.125 UI and 0.25 UI, and the phase signal U1 is set to “001” in binary (FIG. 11 (f)).

クロス位置検出器314は、値”A”が正、値”B”が負で、かつ値”(A+B)/2”が正、かつ値”(A+3B)/2”が負のとき、ゼロクロス点は0.25UIと0.375UIの間にあると判定し、位相信号U1を2進数で”010”に設定する(図11(g))。クロス位置検出器314は、値”A”が正、値”B”が負で、値”(A+3B)/2”が正のとき、ゼロクロス点は0.375UIと0.5UIの間にあると判定し、位相信号U1を2進数で”011”に設定する(図11(h))。   The cross position detector 314 detects the zero cross point when the value “A” is positive, the value “B” is negative, the value “(A + B) / 2” is positive, and the value “(A + 3B) / 2” is negative. Is determined to be between 0.25 UI and 0.375 UI, and the phase signal U1 is set to “010” in binary (FIG. 11 (g)). The cross position detector 314 indicates that when the value “A” is positive, the value “B” is negative, and the value “(A + 3B) / 2” is positive, the zero cross point is between 0.375 UI and 0.5 UI. Then, the phase signal U1 is set to “011” in binary (FIG. 11 (h)).

図12は、図10に示したサブ位相検出器310の動作の例を示している。ゼロクロス点が存在するときの動作、すなわち、デジタルコードDiA、DiBの符号が異なるときの動作は、図11の説明と同様である。サブ位相検出器310は、ゼロクロス点が存在するとき、位相信号U1の出力とともに遷移信号TRAN1を論理1に活性化する。   FIG. 12 shows an example of the operation of the sub-phase detector 310 shown in FIG. The operation when the zero-cross point exists, that is, the operation when the codes of the digital codes DiA and DiB are different is the same as described in FIG. The sub-phase detector 310 activates the transition signal TRAN1 to logic 1 together with the output of the phase signal U1 when a zero-cross point exists.

デジタルコードDiA、DiBの符号が同じとき、ゼロクロス点は存在しない。このため、サブ位相検出器310は、遷移信号TRAN1を論理0に非活性化する。遷移信号TRAN1が論理0のとき、位相信号U1の値は無効にされる。図12に示す動作は、デジタルコードDiA、DiB、位相信号U1および遷移信号TRAN1をデジタルコードDiB、DiC、位相信号U2および遷移信号TRAN2に置き換えることで、図9に示したサブ位相検出器320の動作を示す。   When the codes of the digital codes DiA and DiB are the same, there is no zero cross point. For this reason, the sub-phase detector 310 deactivates the transition signal TRAN1 to logic 0. When the transition signal TRAN1 is logic 0, the value of the phase signal U1 is invalidated. The operation shown in FIG. 12 is performed by replacing the digital codes DiA and DiB, the phase signal U1 and the transition signal TRAN1 with the digital codes DiB and DiC, the phase signal U2 and the transition signal TRAN2, so that the sub-phase detector 320 shown in FIG. The operation is shown.

図13は、図2に示した位相フィルタ510の例を示している。位相フィルタ510は、増幅器511、512および積分器514、516を有している。増幅器511は、クロス位置信号PINSTの値を利得K1で増幅して出力する。増幅器512は、増幅器511の出力を利得K2で増幅して出力する。   FIG. 13 shows an example of the phase filter 510 shown in FIG. The phase filter 510 includes amplifiers 511 and 512 and integrators 514 and 516. The amplifier 511 amplifies the value of the cross position signal PINST with a gain K1 and outputs the amplified signal. The amplifier 512 amplifies the output of the amplifier 511 with a gain K2 and outputs it.

積分器514は、増幅器512の出力を積分し、積分結果を積分器516に出力する。積分器516は、増幅器511の出力および積分器516の出力を積分し、積分結果を平均クロス位置信号PAVとして出力する。各積分器514、516の出力は、自身にフィードバックされる。以上より、位相フィルタ510は、クロス位置PINSTの値を平均した平均クロス位置PAVを生成する。   The integrator 514 integrates the output of the amplifier 512 and outputs the integration result to the integrator 516. The integrator 516 integrates the output of the amplifier 511 and the output of the integrator 516, and outputs the integration result as an average cross position signal PAV. The output of each integrator 514, 516 is fed back to itself. From the above, the phase filter 510 generates an average cross position PAV obtained by averaging the values of the cross positions PINST.

図14は、図2に示したバイナリ判定部40の例を示している。バイナリ判定部40は、符号判定部SIGN、3つの保持部FF、排他的論理和回路410、412、414、比較器420、422、AND回路430、OR回路432およびセレクタ440、442、444を有している。例えば、保持部FFは、フリップフロップ回路により形成されている。   FIG. 14 illustrates an example of the binary determination unit 40 illustrated in FIG. The binary determination unit 40 includes a code determination unit SIGN, three holding units FF, exclusive OR circuits 410, 412, and 414, comparators 420 and 422, an AND circuit 430, an OR circuit 432, and selectors 440, 442, and 444. is doing. For example, the holding unit FF is formed by a flip-flop circuit.

符号判定部SIGNは、デジタルコードDiの符号を判定し、符号ビット値MSBとして出力する。なお、デジタルコードDiの符号は、最上位ビットにより表されるため、例えば、符号判定部SIGNは、デジタルコードDiの最上位ビットMSBを出力すればよい。   The sign determination unit SIGN determines the sign of the digital code Di and outputs it as a sign bit value MSB. Since the sign of the digital code Di is represented by the most significant bit, for example, the sign determination unit SIGN may output the most significant bit MSB of the digital code Di.

保持部FFは、符号判定部SIGNから供給される符号MSBを順に保持し、符号ビット値MSB2、MSB3、MSB4として出力する。なお、符号ビット値MSB2、MSB3、MSB4は、図7および図8に示した3つのデジタルコードDi2、Di3、Di4の符号を示す。そして、バイナリ判定部40は、1UI内のアナログデータ信号が示す2値データの論理を判定する、
排他的論理和回路410は、符号ビット値MSB2、MSB3が同じとき、すなわち、デジタルコードDi2、Di3の符号が同じとき、論理0を出力する。排他的論理和回路410は、符号ビット値MSB2、MSB3が異なるとき、すなわち、デジタルコードDi2、Di3の符号が異なるとき、論理1を出力する。排他的論理和回路412は、符号ビット値MSB3、MSB4が同じとき、すなわち、デジタルコードDi3、Di4の符号が同じとき、論理0を出力する。排他的論理和回路412は、符号ビット値MSB3、MSB4が異なるとき、すなわち、デジタルコードDi3、Di4の符号が異なるとき、論理1を出力する。
The holding unit FF sequentially holds the code MSB supplied from the code determination unit SIGN, and outputs the code MSB as code bit values MSB2, MSB3, and MSB4. The sign bit values MSB2, MSB3, and MSB4 indicate the signs of the three digital codes Di2, Di3, and Di4 shown in FIGS. The binary determination unit 40 determines the logic of the binary data indicated by the analog data signal in 1 UI.
The exclusive OR circuit 410 outputs logic 0 when the sign bit values MSB2 and MSB3 are the same, that is, when the signs of the digital codes Di2 and Di3 are the same. The exclusive OR circuit 410 outputs logic 1 when the sign bit values MSB2 and MSB3 are different, that is, when the codes of the digital codes Di2 and Di3 are different. The exclusive OR circuit 412 outputs logic 0 when the sign bit values MSB3 and MSB4 are the same, that is, when the signs of the digital codes Di3 and Di4 are the same. The exclusive OR circuit 412 outputs logic 1 when the sign bit values MSB3 and MSB4 are different, that is, when the signs of the digital codes Di3 and Di4 are different.

排他的論理和回路414は、排他的論理和回路410、412から出力される論理が同じとき論理0を出力する。すなわち、排他的論理和回路414は、デジタルコードDi2、Di3、Di4の符号が同じとき、あるいは、デジタルコードDi3の符号がデジタルコードDi2、Di4の符号と異なるとき、論理0を出力する。また、排他的論理和回路414は、排他的論理和回路410、412から出力される論理が異なるとき論理1を出力する。すなわち、排他的論理和回路414は、デジタルコードDi2の符号がデジタルコードDi3、Di4の符号と異なるとき、あるいは、デジタルコードDi4の符号がデジタルコードDi2、Di4の符号と異なるとき、論理1を出力する。   The exclusive OR circuit 414 outputs a logic 0 when the logics output from the exclusive OR circuits 410 and 412 are the same. In other words, the exclusive OR circuit 414 outputs logic 0 when the codes of the digital codes Di2, Di3, and Di4 are the same, or when the codes of the digital code Di3 are different from the codes of the digital codes Di2 and Di4. The exclusive OR circuit 414 outputs a logic 1 when the logics output from the exclusive OR circuits 410 and 412 are different. That is, the exclusive OR circuit 414 outputs logic 1 when the code of the digital code Di2 is different from the code of the digital code Di3 or Di4, or when the code of the digital code Di4 is different from the code of the digital code Di2 or Di4. To do.

比較器420は、クロス位置信号PINSTの値が推定位置信号PPICKの値より大きいとき論理1を出力し、クロス位置信号PINSTの値が推定位置信号PPICKの値より小さいとき論理0を出力する。比較器422は、推定位置信号PPICKの値が0.5UI(2進数で”100”)より小さいときに論理1を出力し、推定位置信号PPICKの値が0.5UIより大きいときに論理0を出力する。   The comparator 420 outputs a logic 1 when the value of the cross position signal PINST is larger than the value of the estimated position signal PPICK, and outputs a logic 0 when the value of the cross position signal PINST is smaller than the value of the estimated position signal PPICK. The comparator 422 outputs a logic 1 when the value of the estimated position signal PPICK is smaller than 0.5 UI (binary “100”), and outputs a logic 0 when the value of the estimated position signal PPICK is larger than 0.5 UI. Output.

AND回路430は、排他的論理和回路414の出力および比較器420の出力がともに論理1のとき、セレクタ440によりビット値MSB1を選択するために論理1を出力する。AND回路430は、排他的論理和回路414の出力または比較器420の出力のいずれかが論理0のとき、セレクタ440によりビット値MSB2を選択するために論理0を出力する。   AND circuit 430 outputs a logic 1 to select bit value MSB1 by selector 440 when the output of exclusive OR circuit 414 and the output of comparator 420 are both logic 1. The AND circuit 430 outputs a logic 0 to select the bit value MSB2 by the selector 440 when either the output of the exclusive OR circuit 414 or the output of the comparator 420 is a logic 0.

OR回路432は、排他的論理和回路414の出力が論理0または比較器420の出力が論理1のとき、セレクタ442によりビット値MSB2を選択するために論理1を出力する。OR回路432は、排他的論理和回路414の出力が論理1および比較器420の出力が論理0のとき、セレクタ442によりビット値MSB3を選択するために論理0を出力する。   The OR circuit 432 outputs logic 1 to select the bit value MSB2 by the selector 442 when the output of the exclusive OR circuit 414 is logic 0 or the output of the comparator 420 is logic 1. The OR circuit 432 outputs logic 0 to select the bit value MSB3 by the selector 442 when the output of the exclusive OR circuit 414 is logic 1 and the output of the comparator 420 is logic 0.

セレクタ440は、AND回路430から出力される論理に応じて、符号ビット値MSB2、MSB3のいずれかを選択し、セレクタ444に出力する。セレクタ442は、OR回路432から出力される論理に応じて、符号ビット値MSB3、MSB4のいずれかを選択し、セレクタ444に出力する。   The selector 440 selects one of the sign bit values MSB 2 and MSB 3 according to the logic output from the AND circuit 430 and outputs the selected bit value to the selector 444. The selector 442 selects one of the sign bit values MSB 3 and MSB 4 according to the logic output from the OR circuit 432 and outputs the selected bit value to the selector 444.

セレクタ444は、比較器420の出力が論理1のとき、すなわち、推定位置PPICKが0.5UIより小さいときに、セレクタ440を介して供給される符号ビット値MSB2またはMSB3を選択データSELDとして出力する。セレクタ444は、比較器420の出力が論理0のとき、すなわち、推定位置PPICKが0.5UIより大きいときに、セレクタ442を介して供給される符号ビット値MSB3またはMSB4を選択データSELDとして出力する。   The selector 444 outputs the code bit value MSB2 or MSB3 supplied via the selector 440 as selection data SELD when the output of the comparator 420 is logic 1, that is, when the estimated position PPICK is smaller than 0.5 UI. . The selector 444 outputs the sign bit value MSB3 or MSB4 supplied via the selector 442 as the selection data SELD when the output of the comparator 420 is logic 0, that is, when the estimated position PPICK is larger than 0.5 UI. .

図15は、図14に示したバイナリ判定部40の動作の例を示している。図15(A)では、クロス位置PINSTは0.5UIより小さく、符号ビット値MSB2は符号ビット値MSB3、MSB4と異なる。このとき、図14に示した排他的論理和回路414は論理1を出力する。推定位置PPICKがクロス位置PINSTの前にあるとき、符号ビット値MSB2が選択データSELDとして出力される(図15(a))。推定位置PPICKがクロス位置PINSTの後ろにあり、かつ0.5UIより小さいとき、符号ビット値MSB3が選択データSELDとして出力される(図15(b))。推定位置PPICKが0.5UIより大きいとき、符号ビット値MSB4が選択データSELDとして出力される(図15(c))。   FIG. 15 illustrates an example of the operation of the binary determination unit 40 illustrated in FIG. In FIG. 15A, the cross position PINST is smaller than 0.5 UI, and the sign bit value MSB2 is different from the sign bit values MSB3 and MSB4. At this time, the exclusive OR circuit 414 shown in FIG. When the estimated position PPICK is before the cross position PINST, the sign bit value MSB2 is output as the selection data SELD (FIG. 15 (a)). When the estimated position PPICK is behind the cross position PINST and is smaller than 0.5 UI, the sign bit value MSB3 is output as the selection data SELD (FIG. 15B). When the estimated position PPICK is larger than 0.5 UI, the sign bit value MSB4 is output as the selection data SELD (FIG. 15 (c)).

図15(B)では、推定位置PPICKは0.5UIより大きく、符号ビット値MSB4は符号ビット値MSB2、MSB3と異なる。このとき、排他的論理和回路414は論理1を出力する。推定位置PPICKが0.5UIより小さいとき、符号ビット値MSB2が選択データSELDとして出力される(図15(d))。推定位置PPICKが0.5UIより大きく、かつクロス位置PINSTの前にあるとき、符号ビット値MSB3が選択データSELDとして出力される(図15(e))。推定位置PPICKがクロス位置PINSTの後ろにあるとき、符号ビット値MSB4が選択データSELDとして出力される(図15(f))。   In FIG. 15B, the estimated position PPICK is larger than 0.5 UI, and the sign bit value MSB4 is different from the sign bit values MSB2 and MSB3. At this time, the exclusive OR circuit 414 outputs a logic one. When the estimated position PPICK is smaller than 0.5 UI, the sign bit value MSB2 is output as the selection data SELD (FIG. 15 (d)). When the estimated position PPICK is larger than 0.5 UI and before the cross position PINST, the sign bit value MSB3 is output as the selection data SELD (FIG. 15 (e)). When the estimated position PPICK is behind the cross position PINST, the sign bit value MSB4 is output as the selection data SELD (FIG. 15 (f)).

図15(C)では、符号ビット値MSB2、MSB3、MSB4は互いに同じである。このとき、排他的論理和回路414は論理0を出力し、セレクタ440の0入力とセレクタ442の1入力が常に選択される。そして、推定位置PPICKに拘わらず、符号ビット値MSB3が選択データSELDとして常に出力される(図15(g))。   In FIG. 15C, the sign bit values MSB2, MSB3, and MSB4 are the same. At this time, the exclusive OR circuit 414 outputs a logic 0, and the 0 input of the selector 440 and the 1 input of the selector 442 are always selected. Regardless of the estimated position PPICK, the sign bit value MSB3 is always output as the selection data SELD (FIG. 15 (g)).

図15(D)では、符号ビット値MSB3は符号ビット値MSB2、MSB4と異なる。このとき、排他的論理和回路414は、論理0を出力する。このため、図15(C)と同様に、符号ビット値MSB3が選択データSELDとして常に出力される(図15(h))。   In FIG. 15D, the sign bit value MSB3 is different from the sign bit values MSB2 and MSB4. At this time, the exclusive OR circuit 414 outputs logic 0. Therefore, similarly to FIG. 15C, the sign bit value MSB3 is always output as the selection data SELD (FIG. 15H).

図16は、図2に示したデータ選択部60の例を示している。データ選択部60は、OR回路610、NOR回路612、セレクタ620、比較器630およびインバータ640を有している。セレクタ620は、AND回路621、622、623、624およびOR回路625を有している。   FIG. 16 illustrates an example of the data selection unit 60 illustrated in FIG. The data selection unit 60 includes an OR circuit 610, a NOR circuit 612, a selector 620, a comparator 630, and an inverter 640. The selector 620 includes AND circuits 621, 622, 623, 624 and an OR circuit 625.

OR回路610は、孤立パルス検出信号FPLS、BPLSのいずれかが論理1に活性化されているとき、AND回路621、623に論理1を出力する。NOR回路612は、孤立パルス検出信号FPLS、MPLS、BPLSのいずれかが論理1に活性化されているとき、AND回路624を無効にするために論理0を出力する。比較器630は、推定位置信号PPICKの値が0.5UIより大きいときに論理1を出力し、推定位置信号PPICKの値が0.5UIより小さいときに論理0を出力する。   The OR circuit 610 outputs a logic 1 to the AND circuits 621 and 623 when one of the isolated pulse detection signals FPLS and BPLS is activated to a logic 1. The NOR circuit 612 outputs a logic 0 to invalidate the AND circuit 624 when any of the isolated pulse detection signals FPLS, MPLS, and BPLS is activated to a logic 1. Comparator 630 outputs a logic 1 when the value of estimated position signal PPICK is greater than 0.5 UI, and outputs a logic 0 when the value of estimated position signal PPICK is less than 0.5 UI.

AND回路621は、OR回路610およびインバータ640が論理1を出力しているときに、パルス中央値FPCVの論理をOR回路625に出力する。すなわち、孤立パルス検出信号FPLS、BPLSのいずれかが活性化され、推定位置信号PPICKの値が0.5UIより小さいときに、パルス中央値FPCVが選択される。AND回路622は、孤立パルス検出信号MPLSが活性化されているときに、パルス中央値MPCVの論理をOR回路625に出力する。   AND circuit 621 outputs the logic of pulse median value FPCV to OR circuit 625 when OR circuit 610 and inverter 640 output logic 1. That is, when one of the isolated pulse detection signals FPLS and BPLS is activated and the value of the estimated position signal PPICK is smaller than 0.5 UI, the pulse median value FPCV is selected. The AND circuit 622 outputs the logic of the pulse median value MPVV to the OR circuit 625 when the isolated pulse detection signal MPLS is activated.

AND回路623は、OR回路610および比較器630が論理1を出力しているときに、パルス中央値BPCVの論理をOR回路625に出力する。すなわち、孤立パルス検出信号FPLS、BPLSのいずれかが活性化され、推定位置信号PPICKの値が0.5UIより大きいときに、パルス中央値BPCVが選択される。   AND circuit 623 outputs the logic of pulse median value BPCV to OR circuit 625 when OR circuit 610 and comparator 630 output logic 1. That is, when one of the isolated pulse detection signals FPLS and BPLS is activated and the value of the estimated position signal PPICK is larger than 0.5 UI, the pulse median value BPCV is selected.

AND回路624は、孤立パルス検出信号FPLS、MPLS、BPLSのいずれかが活性化されているとき、すなわち、孤立パルスが検出されるとき、選択データSELDのOR回路625への供給を禁止する。AND回路624は、全ての孤立パルス検出信号FPLS、MPLS、BPLSが非活性化されているとき、すなわち、孤立パルスが検出されないとき、選択データSELDをOR回路625に供給する。なお、図15(D)に示したデータパターンは、孤立パルス判定部20により孤立パルスとしても検出される。このため、AND回路624は、選択データSELDのOR回路625への供給を禁止する。OR回路625は、AND回路621、622、623、624から受けるパルス中央値FPCV、MPCV、BPCVまたは選択データSELDのいずれかを出力データDOUTとして出力する。   The AND circuit 624 inhibits the supply of the selection data SELD to the OR circuit 625 when any of the isolated pulse detection signals FPLS, MPLS, and BPLS is activated, that is, when an isolated pulse is detected. The AND circuit 624 supplies the selection data SELD to the OR circuit 625 when all the isolated pulse detection signals FPLS, MPLS, and BPLS are inactivated, that is, when no isolated pulse is detected. Note that the data pattern shown in FIG. 15D is also detected as an isolated pulse by the isolated pulse determination unit 20. For this reason, the AND circuit 624 prohibits the supply of the selection data SELD to the OR circuit 625. The OR circuit 625 outputs, as output data DOUT, any of the pulse median values FPCV, MPCV, BPCV, or selection data SELD received from the AND circuits 621, 622, 623, 624.

図17は、デジタルコードDiがサンプルされる前のアナログデータ信号のアイパターンのシミュレーション波形の例を示している。例えば、アナログデータ信号は、周波数が5GHzであり、振幅が1.6Vであり、12dBのチャネルロスがあるとする。太い実線で示した波形は、孤立パルスパターン(”010”)の例である。   FIG. 17 shows an example of the simulation waveform of the eye pattern of the analog data signal before the digital code Di is sampled. For example, the analog data signal has a frequency of 5 GHz, an amplitude of 1.6 V, and a channel loss of 12 dB. A waveform indicated by a thick solid line is an example of an isolated pulse pattern (“010”).

閾値判定部10を用いずに孤立パルスを判定するとき、すなわち、図5に示した孤立パルス判定部20において、デジタルコードDiに閾値信号VTHを加えないとき、太い実線で示した波形のアイパターンの開口度は0.4UIである。このとき、孤立パルスは検出できない。これに対して、閾値判定部10を用いて、閾値信号VTHが、例えば”+2”(0.1V)に設定されるとき、アイパターンの開口度を等価的に0.8UIと見なすことができる。これにより、孤立パルス判定部20により、孤立パルスを確実に検出できる。   When the isolated pulse is determined without using the threshold determining unit 10, that is, when the threshold signal VTH is not added to the digital code Di in the isolated pulse determining unit 20 shown in FIG. 5, the eye pattern of the waveform indicated by a thick solid line Has an opening degree of 0.4 UI. At this time, an isolated pulse cannot be detected. On the other hand, when the threshold value signal VTH is set to, for example, “+2” (0.1 V) using the threshold determination unit 10, the eye pattern opening degree can be regarded as equivalent to 0.8 UI. . Thereby, the isolated pulse determination unit 20 can reliably detect the isolated pulse.

図18は、図2に示したデータ判定回路DDCのジッタ耐性のシミュレーション波形の例を示している。閾値判定部10を有するデータ判定回路DDCは、図17に示したように、孤立パルスを確実に検出できるため、データの判定ミスを減少できる。この結果、ジッタ量(実線)を制限値MASK(一点鎖線)より大きくでき、閾値判定部10を持たない従来のデータ判定回路(破線)に比べてジッタ耐性を向上できる。   FIG. 18 shows an example of a simulation waveform of jitter tolerance of the data decision circuit DDC shown in FIG. Since the data determination circuit DDC having the threshold determination unit 10 can reliably detect an isolated pulse as shown in FIG. 17, data determination errors can be reduced. As a result, the amount of jitter (solid line) can be made larger than the limit value MASK (one-dot chain line), and the jitter tolerance can be improved as compared with a conventional data determination circuit (dashed line) that does not have the threshold determination unit 10.

以上、この実施形態においても、上述した実施形態と同様の効果を得ることができる。さらに、閾値信号VTHを用いて補正デジタルコードCDiを生成することにより、図8に示したように、デジタルコードDi1−Di5が全て負または全て正のときにも、孤立パルスを検出できる。換言すれば、図17に示したように、アイパターンの開口度が0.5UIより小さいときにも、孤立パルスを確実に検出できる。   As described above, also in this embodiment, the same effect as that of the above-described embodiment can be obtained. Further, by generating the corrected digital code CDi using the threshold signal VTH, as shown in FIG. 8, it is possible to detect an isolated pulse even when the digital codes Di1-Di5 are all negative or all positive. In other words, as shown in FIG. 17, an isolated pulse can be reliably detected even when the aperture of the eye pattern is smaller than 0.5 UI.

図19は、別の実施形態における閾値判定部10Aの例を示している。上述した実施形態で説明した要素と同一の要素については、同一の符号を付し、これ等については、詳細な説明は省略する。閾値判定部10Aを搭載するデータ判定回路DDCは、図4に示した閾値判定部10の代わりに閾値判定部10Aを有していることを除き、図2に示したデータ判定回路DDCと同様である。   FIG. 19 shows an example of the threshold determination unit 10A in another embodiment. The same elements as those described in the embodiment described above are denoted by the same reference numerals, and detailed description thereof will be omitted. The data determination circuit DDC equipped with the threshold determination unit 10A is the same as the data determination circuit DDC illustrated in FIG. 2 except that the threshold determination unit 10A is provided instead of the threshold determination unit 10 illustrated in FIG. is there.

閾値判定部10Aは、n個の保持部FFおよび平均化部110Aを有している。”n”は2以上の整数である。平均化部110Aは、加算器120Aおよび乗算器130Aを有している。例えば、保持部FFは、フリップフロップ回路により形成されている。保持部FFは、直列に接続されており、mビットのデジタルコードDi(例えば、5ビット)を順に保持する。加算器120Aは、保持部FFから出力されるデジタルコードDiを加算し、加算結果を乗算器130Aに出力する。例えば、加算結果のビット数は、”m+(n−1)”である。   The threshold determination unit 10A includes n holding units FF and an averaging unit 110A. “N” is an integer of 2 or more. The averaging unit 110A includes an adder 120A and a multiplier 130A. For example, the holding unit FF is formed by a flip-flop circuit. The holding units FF are connected in series and hold m-bit digital codes Di (for example, 5 bits) in order. The adder 120A adds the digital code Di output from the holding unit FF, and outputs the addition result to the multiplier 130A. For example, the number of bits of the addition result is “m + (n−1)”.

乗算器130Aは、加算結果をG倍(−k/n倍)し、閾値信号VTHとして出力する。加算結果を1/n倍することで、デジタルコードDiの平均値が求められる。閾値信号VTHは、平均値に係数kを乗じることで生成される。例えば、係数kが1/8のとき、乗算器130Aは、デジタルコードDiの平均値を−1/8倍し、閾値VTHとして出力する。閾値VTHをデジタルコードDiの平均値をG倍することにより生成することで、デジタルコードDiの推移に合わせて、連続的に変化する閾値VTHを生成できる。これにより、孤立パルスをより確実に検出でき、データの判定ミスを減少できる。以上、この実施形態においても、上述した実施形態と同様の効果を得ることができる。   The multiplier 130A multiplies the addition result by G (−k / n) and outputs the result as a threshold signal VTH. The average value of the digital code Di is obtained by multiplying the addition result by 1 / n. The threshold signal VTH is generated by multiplying the average value by a coefficient k. For example, when the coefficient k is 1/8, the multiplier 130A multiplies the average value of the digital code Di by −1/8 and outputs it as the threshold value VTH. By generating the threshold value VTH by multiplying the average value of the digital code Di by G, it is possible to generate a threshold value VTH that continuously changes in accordance with the transition of the digital code Di. Thereby, an isolated pulse can be detected more reliably and data determination errors can be reduced. As described above, also in this embodiment, the same effect as that of the above-described embodiment can be obtained.

図20は、別の実施形態における閾値判定部10Bの例を示している。上述した実施形態で説明した要素と同一の要素については、同一の符号を付し、これ等については、詳細な説明は省略する。閾値判定部10Bを搭載するデータ判定回路DDCは、図4に示した閾値判定部10の代わりに閾値判定部10Bを有していることを除き、図2に示したデータ判定回路DDCと同様である。   FIG. 20 illustrates an example of the threshold determination unit 10B according to another embodiment. The same elements as those described in the embodiment described above are denoted by the same reference numerals, and detailed description thereof will be omitted. The data determination circuit DDC equipped with the threshold determination unit 10B is the same as the data determination circuit DDC illustrated in FIG. 2 except that the threshold determination unit 10B is provided instead of the threshold determination unit 10 illustrated in FIG. is there.

閾値判定部10Bは、n個の保持部FF、各保持部FFの出力に接続されたn個の乗算器131B、132B、133B、134Bおよび加算器120Bを有している。”n”は2以上の整数である。例えば、保持部FFは、フリップフロップ回路により形成されている。保持部FFは、直列に接続されており、mビットのデジタルコードDi(例えば、5ビット)を順に保持する。   The threshold determination unit 10B includes n holding units FF, n multipliers 131B, 132B, 133B, and 134B, and an adder 120B connected to the output of each holding unit FF. “N” is an integer of 2 or more. For example, the holding unit FF is formed by a flip-flop circuit. The holding units FF are connected in series and hold m-bit digital codes Di (for example, 5 bits) in order.

乗算器131Bは、対応する保持部FFから出力される値をG1倍(−k1/n倍)し、乗算結果を加算器120Bに出力する。乗算器132Bは、対応する保持部FFから出力される値をG2倍(−k2/n倍)し、乗算結果を加算器120Bに出力する。乗算器133Bは、対応する保持部FFから出力される値をG3倍(−k3/n倍)し、乗算結果を加算器120Bに出力する。乗算器134Bは、対応する保持部FFから出力される値をG4倍(−k4/n倍)し、乗算結果を加算器120Bに出力する。例えば、係数k1、k2、k3、k4の大きさは、k1>k2>k3>k4である。これにより、相対的に新しいデジタルコードDiの重み付けを大きくでき、相対的に古いデジタルコードDiの重み付けを小さくできる。   The multiplier 131B multiplies the value output from the corresponding holding unit FF by G1 (−k1 / n times), and outputs the multiplication result to the adder 120B. The multiplier 132B multiplies the value output from the corresponding holding unit FF by G2 (−k2 / n times), and outputs the multiplication result to the adder 120B. The multiplier 133B multiplies the value output from the corresponding holding unit FF by G3 (−k3 / n), and outputs the multiplication result to the adder 120B. The multiplier 134B multiplies the value output from the corresponding holding unit FF by G4 (−k4 / n), and outputs the multiplication result to the adder 120B. For example, the magnitudes of the coefficients k1, k2, k3, and k4 are k1> k2> k3> k4. Thereby, the weighting of the relatively new digital code Di can be increased, and the weighting of the relatively old digital code Di can be decreased.

加算器120Bは、乗算器131B、132B、133B、134Bからの出力値を加算し、加算結果を閾値VTHとして出力する。この実施形態では、新しいデジタルコードDiほど、閾値VTHの値を求めるときの影響を大きくできる。この結果、孤立パルスをより確実に検出でき、データの判定ミスを減少できる。以上、この実施形態においても、上述した実施形態と同様の効果を得ることができる。   The adder 120B adds the output values from the multipliers 131B, 132B, 133B, and 134B, and outputs the addition result as a threshold value VTH. In this embodiment, the new digital code Di can increase the influence when the value of the threshold value VTH is obtained. As a result, isolated pulses can be detected more reliably and data determination errors can be reduced. As described above, also in this embodiment, the same effect as that of the above-described embodiment can be obtained.

図21は、別の実施形態における閾値判定部10Cの例を示している。上述した実施形態で説明した要素と同一の要素については、同一の符号を付し、これ等については、詳細な説明は省略する。閾値判定部10Cを搭載するデータ判定回路DDCは、図4に示した閾値判定部10の代わりに閾値判定部10Cを有していることを除き、図2に示したデータ判定回路DDCと同様である。   FIG. 21 illustrates an example of the threshold determination unit 10C in another embodiment. The same elements as those described in the embodiment described above are denoted by the same reference numerals, and detailed description thereof will be omitted. The data determination circuit DDC equipped with the threshold determination unit 10C is the same as the data determination circuit DDC illustrated in FIG. 2 except that the threshold determination unit 10C is provided instead of the threshold determination unit 10 illustrated in FIG. is there.

閾値判定部10Cは、積分器110Cおよび乗算器130Cを有している。積分器110Cは、加算器120Cおよび保持部FFを有している。例えば、保持部FFは、フリップフロップ回路により形成されている。加算器120Cは、mビットのデジタルコードDiと、保持部FFに保持された前回のデジタルコードDiとを加算し、加算結果を保持部FFに出力する。乗算器130Cは、保持部FFから出力されるデジタルコードDiの積算値をGa倍(例えば、−1/8倍)し、閾値VTHとして出力する。図21に示した閾値判定部10Cは、古いデジタルコードDiの影響が閾値VTHの値に含まれることを除き、図19に示した閾値判定部10Aと同様に動作する。以上、この実施形態においても、上述した実施形態と同様の効果を得ることができる。   The threshold determination unit 10C includes an integrator 110C and a multiplier 130C. The integrator 110C includes an adder 120C and a holding unit FF. For example, the holding unit FF is formed by a flip-flop circuit. The adder 120C adds the m-bit digital code Di and the previous digital code Di held in the holding unit FF, and outputs the addition result to the holding unit FF. The multiplier 130C multiplies the integrated value of the digital code Di output from the holding unit FF by Ga (for example, −1/8), and outputs the result as a threshold value VTH. The threshold determination unit 10C illustrated in FIG. 21 operates in the same manner as the threshold determination unit 10A illustrated in FIG. 19 except that the influence of the old digital code Di is included in the value of the threshold VTH. As described above, also in this embodiment, the same effect as that of the above-described embodiment can be obtained.

図22は、別の実施形態におけるデータ判定回路DDCの例を示している。上述した実施形態で説明した要素と同一の要素については、同一の符号を付し、これ等については、詳細な説明は省略する。この実施形態のデータ判定回路DDCは、図2に示した孤立パルス判定部20の代わりに、孤立パルス判定部20Dおよびデコーダ70Dを有している。孤立パルス判定部20Dは、3つの孤立パルス生成部201D、202D、203Dおよびパルス選択部80Dを有している。データ判定回路DDCのその他の構成は、図2と同様である。なお、データ判定回路DDCは、図4に示した閾値判定部10の代わりに、図19、図20、図21に示した閾値判定部10A、10B、10Cのいずれかを有していてもよい。   FIG. 22 shows an example of the data determination circuit DDC in another embodiment. The same elements as those described in the embodiment described above are denoted by the same reference numerals, and detailed description thereof will be omitted. The data determination circuit DDC of this embodiment has an isolated pulse determination unit 20D and a decoder 70D instead of the isolated pulse determination unit 20 shown in FIG. The isolated pulse determination unit 20D includes three isolated pulse generation units 201D, 202D, and 203D and a pulse selection unit 80D. The other configuration of the data determination circuit DDC is the same as that in FIG. The data determination circuit DDC may include any of the threshold determination units 10A, 10B, and 10C illustrated in FIGS. 19, 20, and 21 instead of the threshold determination unit 10 illustrated in FIG. .

孤立パルス生成部201Dは、図5に示した孤立パルス判定部20の加算器210に閾値VTHではなく、固定値”+VTH”を供給することを除き、孤立パルス判定部20と同様の回路である。すなわち、孤立パルス生成部201Dは、デジタルコードCDiに固定値”+VTH”を加えて補正デジタルコードCDiを生成する。固定値”+VTH”は、図4の”+VTH”と同じ値である。孤立パルス検出信号FPLS1、MPLS1、BPLS1およびパルス中央値FPCV1、MPCV1、BPCV1は、孤立パルス判定部20が出力する孤立パルス検出信号FPLS、MPLS、BPLSおよびパルス中央値FPCV、MPCV、BPCVにそれぞれ対応する信号である。   The isolated pulse generation unit 201D is a circuit similar to the isolated pulse determination unit 20 except that the adder 210 of the isolated pulse determination unit 20 illustrated in FIG. 5 is supplied with a fixed value “+ VTH” instead of the threshold value VTH. . That is, the isolated pulse generation unit 201D adds the fixed value “+ VTH” to the digital code CDi to generate the corrected digital code CDi. The fixed value “+ VTH” is the same value as “+ VTH” in FIG. Isolated pulse detection signals FPLS1, MPLS1, BPLS1 and pulse median values FPCV1, MPVV1, BPCV1 correspond to isolated pulse detection signals FPLS, MPLS, BPLS and pulse median values FPCV, MPCV, BPCV output from isolated pulse determination unit 20, respectively. Signal.

孤立パルス生成部202Dは、図5に示した孤立パルス判定部20の加算器210に閾値VTHではなく、固定値”0”を供給することを除き、孤立パルス判定部20と同様の回路である。すなわち、孤立パルス生成部202Dは、デジタルコードCDiに固定値”0”を加えて補正デジタルコードCDiを生成する。孤立パルス検出信号FPLS2、MPLS2、BPLS2およびパルス中央値FPCV2、MPCV2、BPCV2は、孤立パルス判定部20が出力する孤立パルス検出信号FPLS、MPLS、BPLSおよびパルス中央値FPCV、MPCV、BPCVにそれぞれ対応する信号である。   The isolated pulse generation unit 202D is a circuit similar to the isolated pulse determination unit 20 except that the adder 210 of the isolated pulse determination unit 20 shown in FIG. 5 supplies a fixed value “0” instead of the threshold value VTH. . That is, the isolated pulse generator 202D adds the fixed value “0” to the digital code CDi to generate the corrected digital code CDi. The isolated pulse detection signals FPLS2, MPLS2, BPLS2 and the pulse median values FPCV2, MPVV2, BPCV2 correspond to the isolated pulse detection signals FPLS, MPLS, BPLS and the pulse median values FPCV, MPCV, BPCV output from the isolated pulse determination unit 20, respectively. Signal.

孤立パルス生成部203Dは、図5に示した孤立パルス判定部20の加算器210に閾値VTHではなく、固定値”−VTH”を供給することを除き、孤立パルス判定部20と同様の回路である。すなわち、孤立パルス生成部203Dは、デジタルコードCDiに固定値”−VTH”を加えて補正デジタルコードCDiを生成する。固定値” −VTH”は、図4の” −VTH”と同じ値である。孤立パルス検出信号FPLS3、MPLS3、BPLS3およびパルス中央値FPCV3、MPCV3、BPCV3は、孤立パルス判定部20が出力する孤立パルス検出信号FPLS、MPLS、BPLSおよびパルス中央値FPCV、MPCV、BPCVにそれぞれ対応する信号である。孤立パルス生成部201D、202D、203Dは、閾値判定部10により閾値信号VTHが生成される前に動作を開始できる。   The isolated pulse generation unit 203D is a circuit similar to the isolated pulse determination unit 20 except that the adder 210 of the isolated pulse determination unit 20 shown in FIG. 5 supplies a fixed value “−VTH” instead of the threshold value VTH. is there. That is, the isolated pulse generation unit 203D generates a corrected digital code CDi by adding a fixed value “−VTH” to the digital code CDi. The fixed value “−VTH” is the same value as “−VTH” in FIG. 4. The isolated pulse detection signals FPLS3, MPLS3, and BPLS3 and the pulse median values FPCV3, MPVV3, and BPCV3 correspond to the isolated pulse detection signals FPLS, MPLS, BPLS, and the pulse median values FPCV, MPCV, and BPCV output from the isolated pulse determination unit 20, respectively. Signal. The isolated pulse generators 201D, 202D, and 203D can start operating before the threshold value determination unit 10 generates the threshold signal VTH.

各孤立パルス生成部201D、202D、203Dは、孤立パルス判定部20と同様に、図5に示したパルス検出器220、230、240を有している。そして、各パルス検出器220、230、240は、3つの補正デジタルコードCDiのうち、中央の補正デジタルコードCDiの符号が他の2つの補正デジタルコードCDiの符号と異なるときに、中央の補正デジタルコードCDiを孤立パルスとして検出する。   Each isolated pulse generation unit 201D, 202D, 203D has the pulse detectors 220, 230, 240 shown in FIG. Each of the pulse detectors 220, 230, and 240, when the code of the central correction digital code CDi out of the three correction digital codes CDi is different from the codes of the other two correction digital codes CDi, The code CDi is detected as an isolated pulse.

デコーダ70Dは、閾値VTHに応じて、パルス選択信号PSELを出力する。具体的には、閾値VTHが図4に示した”+VTH”のとき、孤立パルス生成部201Dの出力を選択するための”増加値”を示すパルス選択信号PSELが出力される。閾値VTHが図4に示した”0”のとき、孤立パルス生成部202Dの出力を選択するための”ゼロ”を示すパルス選択信号PSELが出力される。閾値VTHが図4に示した”−VTH”のとき、孤立パルス生成部203Dの出力を選択するための”減少値”を示すパルス選択信号PSELが出力される。   The decoder 70D outputs a pulse selection signal PSEL according to the threshold value VTH. Specifically, when the threshold value VTH is “+ VTH” shown in FIG. 4, a pulse selection signal PSEL indicating an “increase value” for selecting the output of the isolated pulse generation unit 201D is output. When the threshold value VTH is “0” shown in FIG. 4, a pulse selection signal PSEL indicating “zero” for selecting the output of the isolated pulse generation unit 202D is output. When the threshold value VTH is “−VTH” shown in FIG. 4, a pulse selection signal PSEL indicating a “decrease value” for selecting the output of the isolated pulse generator 203D is output.

パルス選択部80Dは、パルス選択信号PSELに応じて、孤立パルス生成部201D、202D、203Dの出力のいずれかを選択し、孤立パルス検出信号FPLS、MPLS、BPLSおよびパルス中央値FPCV、MPCV、BPCVとして出力する。   The pulse selection unit 80D selects one of the outputs of the isolated pulse generation units 201D, 202D, and 203D according to the pulse selection signal PSEL, and outputs the isolated pulse detection signals FPLS, MPLS, BPLS, and pulse median values FPCV, MPCV, BPCV Output as.

この実施形態では、孤立パルス生成部201D、202D、203Dの動作を、閾値信号VTHが生成される前に開始できる。このため、孤立パルスを図2に示したデータ判定回路DDCに比べて早く検出できる。以上、この実施形態においても、上述した実施形態と同様の効果を得ることができる。   In this embodiment, the operation of the isolated pulse generators 201D, 202D, and 203D can be started before the threshold signal VTH is generated. Therefore, the isolated pulse can be detected earlier than the data determination circuit DDC shown in FIG. As described above, also in this embodiment, the same effect as that of the above-described embodiment can be obtained.

図23は、別の実施形態におけるデータ判定回路DDCの例を示している。上述した実施形態で説明した要素と同一の要素については、同一の符号を付し、これ等については、詳細な説明は省略する。この実施形態のデータ判定回路DDCは、図2に示した孤立パルス判定部20の代わりに、有効判定部90Eおよび孤立パルス判定部20Eを有している。データ判定回路DDCのその他の構成は、図2と同様である。なお、データ判定回路DDCは、図4に示した閾値判定部10の代わりに、図19、図20、図21に示した閾値判定部10A、10B、10Cのいずれかを有していてもよい。   FIG. 23 shows an example of a data determination circuit DDC in another embodiment. The same elements as those described in the embodiment described above are denoted by the same reference numerals, and detailed description thereof will be omitted. The data determination circuit DDC of this embodiment has a validity determination unit 90E and an isolated pulse determination unit 20E instead of the isolated pulse determination unit 20 shown in FIG. The other configuration of the data determination circuit DDC is the same as that in FIG. The data determination circuit DDC may include any of the threshold determination units 10A, 10B, and 10C illustrated in FIGS. 19, 20, and 21 instead of the threshold determination unit 10 illustrated in FIG. .

有効判定部90Eは、符号判定部SIGN、保持部FF、排他的論理和回路910およびインバータ920を有している。例えば、保持部FFは、フリップフロップ回路により形成されている。符号判定部SIGNは、符号判定部SIGNは、デジタルコードDiの符号を判定し、符号ビット値MSBとして出力する。なお、デジタルコードDiの符号は、最上位ビットにより表されるため、例えば、符号判定部SIGNは、デジタルコードDiの最上位ビットMSBを出力すればよい。保持部FFは、1つ前のデジタルコードDiの符号ビット値MSB0を出力する。排他的論理和回路910は、符号ビット値MSB、MSB0が同じとき、すなわち、連続する2つのデジタルコードDiの符号が同じときに論理0を出力する。排他的論理和回路910は、符号ビット値MSB、MSB0が異なるとき、すなわち、連続する2つのデジタルコードDiの符号が異なるときに論理1を出力する。   The validity determination unit 90E includes a code determination unit SIGN, a holding unit FF, an exclusive OR circuit 910, and an inverter 920. For example, the holding unit FF is formed by a flip-flop circuit. The code determination unit SIGN determines the code of the digital code Di and outputs it as a code bit value MSB. Since the sign of the digital code Di is represented by the most significant bit, for example, the sign determination unit SIGN may output the most significant bit MSB of the digital code Di. The holding unit FF outputs the sign bit value MSB0 of the previous digital code Di. The exclusive OR circuit 910 outputs logic 0 when the sign bit values MSB and MSB0 are the same, that is, when the signs of two consecutive digital codes Di are the same. The exclusive OR circuit 910 outputs logic 1 when the sign bit values MSB and MSB0 are different, that is, when the signs of two consecutive digital codes Di are different.

インバータ920は、排他的論理和回路910の出力を反転してイネーブル信号ENとして出力する。したがって、有効判定部90Eは、連続する2つのデジタルコードDiの符号が同じときに、イネーブル信号ENを論理1に活性化し、連続する2つのデジタルコードDiの符号が異なるときに、イネーブル信号ENを論理0に活性化する。   The inverter 920 inverts the output of the exclusive OR circuit 910 and outputs it as the enable signal EN. Therefore, the validity determination unit 90E activates the enable signal EN to logic 1 when the signs of two consecutive digital codes Di are the same, and sends the enable signal EN when the signs of the two consecutive digital codes Di are different. Activate to logic zero.

孤立パルス判定部20Eは、イネーブル信号ENが活性化されているときで、連続する3つのデジタルコードDiの符号ビット値が”110”、”001”のときに、孤立パルスを検出する機能を有している。連続する3つのデジタルコードDiの最上位ビットMSBが”010”、”101”のときに、孤立パルスを検出する機能は、図2に示した孤立パルス判定部20と同じである。孤立パルス判定部20Eの例は、図24および図25に示す。   The isolated pulse determination unit 20E has a function of detecting an isolated pulse when the enable signal EN is activated and the sign bit values of three consecutive digital codes Di are “110” and “001”. is doing. The function of detecting an isolated pulse when the most significant bit MSB of three consecutive digital codes Di is “010” and “101” is the same as that of the isolated pulse determination unit 20 shown in FIG. An example of the isolated pulse determination unit 20E is shown in FIGS.

図24は、図23に示した孤立パルス判定部20Eの例を示している。孤立パルス判定部20Eは、図5に示した孤立パルス判定部20のパルス検出器220、230、240の代わりに、パルス検出器220E、230E、240Eを有している。孤立パルス判定部20Eのその他の構成は、図5に示した孤立パルス判定部20と同じである。パルス検出器220E、230E、240Eは、イネーブル信号ENを受けて動作する。   FIG. 24 illustrates an example of the isolated pulse determination unit 20E illustrated in FIG. The isolated pulse determination unit 20E includes pulse detectors 220E, 230E, and 240E instead of the pulse detectors 220, 230, and 240 of the isolated pulse determination unit 20 illustrated in FIG. The other configuration of the isolated pulse determination unit 20E is the same as that of the isolated pulse determination unit 20 shown in FIG. The pulse detectors 220E, 230E, and 240E operate in response to the enable signal EN.

図25は、図24に示したパルス検出器220Eの例を示している。図6と同じ要素については、詳細な説明は省略する。パルス検出器220Eは、AND回路221、222、224、225およびOR回路226を有している。なお、図24に示したパルス検出器230Eは、パルス検出器220Eと同じ回路であり、符号ビット値SB1、SB2、SB3の代わりに符号ビット値SB2、SB3、SB4を受け、孤立パルス検出信号FPLSの代わりに孤立パルス検出信号MPLSを出力する。図24に示したパルス検出器240Eは、パルス検出器220Eと同じ回路であり、符号ビット値SB1、SB2、SB3の代わりに符号ビット値SB3、SB4、SB5を受け、孤立パルス検出信号FPLSの代わりに孤立パルス検出信号BPLSを出力する。   FIG. 25 shows an example of the pulse detector 220E shown in FIG. Detailed descriptions of the same elements as those in FIG. 6 are omitted. The pulse detector 220E includes AND circuits 221, 222, 224, and 225 and an OR circuit 226. Note that the pulse detector 230E shown in FIG. 24 is the same circuit as the pulse detector 220E, receives the sign bit values SB2, SB3, and SB4 instead of the sign bit values SB1, SB2, and SB3, and receives the isolated pulse detection signal FPLS. Instead, the isolated pulse detection signal MPLS is output. The pulse detector 240E shown in FIG. 24 is the same circuit as the pulse detector 220E, receives the sign bit values SB3, SB4, and SB5 instead of the sign bit values SB1, SB2, and SB3, and replaces the isolated pulse detection signal FPLS. The isolated pulse detection signal BPLS is output.

AND回路221、222は、図6と同じである。AND回路224は、イネーブル信号ENが論理1に活性化されているときに、符号ビット値SB1、SB2と、符号ビット値SB3の反転論理とを受け、論理”110”を検出する。AND回路225は、イネーブル信号ENが論理1に活性化されているときに、符号ビット値SB1、SB2の反転論理と、符号ビット値SB3とを受け、論理”001”を検出する。OR回路224は、AND回路221、222、224、225のいずれかが論理1を出力するとき、孤立パルス検出信号FPLSを論理1に活性化する。   The AND circuits 221 and 222 are the same as those in FIG. When the enable signal EN is activated to logic 1, the AND circuit 224 receives the sign bit values SB1 and SB2 and the inverted logic of the sign bit value SB3, and detects logic “110”. The AND circuit 225 receives the inverted logic of the sign bit values SB1 and SB2 and the sign bit value SB3 when the enable signal EN is activated to the logic 1, and detects the logic “001”. The OR circuit 224 activates the isolated pulse detection signal FPLS to logic 1 when any of the AND circuits 221, 222, 224, 225 outputs logic 1.

図26は、図23に示したデータ判定回路DDCの動作の例を示している。図7および図8と同じ動作については、詳細な説明は省略する。図26は、閾値VTHが”−3”または”+3”のときの動作を示している。図8と同様に、太い実線はアナログデータ信号を示し、白丸はデジタルコードDiを示している。黒丸はデジタルコードDiに閾値VTHを加えた補正デジタルコードCDiを示し、太い破線は補正デジタルコードCDiに対応する見かけのアナログデータ信号を示している。   FIG. 26 shows an example of the operation of the data determination circuit DDC shown in FIG. Detailed descriptions of the same operations as those in FIGS. 7 and 8 are omitted. FIG. 26 shows the operation when the threshold value VTH is “−3” or “+3”. As in FIG. 8, a thick solid line indicates an analog data signal, and a white circle indicates a digital code Di. A black circle indicates a corrected digital code CDi obtained by adding a threshold value VTH to the digital code Di, and a thick broken line indicates an apparent analog data signal corresponding to the corrected digital code CDi.

図26(A)では、デジタルコードDi1−Di5が連続して負を示す。このため、図23に示した有効判定部90Eは、デジタルコードDi1−Di5を受けている間、イネーブル信号ENを論理1に活性化する。補正デジタルコードCDi2、CDi3、CDi4の符号ビット値SB2、SB3、SB4が”110”であるため、図24に示したパルス検出器230Eは、図25のAND回路224に対応するAND回路から論理1を出力する。これにより、孤立パルス検出信号MPLSは論理1に活性化される。すなわち、中央側の2つの補正デジタルコードCDi2、CDi3の符号が、他の補正デジタルコードCDi1、CDi4、CDi5の符号と異なるときに孤立パルスが検出される。   In FIG. 26A, the digital codes Di1-Di5 are continuously negative. Therefore, the validity determination unit 90E shown in FIG. 23 activates the enable signal EN to logic 1 while receiving the digital codes Di1-Di5. Since the sign bit values SB2, SB3, and SB4 of the correction digital codes CDi2, CDi3, and CDi4 are “110”, the pulse detector 230E illustrated in FIG. 24 performs logic 1 from the AND circuit corresponding to the AND circuit 224 in FIG. Is output. As a result, the isolated pulse detection signal MPLS is activated to logic 1. That is, an isolated pulse is detected when the codes of the two correction digital codes CDi2 and CDi3 on the center side are different from the codes of the other correction digital codes CDi1, CDi4, and CDi5.

図26(B)、(D)、(E)においても、デジタルコードDi1−Di5の符号が同じため、イネーブル信号ENは論理1に活性化される。図26(D)では、補正デジタルコードCDi2、CDi3、CDi4の符号ビット値SB2、SB3、SB4が”001”であるため、パルス検出器230Eは、孤立パルス検出信号MPLSを論理1に活性化する。図26(B)では、補正デジタルコードCDi3、CDi4、CDi5の符号ビット値SB3、SB4、SB5が”110”であるため、図24に示したパルス検出器240Eは、孤立パルス検出信号BPLSを論理1に活性化する。すなわち、中央側の2つの補正デジタルコードCDi3、CDi4の符号が、他の補正デジタルコードCDi1、CDi2、CDi5の符号と異なるときに孤立パルスが検出される。図26(E)では、補正デジタルコードCDi3、CDi4、CDi5の符号ビット値SB3、SB4、SB5が”001”であるため、図24に示したパルス検出器240Eは、孤立パルス検出信号BPLSを論理1に活性化する。   26B, 26D, and 26E, since the codes of the digital codes Di1-Di5 are the same, the enable signal EN is activated to logic 1. In FIG. 26D, since the sign bit values SB2, SB3, and SB4 of the correction digital codes CDi2, CDi3, and CDi4 are “001”, the pulse detector 230E activates the isolated pulse detection signal MPLS to logic one. . In FIG. 26B, since the sign bit values SB3, SB4, SB5 of the correction digital codes CDi3, CDi4, CDi5 are “110”, the pulse detector 240E shown in FIG. 1 is activated. That is, an isolated pulse is detected when the codes of the two correction digital codes CDi3 and CDi4 on the center side are different from the codes of the other correction digital codes CDi1, CDi2, and CDi5. In FIG. 26E, since the sign bit values SB3, SB4, SB5 of the correction digital codes CDi3, CDi4, CDi5 are “001”, the pulse detector 240E shown in FIG. 1 is activated.

このように、有効判定部90Eを設けることにより、隣接する2つの補正デジタルコードCDiの符号が、他の補正デジタルコードCDiの符号と異なるときにも、孤立パルスを検出できる。なお、孤立パルスを有する図26(B)において、補正デジタルコードCDi2、CDi3、CDi4の符号は”011”である。同様に、孤立パルスを有する図26(E)において、補正デジタルコードCDi2、CDi3、CDi4の符号は”100”である。したがって、図24に示したパルス検出器220E、230E、240Eは、”011”、”100”の符号を有する孤立パルスを検出可能である。換言すれば、パルス検出器220E、230E、240Eは、”011”、”100”の孤立パルスを検出するためのAND回路を持たなくてもよい。   Thus, by providing the validity determination unit 90E, it is possible to detect an isolated pulse even when the codes of two adjacent correction digital codes CDi are different from the codes of other correction digital codes CDi. In FIG. 26B having an isolated pulse, the codes of the correction digital codes CDi2, CDi3, CDi4 are “011”. Similarly, in FIG. 26E having an isolated pulse, the codes of the correction digital codes CDi2, CDi3, CDi4 are “100”. Therefore, the pulse detectors 220E, 230E, and 240E shown in FIG. 24 can detect isolated pulses having the codes “011” and “100”. In other words, the pulse detectors 220E, 230E, and 240E do not have to have an AND circuit for detecting isolated pulses of “011” and “100”.

一方、図26(C)、(D)は、波形から明らかなように、孤立パルスを含まない。このときにも、補正デジタルコードCDi2、CDi3、CDi4の符号ビット値SB2、SB3、SB4は”110”または”001”になる。しかし、元のデジタルコードDi2、Di3の符号が異なるため、有効判定部90Eは、イネーブル信号ENを論理0に非活性化する。これにより、図24に示したパルス検出回路230EのAND回路(図25のAND回路224に対応)は、デジタルコードDi2、Di3、Di4の符号に拘わりなく、孤立パルス検出信号FPLSを論理0に非活性化する。したがって、孤立パルスは検出されない。   On the other hand, FIGS. 26C and 26D do not include an isolated pulse, as is apparent from the waveform. Also at this time, the sign bit values SB2, SB3, and SB4 of the correction digital codes CDi2, CDi3, and CDi4 are “110” or “001”. However, since the codes of the original digital codes Di2 and Di3 are different, the validity determination unit 90E deactivates the enable signal EN to logic 0. Accordingly, the AND circuit (corresponding to the AND circuit 224 in FIG. 25) of the pulse detection circuit 230E shown in FIG. 24 sets the isolated pulse detection signal FPLS to logic 0 regardless of the sign of the digital codes Di2, Di3, and Di4. Activate. Therefore, no isolated pulse is detected.

以上、この実施形態においても、上述した実施形態と同様の効果を得ることができる。さらに、”010”、”101”のパターンだけでなく、”110”、”001”や”100”、”011”のパターンによっても孤立パルスを検出できる。この際、隣接する2つのデジタルコードDiの符号が同じときのみ孤立パルスを検出する。符号の比較は、簡易な回路で実施できる。この結果、さらに確実に孤立パルスを検出できる。   As described above, also in this embodiment, the same effect as that of the above-described embodiment can be obtained. Furthermore, an isolated pulse can be detected not only by the patterns “010” and “101” but also by the patterns “110”, “001”, “100”, and “011”. At this time, the isolated pulse is detected only when the two adjacent digital codes Di have the same code. The comparison of the codes can be performed with a simple circuit. As a result, an isolated pulse can be detected more reliably.

なお、上述した実施形態では、デジタルコードDiに閾値VTHを加えて補正デジタルコードCDiを生成し、補正デジタルコードCDiの符号パターンに応じて、孤立パルスを検出する例について述べた。しかしながら、図27に示すように、閾値信号VTHに応じて、デジタルコードDiの符号の判定基準値(太い破線)をゼロ点(0)からプラス側またはマイナス側にシフトしてもよい。但し、このとき、負のデジタルコードDiが連続するとき、閾値VTHは負の値(例えば、−3)に設定され、正のデジタルコードDiが連続するとき、閾値VTHは正の値(例えば、+3)に設定される。このために、図4に示したNOR回路から選択信号SEL1を出力し、図4に示したAND回路から選択信号SEL0を出力する必要がある。   In the above-described embodiment, the example in which the correction digital code CDi is generated by adding the threshold value VTH to the digital code Di and the isolated pulse is detected according to the code pattern of the correction digital code CDi has been described. However, as shown in FIG. 27, the determination reference value (thick broken line) of the digital code Di may be shifted from the zero point (0) to the plus side or the minus side in accordance with the threshold signal VTH. However, at this time, when the negative digital code Di continues, the threshold VTH is set to a negative value (for example, -3), and when the positive digital code Di continues, the threshold VTH has a positive value (for example, +3). For this reason, it is necessary to output the selection signal SEL1 from the NOR circuit shown in FIG. 4 and to output the selection signal SEL0 from the AND circuit shown in FIG.

また、アナログデジタル変換器ADCから出力される直列のデジタルコードDiを並列に変換し、複数のデータ判定回路DDCを用いて、複数のUI(ユニットインターバル)のアナログデータ信号の論理を同時に判定してもよい。このとき、データ判定回路DDCの動作周波数を低くできる。また、データ判定回路DDCに並列のデジタルコードDiが供給されるため、例えば、図4、図9、図14等の保持部FFを省略できる。   In addition, serial digital codes Di output from the analog-digital converter ADC are converted in parallel, and the logic of analog data signals of a plurality of UIs (unit intervals) are simultaneously determined using a plurality of data determination circuits DDC. Also good. At this time, the operating frequency of the data determination circuit DDC can be lowered. Further, since the parallel digital code Di is supplied to the data determination circuit DDC, for example, the holding unit FF in FIGS. 4, 9, and 14 can be omitted.

図28は、上述したデータ判定回路DDCが搭載される受信器RCVの例を示している。特に限定されないが、受信器RCVは、半導体集積回路として形成されている。また、送信器TRSと受信器RCVによりシステムSYSが形成されている。送信器TRSと受信器RCVは、非同期で動作し、データ判定回路DDCは、ブラインドCDRの手法を用いてデータ列の論理を判定する。   FIG. 28 illustrates an example of a receiver RCV in which the above-described data determination circuit DDC is mounted. Although not particularly limited, the receiver RCV is formed as a semiconductor integrated circuit. A system SYS is formed by the transmitter TRS and the receiver RCV. The transmitter TRS and the receiver RCV operate asynchronously, and the data determination circuit DDC determines the logic of the data string using a blind CDR technique.

受信器RCVは、送信器TRSから出力される2値のデータ信号DTを信号ケーブルやプリント基板に形成される配線等の伝送路TPを介してアナログデータ信号として受ける。受信機RCVは、アナログデジタル変換器ADCと、上述したデータ判定回路DDCと、データ処理回路DPCとを有している。   The receiver RCV receives the binary data signal DT output from the transmitter TRS as an analog data signal via a transmission line TP such as a signal cable or a wiring formed on a printed board. The receiver RCV includes an analog-digital converter ADC, the above-described data determination circuit DDC, and a data processing circuit DPC.

アナログデジタル変換器ADCは、伝送路TPを伝送されるNRZ(Non-Return to Zero)のアナログデータ信号の電圧レベルを所定のサンプリングレートでサンプルし、mビット(例えば、5ビット)のデジタルコードDiを生成する。データ処理回路DPCは、データ判定回路DDCから出力される出力データDOUTを受けて動作し、送信器TRSから出力される2値のデータ信号DTの信号処理等を実施する。   The analog-to-digital converter ADC samples the voltage level of an NRZ (Non-Return to Zero) analog data signal transmitted through the transmission line TP at a predetermined sampling rate, and outputs an m-bit (for example, 5 bits) digital code Di. Is generated. The data processing circuit DPC operates in response to the output data DOUT output from the data determination circuit DDC, and performs signal processing of the binary data signal DT output from the transmitter TRS.

以上の実施形態において説明した発明を整理して、付記として開示する。
(付記1)
2値データのデータ列を表すアナログデータ信号をオーバーサンプルすることにより生成されるデジタルコードを順に受け、前記2値データの論理0に対応する負のデジタルコードが連続するときに増加値を示す閾値信号を出力し、前記2値データの論理1に対応する正のデジタルコードが連続するときに減少値を示す閾値信号を出力し、負のデジタルコードと正のデジタルコードがランダムに現れるときにゼロを示す閾値信号を出力する閾値判定部と、
前記デジタルコードに前記閾値信号が示す値を加えて補正デジタルコードを生成し、連続する複数の補正デジタルコードのうち、中央の補正デジタルコードの符号が他の補正デジタルコードの符号と異なるときに、中央の補正デジタルコードを孤立パルスとして検出する孤立パルス判定部と、
連続する前記デジタルコードの符号の遷移に基づいて、前記2値データの論理を求めるバイナリ判定部と、
前記孤立パルスが検出されるときに、前記孤立パルス判定部から供給される前記孤立パルスの論理を前記2値データの論理として出力し、前記孤立パルスが検出されないときに、前記バイナリ判定部により求められた前記2値データの論理を出力するデータ選択部と
を備えていることを特徴とするデータ判定回路。
(付記2)
隣接する2つの前記デジタルコードの符号が同じときにイネーブル信号を出力する有効判定部を備え、
前記孤立パルス判定部は、前記イネーブル信号を受けているときに、連続する複数の補正デジタルコードのうち、中央側の2つの補正デジタルコードの符号が他の補正デジタルコードの符号と異なるときに、中央側の2つの補正デジタルコードを孤立パルスとして検出すること
を特徴とする付記1記載のデータ判定回路。
(付記3)
前記孤立パルス判定部は、
前記デジタルコードに前記増加値を加えて第1補正デジタルコードを生成し、連続する複数の第1補正デジタルコードのうち、中央の第1補正デジタルコードの符号が他の第1補正デジタルコードの符号と異なるときに、中央の第1補正デジタルコードを第1孤立パルスとして検出する第1孤立パルス生成部と、
前記デジタルコードに前記減少値を加えて第2補正デジタルコードを生成し、連続する複数の第2補正デジタルコードのうち、中央の第2補正デジタルコードの符号が他の第2補正デジタルコードの符号と異なるときに、中央の第2補正デジタルコードを第2孤立パルスとして検出する第2孤立パルス生成部と、
複数の前記デジタルコードのうち、中央のデジタルコードの符号が他のデジタルコードの符号と異なるときに、中央のデジタルコードを第3孤立パルスとして検出する第3孤立パルス生成部と、
前記閾値信号が前記増加値を示すときに前記第1孤立パルスを選択し、前記閾値信号が前記減少値を示すときに前記第2孤立パルスを選択し、前記閾値信号がゼロを示すときに前記第3孤立パルスを選択し、選択した孤立パルスを前記データ選択部に供給するパルス選択部と
を備えていることを特徴とする付記1記載のデータ判定回路。
(付記4)
前記閾値判定部は、
前記デジタルコードの符号を順に保持する直列に接続された複数の保持部と、
前記保持部から出力される符号が全て負のときに前記増加値を示す閾値信号を出力し、前記保持部から出力される符号が全て正のときに前記減少値を示す閾値信号を出力し、前記保持部から出力される符号が負と正の両方を含むときに前記ゼロを示す閾値信号を出力する閾値制御部と
を備えていることを特徴とする付記1ないし付記3のいずれか1項記載のデータ判定回路。
(付記5)
前記閾値判定部は、
前記デジタルコードを順に保持する直列に接続された複数の保持部と、
前記保持部から出力されるデジタルコードの平均値を求め、平均値に係数を乗じて前記閾値信号を生成する平均化部と
を備えていることを特徴とする付記1ないし付記3のいずれか1項記載のデータ判定回路。
(付記6)
前記閾値判定部は、
前記デジタルコードを順に保持する直列に接続された複数の保持部と、
前記保持部から出力されるデジタルコードに係数をそれぞれ乗じる複数の乗算器と、
前記乗算器の出力を加算して前記閾値信号を生成する加算器と
を備え、
相対的に新しいデジタルコードの重み付けを相対的に古いデジタルコードの重み付けより大きくするために、新しいデジタルコードに対応する前記乗算器に乗じられる係数の値ほど大きいこと
を特徴とする付記1ないし付記3のいずれか1項記載のデータ判定回路。
(付記7)
前記閾値判定部は、
前記デジタルコードを順に積分する積分器と、
前記積分器の出力に係数を乗じて前記閾値信号を生成する乗算器と
を備えていることを特徴とする付記1ないし付記3のいずれか1項記載のデータ判定回路。
(付記8)
付記1ないし付記7のいずれか1項記載のデータ判定回路と、
前記アナログデータ信号をオーバーサンプルすることにより前記デジタルコードを順に生成するアナログデジタル変換器と、
前記データ判定回路により判定された前記2値データの論理を受けて動作するデータ処理回路と
を備えていることを特徴とする受信器。
(付記9)
2値データのデータ列を表すアナログデータ信号をオーバーサンプルすることにより生成されるデジタルコードを順に受け、
前記2値データの論理0に対応する負のデジタルコードが連続するときに、前記デジタルコードに増加値を加えて補正デジタルコードを生成し、
前記2値データの論理1に対応する正のデジタルコードが連続するときに、前記デジタルコードに減少値を加えて補正デジタルコードを生成し、
負のデジタルコードと正のデジタルコードがランダムに現れるときに、前記デジタルコードを補正デジタルコードとし、
連続する複数の補正デジタルコードのうち、中央の補正デジタルコードの符号が他の補正デジタルコードの符号と異なるときに、中央の補正デジタルコードを孤立パルスとして検出し、
前記孤立パルスが検出されるときに、検出した前記孤立パルスの論理を前記2値データの論理として判定し、
前記孤立パルスが検出されないときに、連続する前記デジタルコードの符号の遷移に基づいて前記2値データの論理を判定すること
を特徴とするデータ判定方法。
The invention described in the above embodiments is organized and disclosed as an appendix.
(Appendix 1)
A threshold value indicating an increase value when a digital code generated by over-sampling an analog data signal representing a data string of binary data is sequentially received and negative digital codes corresponding to logic 0 of the binary data are consecutive. A threshold value signal indicating a decrease value when a positive digital code corresponding to logic 1 of the binary data continues, and zero when a negative digital code and a positive digital code appear randomly A threshold determination unit that outputs a threshold signal indicating
A correction digital code is generated by adding a value indicated by the threshold signal to the digital code, and among a plurality of consecutive correction digital codes, when the sign of the central correction digital code is different from the sign of another correction digital code, An isolated pulse determination unit that detects the center correction digital code as an isolated pulse;
A binary determination unit for obtaining the logic of the binary data based on the transition of the sign of the continuous digital code;
When the isolated pulse is detected, the logic of the isolated pulse supplied from the isolated pulse determination unit is output as the logic of the binary data. When the isolated pulse is not detected, the logic is obtained by the binary determination unit. And a data selection unit for outputting the logic of the binary data.
(Appendix 2)
A validity determination unit that outputs an enable signal when two adjacent digital codes have the same sign;
The isolated pulse determination unit, when receiving the enable signal, among the plurality of consecutive correction digital codes, when the sign of the two correction digital codes on the center side is different from the sign of the other correction digital code, 2. The data determination circuit according to appendix 1, wherein the two correction digital codes on the center side are detected as isolated pulses.
(Appendix 3)
The isolated pulse determination unit
A first correction digital code is generated by adding the increase value to the digital code, and a code of a central first correction digital code is a code of another first correction digital code among a plurality of consecutive first correction digital codes. A first isolated pulse generator that detects a first first correction digital code as a first isolated pulse when different from
The second correction digital code is generated by adding the decrease value to the digital code, and the sign of the second correction digital code in the center is the sign of the other second correction digital code among a plurality of consecutive second correction digital codes. A second isolated pulse generator that detects the second correction digital code at the center as a second isolated pulse when
A third isolated pulse generator that detects the central digital code as a third isolated pulse when the code of the central digital code is different from the codes of the other digital codes among the plurality of digital codes;
The first isolated pulse is selected when the threshold signal indicates the increased value, the second isolated pulse is selected when the threshold signal indicates the decreased value, and the second isolated pulse is selected when the threshold signal indicates zero. The data decision circuit according to claim 1, further comprising: a pulse selection unit that selects a third isolated pulse and supplies the selected isolated pulse to the data selection unit.
(Appendix 4)
The threshold determination unit
A plurality of holding units connected in series for sequentially holding the codes of the digital code;
When the signs output from the holding unit are all negative, the threshold signal indicating the increase value is output.When the signs output from the holding unit are all positive, the threshold value signal indicating the decrease value is output. Any one of appendix 1 to appendix 3, further comprising: a threshold control unit that outputs a threshold signal indicating zero when the sign output from the holding unit includes both negative and positive. The data determination circuit described.
(Appendix 5)
The threshold determination unit
A plurality of holding units connected in series to hold the digital code in order;
Any one of appendix 1 to appendix 3, further comprising: an averaging unit that obtains an average value of the digital code output from the holding unit and generates the threshold signal by multiplying the average value by a coefficient. A data determination circuit according to the item.
(Appendix 6)
The threshold determination unit
A plurality of holding units connected in series to hold the digital code in order;
A plurality of multipliers each multiplying the digital code output from the holding unit with a coefficient;
An adder for adding the outputs of the multipliers to generate the threshold signal;
Supplementary notes 1 to 3, wherein a coefficient multiplied by the multiplier corresponding to the new digital code is larger in order to make the weight of the relatively new digital code larger than the weight of the relatively old digital code. The data determination circuit according to any one of the above.
(Appendix 7)
The threshold determination unit
An integrator for sequentially integrating the digital code;
The data determination circuit according to any one of appendix 1 to appendix 3, further comprising: a multiplier that multiplies the output of the integrator by a coefficient to generate the threshold signal.
(Appendix 8)
The data determination circuit according to any one of appendix 1 to appendix 7,
An analog-to-digital converter that sequentially generates the digital code by over-sampling the analog data signal;
And a data processing circuit that operates in response to the logic of the binary data determined by the data determination circuit.
(Appendix 9)
Sequentially receiving a digital code generated by over-sampling an analog data signal representing a data string of binary data;
When a negative digital code corresponding to logic 0 of the binary data continues, an increased value is added to the digital code to generate a corrected digital code;
When a positive digital code corresponding to logic 1 of the binary data is continuous, a reduced value is added to the digital code to generate a corrected digital code;
When a negative digital code and a positive digital code appear randomly, the digital code is used as a correction digital code,
Among the plurality of consecutive correction digital codes, when the sign of the center correction digital code is different from the sign of the other correction digital code, the center correction digital code is detected as an isolated pulse,
When the isolated pulse is detected, the logic of the detected isolated pulse is determined as the logic of the binary data,
A data determination method, wherein when the isolated pulse is not detected, the logic of the binary data is determined based on a transition of a sign of the continuous digital code.

以上の詳細な説明により、実施形態の特徴点および利点は明らかになるであろう。これは、特許請求の範囲がその精神および権利範囲を逸脱しない範囲で前述のような実施形態の特徴点および利点にまで及ぶことを意図するものである。また、当該技術分野において通常の知識を有する者であれば、あらゆる改良および変更に容易に想到できるはずであり、発明性を有する実施形態の範囲を前述したものに限定する意図はなく、実施形態に開示された範囲に含まれる適当な改良物および均等物に拠ることも可能である。   From the above detailed description, features and advantages of the embodiments will become apparent. This is intended to cover the features and advantages of the embodiments described above without departing from the spirit and scope of the claims. Further, any person having ordinary knowledge in the technical field should be able to easily come up with any improvements and modifications, and there is no intention to limit the scope of the embodiments having the invention to those described above. It is also possible to rely on suitable improvements and equivalents within the scope disclosed in.

1‥閾値判定部;2‥孤立パルス判定部;2a‥加算器;2b‥パルス検出器;3‥バイナリ判定部;4‥データ選択部;10、10A、10B、10C‥閾値判定部;20、20D、20E‥孤立パルス判定部;30‥位相検出部;40‥バイナリ判定部;50‥判定タイミング生成部;60‥データ選択部;70D‥デコーダ;80D‥パルス選択部;90E‥有効判定部;110A‥平均化部;110C‥積分器;120B‥加算器;130C、131B、132B、133B、134B‥乗算器;201D、202D、203D‥孤立パルス生成部;210‥加算器;220、220E、230、230E、240、240E‥パルス検出器;310、320‥サブ位相検出器;330‥加算器;340‥セレクタ;510‥位相フィルタ;511、512‥増幅器;514、516‥積分器;520‥加算器;ADC‥アナログデジタル変換器;BPCV‥パルス中央値;BPLS‥孤立パルス検出信号;CDi‥補正デジタルコード;DDC‥データ判定回路;Di‥デジタルコード;DPC‥データ処理回路;FPCV‥パルス中央値;FPLS‥孤立パルス検出信号;MPLS‥孤立パルス検出信号;MPCV‥パルス中央値;PAV‥平均クロス位置信号;PINST‥クロス位置信号;PPICK‥推定位置信号;RCV‥受信器;SB1、SB2、SB3、SB4、SB5‥符号ビット値;SIGN‥符号判定部;TP‥伝送路;TRS‥送信器;VTH‥閾値信号   DESCRIPTION OF SYMBOLS 1 ... Threshold judgment part; 2 ... Isolated pulse judgment part; 2a ... Adder; 2b ... Pulse detector; 3 ... Binary judgment part; 4 ... Data selection part; 10, 10A, 10B, 10C ... Threshold judgment part; 20D, 20E, isolated pulse determination unit, 30 phase detection unit, 40 binary determination unit, 50 determination timing generation unit, 60 data selection unit, 70D decoder, 80D pulse selection unit, 90E, validity determination unit, 110A, averaging unit; 110C, integrator; 120B, adder; 130C, 131B, 132B, 133B, 134B, multiplier; 201D, 202D, 203D, isolated pulse generation unit, 210, adder; 220, 220E, 230 , 230E, 240, 240E, pulse detectors, 310, 320, sub-phase detectors, 330, adders, 340, selectors, 510, phase detectors 511, 512 ... amplifier; 514, 516 ... integrator; 520 ... adder; ADC ... analog-to-digital converter; BPCV ... pulse median; BPLS ... isolated pulse detection signal; CDi ... correction digital code; Circuit: Di, Digital code, DPC, Data processing circuit, FPCV, Pulse median value, FPLS, Isolated pulse detection signal, MPLS, Isolated pulse detection signal, MPV, Pulse median value, PAV, Average cross position signal, PINST, Cross position Signal: PPICK: Estimated position signal; RCV: Receiver; SB1, SB2, SB3, SB4, SB5: Sign bit value; SIGN: Sign determination unit: TP: Transmission path; TRS: Transmitter: VTH: Threshold signal

Claims (5)

2値データのデータ列を表すアナログデータ信号をオーバーサンプルすることにより生成されるデジタルコードを順に受け、前記2値データの論理0に対応する負のデジタルコードが連続するときに増加値を示す閾値信号を出力し、前記2値データの論理1に対応する正のデジタルコードが連続するときに減少値を示す閾値信号を出力し、負のデジタルコードと正のデジタルコードがランダムに現れるときにゼロを示す閾値信号を出力する閾値判定部と、
前記デジタルコードに前記閾値信号が示す値を加えて補正デジタルコードを生成し、連続する複数の補正デジタルコードのうち、中央の補正デジタルコードの符号が他の補正デジタルコードの符号と異なるときに、中央の補正デジタルコードを孤立パルスとして検出する孤立パルス判定部と、
連続する前記デジタルコードの符号の遷移に基づいて、前記2値データの論理を求めるバイナリ判定部と、
前記孤立パルスが検出されるときに、前記孤立パルス判定部から供給される前記孤立パルスの論理を前記2値データの論理として出力し、前記孤立パルスが検出されないときに、前記バイナリ判定部により求められた前記2値データの論理を出力するデータ選択部と
を備えていることを特徴とするデータ判定回路。
A threshold value indicating an increase value when a digital code generated by over-sampling an analog data signal representing a data string of binary data is sequentially received and negative digital codes corresponding to logic 0 of the binary data are consecutive. A threshold value signal indicating a decrease value when a positive digital code corresponding to logic 1 of the binary data continues, and zero when a negative digital code and a positive digital code appear randomly A threshold determination unit that outputs a threshold signal indicating
A correction digital code is generated by adding a value indicated by the threshold signal to the digital code, and among a plurality of consecutive correction digital codes, when the sign of the central correction digital code is different from the sign of another correction digital code, An isolated pulse determination unit that detects the center correction digital code as an isolated pulse;
A binary determination unit for obtaining the logic of the binary data based on the transition of the sign of the continuous digital code;
When the isolated pulse is detected, the logic of the isolated pulse supplied from the isolated pulse determination unit is output as the logic of the binary data. When the isolated pulse is not detected, the logic is obtained by the binary determination unit. And a data selection unit for outputting the logic of the binary data.
隣接する2つの前記デジタルコードの符号が同じときにイネーブル信号を出力する有効判定部を備え、
前記孤立パルス判定部は、前記イネーブル信号を受けているときに、連続する複数の補正デジタルコードのうち、中央側の2つの補正デジタルコードの符号が他の補正デジタルコードの符号と異なるときに、中央側の2つの補正デジタルコードを孤立パルスとして検出すること
を特徴とする請求項1記載のデータ判定回路。
A validity determination unit that outputs an enable signal when two adjacent digital codes have the same sign;
The isolated pulse determination unit, when receiving the enable signal, among the plurality of consecutive correction digital codes, when the sign of the two correction digital codes on the center side is different from the sign of the other correction digital code, The data determination circuit according to claim 1, wherein two correction digital codes on the center side are detected as isolated pulses.
前記孤立パルス判定部は、
前記デジタルコードに前記増加値を加えて第1補正デジタルコードを生成し、連続する複数の第1補正デジタルコードのうち、中央の第1補正デジタルコードの符号が他の第1補正デジタルコードの符号と異なるときに、中央の第1補正デジタルコードを第1孤立パルスとして検出する第1孤立パルス生成部と、
前記デジタルコードに前記減少値を加えて第2補正デジタルコードを生成し、連続する複数の第2補正デジタルコードのうち、中央の第2補正デジタルコードの符号が他の第2補正デジタルコードの符号と異なるときに、中央の第2補正デジタルコードを第2孤立パルスとして検出する第2孤立パルス生成部と、
複数の前記デジタルコードのうち、中央のデジタルコードの符号が他のデジタルコードの符号と異なるときに、中央のデジタルコードを第3孤立パルスとして検出する第3孤立パルス生成部と、
前記閾値信号が前記増加値を示すときに前記第1孤立パルスを選択し、前記閾値信号が前記減少値を示すときに前記第2孤立パルスを選択し、前記閾値信号がゼロを示すときに前記第3孤立パルスを選択し、選択した孤立パルスを前記データ選択部に供給するパルス選択部と
を備えていることを特徴とする請求項1記載のデータ判定回路。
The isolated pulse determination unit
A first correction digital code is generated by adding the increase value to the digital code, and a code of a central first correction digital code is a code of another first correction digital code among a plurality of consecutive first correction digital codes. A first isolated pulse generator that detects a first first correction digital code as a first isolated pulse when different from
The second correction digital code is generated by adding the decrease value to the digital code, and the sign of the second correction digital code in the center is the sign of the other second correction digital code among a plurality of consecutive second correction digital codes. A second isolated pulse generator that detects the second correction digital code at the center as a second isolated pulse when
A third isolated pulse generator that detects the central digital code as a third isolated pulse when the code of the central digital code is different from the codes of the other digital codes among the plurality of digital codes;
The first isolated pulse is selected when the threshold signal indicates the increased value, the second isolated pulse is selected when the threshold signal indicates the decreased value, and the second isolated pulse is selected when the threshold signal indicates zero. The data determination circuit according to claim 1, further comprising: a pulse selection unit that selects a third isolated pulse and supplies the selected isolated pulse to the data selection unit.
請求項1ないし請求項3のいずれか1項記載のデータ判定回路と、
前記アナログデータ信号をオーバーサンプルすることにより前記デジタルコードを順に生成するアナログデジタル変換器と、
前記データ判定回路により判定された前記2値データの論理を受けて動作するデータ処理回路と
を備えていることを特徴とする受信器。
A data determination circuit according to any one of claims 1 to 3,
An analog-to-digital converter that sequentially generates the digital code by over-sampling the analog data signal;
And a data processing circuit that operates in response to the logic of the binary data determined by the data determination circuit.
2値データのデータ列を表すアナログデータ信号をオーバーサンプルすることにより生成されるデジタルコードを順に受け、
前記2値データの論理0に対応する負のデジタルコードが連続するときに、前記デジタルコードに増加値を加えて補正デジタルコードを生成し、
前記2値データの論理1に対応する正のデジタルコードが連続するときに、前記デジタルコードに減少値を加えて補正デジタルコードを生成し、
負のデジタルコードと正のデジタルコードがランダムに現れるときに、前記デジタルコードを補正デジタルコードとし、
連続する複数の補正デジタルコードのうち、中央の補正デジタルコードの符号が他の補正デジタルコードの符号と異なるときに、中央の補正デジタルコードを孤立パルスとして検出し、
前記孤立パルスが検出されるときに、検出した前記孤立パルスの論理を前記2値データの論理として判定し、
前記孤立パルスが検出されないときに、連続する前記デジタルコードの符号の遷移に基づいて前記2値データの論理を判定すること
を特徴とするデータ判定方法。
Sequentially receiving a digital code generated by over-sampling an analog data signal representing a data string of binary data;
When a negative digital code corresponding to logic 0 of the binary data continues, an increased value is added to the digital code to generate a corrected digital code;
When a positive digital code corresponding to logic 1 of the binary data is continuous, a reduced value is added to the digital code to generate a corrected digital code;
When a negative digital code and a positive digital code appear randomly, the digital code is used as a correction digital code,
Among the plurality of consecutive correction digital codes, when the sign of the center correction digital code is different from the sign of the other correction digital code, the center correction digital code is detected as an isolated pulse,
When the isolated pulse is detected, the logic of the detected isolated pulse is determined as the logic of the binary data,
A data determination method, wherein when the isolated pulse is not detected, the logic of the binary data is determined based on a transition of a sign of the continuous digital code.
JP2010233443A 2010-10-18 2010-10-18 Data judgment circuit, receiver and data judgment method Expired - Fee Related JP5510265B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010233443A JP5510265B2 (en) 2010-10-18 2010-10-18 Data judgment circuit, receiver and data judgment method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010233443A JP5510265B2 (en) 2010-10-18 2010-10-18 Data judgment circuit, receiver and data judgment method

Publications (2)

Publication Number Publication Date
JP2012089980A true JP2012089980A (en) 2012-05-10
JP5510265B2 JP5510265B2 (en) 2014-06-04

Family

ID=46261152

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010233443A Expired - Fee Related JP5510265B2 (en) 2010-10-18 2010-10-18 Data judgment circuit, receiver and data judgment method

Country Status (1)

Country Link
JP (1) JP5510265B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012216983A (en) * 2011-03-31 2012-11-08 Fujitsu Ltd Data recovery circuit and data recovery method
US20210382964A1 (en) * 2017-03-01 2021-12-09 Stmicroelectronics (Grenoble 2) Sas Method and apparatus for processing a histogram output from a detector sensor

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05167570A (en) * 1991-12-12 1993-07-02 Fujitsu Ltd Clock reproduction circuit
JP2001036511A (en) * 1999-07-19 2001-02-09 Sharp Corp Bit synchronization circuit
JP2005130172A (en) * 2003-10-23 2005-05-19 Hitachi Ltd Transmission waveform compensating circuit and transmission system using the same

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05167570A (en) * 1991-12-12 1993-07-02 Fujitsu Ltd Clock reproduction circuit
JP2001036511A (en) * 1999-07-19 2001-02-09 Sharp Corp Bit synchronization circuit
JP2005130172A (en) * 2003-10-23 2005-05-19 Hitachi Ltd Transmission waveform compensating circuit and transmission system using the same

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012216983A (en) * 2011-03-31 2012-11-08 Fujitsu Ltd Data recovery circuit and data recovery method
US20210382964A1 (en) * 2017-03-01 2021-12-09 Stmicroelectronics (Grenoble 2) Sas Method and apparatus for processing a histogram output from a detector sensor
US11797645B2 (en) * 2017-03-01 2023-10-24 Stmicroelectronics (Research & Development) Limited Method and apparatus for processing a histogram output from a detector sensor

Also Published As

Publication number Publication date
JP5510265B2 (en) 2014-06-04

Similar Documents

Publication Publication Date Title
JP4956840B2 (en) Judgment feedback equalization apparatus and method
US7920664B2 (en) Clock synchronization circuit
JP2005303607A (en) Receiving circuit having equalizing circuit
US7656339B2 (en) Systems and methods for analog to digital conversion
JP6849903B2 (en) Receiver circuit and semiconductor integrated circuit
US10608849B1 (en) Variable gain amplifier and sampler offset calibration without clock recovery
US8270462B2 (en) Adaptive equalizer circuit
JP5510265B2 (en) Data judgment circuit, receiver and data judgment method
US9893747B2 (en) Dynamic configuration of modulation and demodulation
JP6536347B2 (en) Frequency detection method
JP5560989B2 (en) Receiver circuit
US11838156B2 (en) Continuous time linear equalization and bandwidth adaptation using asynchronous sampling
EP2237472B1 (en) Receiver with an isolated pulse detector
JP4705447B2 (en) FSK signal detector
JP5521891B2 (en) Receiver circuit
JP6244722B2 (en) CDR circuit
JP2009032390A (en) Windowed level detector for partial response channel
JP2010028615A (en) Clock data recovery circuit
JP5625596B2 (en) Receiver
JP4413664B2 (en) Signal processing apparatus, applied equalizer, data receiving apparatus, and signal processing method
JP2011217343A (en) Receiving circuit
JP5659921B2 (en) Data restoration circuit and data restoration method
JP6488863B2 (en) Receiving circuit and control method of receiving circuit
JP2008219433A (en) Symbol clock reproducing device and demodulator
JP2010245869A (en) Receiver

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130805

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20140219

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20140225

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140310

R150 Certificate of patent or registration of utility model

Ref document number: 5510265

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees