JP3995693B2 - Code error correction detection device - Google Patents

Code error correction detection device Download PDF

Info

Publication number
JP3995693B2
JP3995693B2 JP2005218582A JP2005218582A JP3995693B2 JP 3995693 B2 JP3995693 B2 JP 3995693B2 JP 2005218582 A JP2005218582 A JP 2005218582A JP 2005218582 A JP2005218582 A JP 2005218582A JP 3995693 B2 JP3995693 B2 JP 3995693B2
Authority
JP
Japan
Prior art keywords
digital data
internal memory
code
data
circuit
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.)
Expired - Fee Related
Application number
JP2005218582A
Other languages
Japanese (ja)
Other versions
JP2006048910A (en
Inventor
雄一朗 塚水
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sanyo Electric Co Ltd
Original Assignee
Sanyo Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sanyo Electric Co Ltd filed Critical Sanyo Electric Co Ltd
Priority to JP2005218582A priority Critical patent/JP3995693B2/en
Publication of JP2006048910A publication Critical patent/JP2006048910A/en
Application granted granted Critical
Publication of JP3995693B2 publication Critical patent/JP3995693B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

本発明は、CD(Compact Disc)やDVD(Digital Video Disc)等の記録媒体から読み出されるデジタルデータに対し、データに含まれる誤り訂正符号及び誤り検出符号に従う処理を施す符号誤り訂正検出装置に関する。   The present invention relates to a code error correction detection apparatus that performs processing according to an error correction code and an error detection code included in data on digital data read from a recording medium such as a CD (Compact Disc) or a DVD (Digital Video Disc).

デジタルオーディオに用いられるCDをデジタルデータの読み出し専用メモリ(ROM)として活用するCD−ROMシステムにおいては、ディスクから読み出されるデータの信頼性を高めるため、読み出されたデジタルデータに対して符号誤りの訂正処理が二重に施される。これらの訂正処理は、オーディオシステムと共通のデジタル信号処理部で1回目を実行し、CD−ROMシステム専用に設けられるCD−ROMデコーダで2回目を実行するように構成される。   In a CD-ROM system that utilizes a CD used for digital audio as a read-only memory (ROM) for digital data, in order to increase the reliability of the data read from the disk, a code error is detected with respect to the read digital data. Correction processing is performed twice. These correction processes are configured to be executed for the first time by a digital signal processing unit common to the audio system and for the second time by a CD-ROM decoder provided exclusively for the CD-ROM system.

図7は、CD−ROMシステムの構成を示すブロック図で、図8は、このシステムの各部で取り扱われるデータの構成図である。   FIG. 7 is a block diagram showing the configuration of the CD-ROM system, and FIG. 8 is a configuration diagram of data handled by each part of the system.

ピックアップ部1は、ディスク2に照射される光の反射光を受け、その光の強弱を電圧値の変化として取り出す。ピックアップ制御部3は、ピックアップ部1がディスク2に記憶されたデータを正しい順序で読み出すことができるように、ディスク2に対するCDピックアップ部1の読み取り位置を制御する。ディスク2の再生では、ピックアップ部1で読み取られるトラックの線速度を一定に保つようにするため、ピックアップ制御部3によるピックアップ部1の位置の制御に合わせて、ディスク2を所定の速度で回転駆動するようにサーボ制御が行われる。   The pickup unit 1 receives the reflected light of the light irradiated on the disk 2 and extracts the intensity of the light as a change in voltage value. The pickup control unit 3 controls the reading position of the CD pickup unit 1 with respect to the disc 2 so that the pickup unit 1 can read the data stored on the disc 2 in the correct order. During reproduction of the disc 2, the disc 2 is rotated at a predetermined speed in accordance with the control of the position of the pickup unit 1 by the pickup control unit 3 in order to keep the linear velocity of the track read by the pickup unit 1 constant. Servo control is performed as follows.

アナログ信号処理部4は、ピックアップ部1から出力される電圧値の変化を読み取り、588ビットを1フレームとするEFM(Eight to Fourteen Modulation)信号を生成する。このEFM信号は、図8に示すように、各フレームの始まりの24ビットが同期信号に割り当てられ、その後に3ビットの接続ビットを挟んで14ビットがデータビットに繰り返し割り当てられる。デジタル信号処理部5は、アナログ信号処理部4から入力されるEFM信号に対してEFM復調を施し、14ビットを8ビットに変換する。このEFM復調の際には、同期信号に続く最初のデータビットから8ビットのサブコードデータが生成され、残された32個のデータビットから32バイトのシンボルデータが生成される。さらに、32バイトのシンボルデータに対して、CIRC(Cross-Interleave Reed-Solomon Code)復号を施し、1フレームが24バイトからなるCD−ROMデータが生成される。このCIRC復号によって最初の符号誤りの訂正処理が完了する。   The analog signal processing unit 4 reads the change in the voltage value output from the pickup unit 1 and generates an EFM (Eight to Fourteen Modulation) signal with 588 bits as one frame. In the EFM signal, as shown in FIG. 8, the 24 bits at the beginning of each frame are assigned to the synchronization signal, and then 14 bits are repeatedly assigned to the data bits with 3 connection bits interposed therebetween. The digital signal processing unit 5 performs EFM demodulation on the EFM signal input from the analog signal processing unit 4 and converts 14 bits into 8 bits. In this EFM demodulation, 8-bit subcode data is generated from the first data bit following the synchronization signal, and 32-byte symbol data is generated from the remaining 32 data bits. Further, CIRC (Cross-Interleave Reed-Solomon Code) decoding is performed on the 32-byte symbol data to generate CD-ROM data in which one frame is 24 bytes. The first code error correction process is completed by this CIRC decoding.

このCD−ROMデータは、24バイト×98フレームの合計2352バイトが1ブロックとして取り扱われる。この1ブロックのデータに対しては、通常(モード1の場合)は図9に示すように、同期信号〔12バイト〕、ヘッダ〔4バイト〕、ユーザデータ〔2048バイト〕、誤り検出符号EDC(Error Detection Code)〔4バイト〕及び誤り訂正符号ECC(Error Correction Code)〔276バイト〕がそれぞれ割り当てられる。また、このCD−ROMデータについては、1ブロックのデータうち、同期信号12バイトを除いた2340バイトにスクランブル処理が施されており、再生時にディスクランブル処理が施されて元の状態に戻される。   In this CD-ROM data, a total of 2352 bytes of 24 bytes × 98 frames is handled as one block. For this one block of data, normally (in the case of mode 1), as shown in FIG. 9, the synchronization signal [12 bytes], header [4 bytes], user data [2048 bytes], error detection code EDC ( An Error Detection Code (4 bytes) and an Error Correction Code (ECC) (276 bytes) are respectively allocated. Further, the CD-ROM data is scrambled to 2340 bytes of the data of one block excluding the synchronization signal 12 bytes, and is descrambled at the time of reproduction to be returned to the original state.

CD−ROMデコーダ6は、デジタル信号処理部5から入力されるCD−ROMデータに対して、誤り訂正符号ECC及び誤り検出符号EDCに基づく符号誤りの訂正処理及び
検出処理を行い、処理が完了したCD−ROMデータをホストコンピュータへ出力する。このCD−ROMデコーダ6における処理では、通常、誤り訂正符号ECCによってデータの符号誤りを訂正した後、誤り検出符号EDCによって符号誤りが正しく訂正されているか否かを確認するようにしている。そして、符号の誤りが残されているときには、再度誤り訂正符号ECCによる符号誤りの訂正処理を施すか、あるいは、エラーフラグを付加した状態で、符号誤りを含んだままのCD−ROMデータをホストコンピュータへ出力するように構成される。
The CD-ROM decoder 6 performs code error correction processing and detection processing based on the error correction code ECC and the error detection code EDC on the CD-ROM data input from the digital signal processing unit 5, and the processing is completed. CD-ROM data is output to the host computer. In the processing in the CD-ROM decoder 6, normally, after a data code error is corrected by the error correction code ECC, it is confirmed whether or not the code error is correctly corrected by the error detection code EDC. If a code error remains, the code error correction process using the error correction code ECC is performed again, or the CD-ROM data containing the code error is stored in the host with the error flag added. Configured to output to a computer.

バッファRAM7は、CD−ROMデコーダ6に接続され、デジタル信号処理部5からCD−ROMデコーダ6に入力されるCD−ROMデータを1ブロック単位で一時的に記憶する。誤り訂正符号ECC及び誤り検出符号EDCは、1ブロック分のCD−ROMデータに対して付加されるため、CD−ROMデコーダ6での処理には少なくとも1ブロック分のCD−ROMデータが必要となる。そこで、それぞれの処理で必要な1ブロック分のCD−ROMデータを記憶するようにバッファRAM7が設けられる。制御マイコン8は、制御プログラムが記憶されたメモリを内蔵する所謂ワンチップマイコンで構成され、その制御プログラムに従ってCD−ROMデコーダ6の動作を制御する。同時に、制御マイコン8は、ホストコンピュータから入力されるコマンドデータあるいはデジタル信号処理部5から入力されるサブコードデータを一旦内蔵のメモリに記憶する。これにより制御マイコン8は、ホストコンピュータからの指示に応答して各部の動作を制御し、CD−ROMデコーダ6からホストコンピュータへ所望のCD−ROMデータを出力させる。   The buffer RAM 7 is connected to the CD-ROM decoder 6 and temporarily stores the CD-ROM data input from the digital signal processing unit 5 to the CD-ROM decoder 6 in units of one block. Since the error correction code ECC and the error detection code EDC are added to the CD-ROM data for one block, the CD-ROM decoder 6 requires at least one block of CD-ROM data. . Therefore, a buffer RAM 7 is provided to store one block of CD-ROM data necessary for each process. The control microcomputer 8 is constituted by a so-called one-chip microcomputer having a memory in which a control program is stored, and controls the operation of the CD-ROM decoder 6 according to the control program. At the same time, the control microcomputer 8 temporarily stores the command data input from the host computer or the subcode data input from the digital signal processing unit 5 in the built-in memory. Thus, the control microcomputer 8 controls the operation of each unit in response to an instruction from the host computer, and causes the CD-ROM decoder 6 to output desired CD-ROM data to the host computer.

CD−ROMデコーダ6では、CD−ROMデータに対する符号誤りの訂正検出の処理に加えて、デジタル信号処理部5からのCD−ROMデータの入力及びホストコンピュータへのCD−ROMデータの出力が並列して行われる。そして、それぞれの処理に合わせて、バッファRAM7に対するCD−ROMデータの書き込み及び読み出しが繰り返される。このとき、CD−ROMデコーダ6からバッファRAM7へのアクセスは、それぞれの処理毎にバイト単位または符号単位で時分割に割り当てられる。   In the CD-ROM decoder 6, in addition to the process of correcting and detecting the code error for the CD-ROM data, the input of the CD-ROM data from the digital signal processing unit 5 and the output of the CD-ROM data to the host computer are performed in parallel. Done. In accordance with each process, writing and reading of CD-ROM data to and from the buffer RAM 7 are repeated. At this time, access from the CD-ROM decoder 6 to the buffer RAM 7 is allocated in a time division manner in units of bytes or codes for each processing.

一般に、CD−ROMデコーダ6においては、1つのブロックのCD−ROMデータに対する符号誤りの訂正及び検出のための処理を1ブロック期間以内で完了させるようにしている。ここで、再生速度の高速化に伴い、1ブロック期間内で所定の処理を完了できなくなることが生じると、連続して入力されるCD−ROMデータが次々にバッファRAM7に書き込まれるため、CD−ROMデータが未処理のままバッファRAM7内に残される。このような状態が続けば、バッファRAM7がオーバーフロー状態となり、CD−ROMデコーダ6へのCD−ROMデータの入力を一時的に中断しなければならなくなる。   In general, the CD-ROM decoder 6 completes the processing for correcting and detecting a code error for one block of CD-ROM data within one block period. Here, if the predetermined processing cannot be completed within one block period as the reproduction speed increases, CD-ROM data continuously input is written to the buffer RAM 7 one after another. The ROM data remains in the buffer RAM 7 unprocessed. If such a state continues, the buffer RAM 7 becomes an overflow state, and the input of CD-ROM data to the CD-ROM decoder 6 must be temporarily interrupted.

CD−ROMシステムにおいて、各部の動作の基準となるシステムクロックの周波数を変更することなくディスク2の再生速度を上げる(倍速再生等の場合)と、1ブロック期間のクロックの総数が減少する。このため、CD−ROMデコーダ6での符号誤りの検出及び訂正のためのクロック数が不足し、所定の処理を1ブロック期間内に完了できなくなる可能性が高くなる。また、CD−ROMデータをホストコンピュータへ転送するためのバッファRAM7に対する読み出し頻度を高くすると、CD−ROMデータの転送速度自体は高くなる。しかしながら、符号誤りの訂正及び検出のためのバッファRAM7に対する読み出し及び書き込みが時間的に制限を受けるようになるため、CD−ROMデコーダ6での符号誤りの訂正及び検出のための処理が遅れ、1ブロック期間内で所定の処理を完了できなくなる可能性はさらに高くなる。   In the CD-ROM system, if the reproduction speed of the disk 2 is increased without changing the frequency of the system clock serving as a reference for the operation of each unit (in the case of double speed reproduction or the like), the total number of clocks in one block period decreases. For this reason, there is a high possibility that the number of clocks for detecting and correcting a code error in the CD-ROM decoder 6 will be insufficient, and a predetermined process cannot be completed within one block period. Further, if the reading frequency with respect to the buffer RAM 7 for transferring the CD-ROM data to the host computer is increased, the transfer speed of the CD-ROM data itself is increased. However, since reading and writing to the buffer RAM 7 for correcting and detecting the code error are limited in time, the processing for correcting and detecting the code error in the CD-ROM decoder 6 is delayed. The possibility that the predetermined processing cannot be completed within the block period is further increased.

これらの問題は、倍速再生のCD−ROMシステムに限らず、高密度記録媒体であるD
VDをROMとして利用するDVD−ROMシステムにおいても同様に発生する。CDの約7倍の記憶容量を有するDVDにおいては、その再生速度をCD以上に高速化することが望まれており、データの転送やデコード処理(符号誤りの訂正検出)の速度の向上は重要な課題の一つである。
These problems are not limited to double-speed playback CD-ROM systems,
This also occurs in a DVD-ROM system that uses VD as a ROM. For DVDs with about 7 times the storage capacity of CDs, it is desirable to increase the playback speed over CDs, and it is important to improve the speed of data transfer and decoding (code error correction detection). This is one of the major issues.

そこで本発明は、一定時間内に所定の処理を完了させながら、データの転送速度の高速化に有利な誤り訂正検出装置を提供することを目的とする。   SUMMARY OF THE INVENTION An object of the present invention is to provide an error correction detection apparatus that is advantageous in increasing the data transfer rate while completing predetermined processing within a predetermined time.

本発明は、上述の課題を解決するために成されたもので、その特徴とするところは、記録媒体から読み出される誤り訂正符号及び誤り検出符号を含むデジタルデータに対して、誤り訂正符号及び誤り検出符号に基づく処理を施し、処理済みのデジタルデータを出力する符号誤り訂正検出装置において、記録媒体から読み出されたデジタルデータを取り込む入力インタフェースと、外部メモリに接続され入力インタフェース回路に取り込まれるデジタルデータの外部メモリへの書き込みと外部メモリに記憶されたデジタルデータの読み出しとを制御する外部メモリ制御回路と、入力インタフェース回路に取り込まれるデジタルデータを記憶する内部メモリと、内部メモリに対する書き込みアドレス信号及び読み出しアドレス信号を供給する内部メモリ用アドレス発生回路と、内部メモリに記憶されたデジタルデータを取り込み、誤り訂正符号に基づく訂正処理を施した後、内部メモリ及び外部メモリに記憶されたデジタルデータの誤り箇所をそれぞれ書き換える訂正回路と、訂正回路で誤り箇所が書き換えられて内部メモリに記憶されたデジタルデータを取り込み、誤り検出符号に基づく検出処理を施す検出回路と、外部メモリに記憶されたデジタルデータを外部機器へ出力する出力インタフェースと、を備え、内部メモリ用アドレス発生回路は、全ての記憶領域を所定の順序で指定するアドレス信号を生成する第1のアドレス発生器と、一部の記憶領域を固有の順序で指定するアドレス信号を生成する第2のアドレス発生器と、を備えたことにある。   The present invention has been made to solve the above-described problems, and is characterized in that an error correction code and an error are detected with respect to digital data including an error correction code and an error detection code read from a recording medium. In a code error correction detection apparatus that performs processing based on a detection code and outputs processed digital data, an input interface that captures digital data read from a recording medium, and a digital that is connected to an external memory and captured by an input interface circuit An external memory control circuit for controlling the writing of data to the external memory and the reading of the digital data stored in the external memory, an internal memory for storing the digital data taken into the input interface circuit, a write address signal for the internal memory, and Internal supply of read address signal A memory address generating circuit, a correction circuit that takes in digital data stored in the internal memory, performs a correction process based on an error correction code, and then rewrites the error location of the digital data stored in the internal memory and the external memory, respectively , A detection circuit that takes in digital data stored in the internal memory after the error portion has been rewritten by the correction circuit, performs detection processing based on the error detection code, and an output interface that outputs the digital data stored in the external memory to an external device The internal memory address generation circuit includes a first address generator that generates an address signal that specifies all storage areas in a predetermined order, and an address that specifies a part of the storage areas in a specific order. And a second address generator for generating a signal.

本発明によれば、内部メモリに記憶されたデータに基づいて符号誤りの訂正処理のための演算が行われ、その結果に従って内部メモリ及び外部メモリの両方のデータに対して誤り部分の書き換えが行われる。誤り訂正処理の演算ために内部メモリからデータが読み出される間、外部メモリに対してはアクセスが停止するため、訂正処理が完了しているデータを外部メモリから出力インタフェースへ読み出すことができる。従って、外部メモリから出力インタフェースに対してデータを読み出すための時間を十分に確保できるようになる。   According to the present invention, an operation for correcting a code error is performed based on the data stored in the internal memory, and the error part is rewritten in both the internal memory and the external memory according to the result. Is called. While data is read from the internal memory for error correction processing, access to the external memory is stopped, so that data for which correction processing has been completed can be read from the external memory to the output interface. Accordingly, a sufficient time for reading data from the external memory to the output interface can be secured.

図1は、本発明の符号誤り訂正検出装置の実施の形態を示すブロック図であり、図2は、その動作において各部のデータの流れを説明するタイミング図である。この実施の形態においては、CD−ROMデコーダ10及びバッファRAM20によって符号誤り訂正検出装置を構成している。尚、このCD−ROMデコーダ10及びバッファRAM20は、図7に示すCD−ROMシステムのCD−ROMデコーダ6及びバッファRAM7にそれぞれ対応するものである。   FIG. 1 is a block diagram showing an embodiment of a code error correction detection apparatus of the present invention, and FIG. 2 is a timing diagram for explaining the flow of data in each part in the operation. In this embodiment, the CD-ROM decoder 10 and the buffer RAM 20 constitute a code error correction detection device. The CD-ROM decoder 10 and the buffer RAM 20 correspond to the CD-ROM decoder 6 and the buffer RAM 7 of the CD-ROM system shown in FIG.

CD−ROMデコーダ10は、入力インタフェース11、誤り訂正回路12、誤り検出回路13、出力インタフェース14、内部メモリ制御回路15、外部メモリ制御回路16及び内部メモリ17より構成され、外部メモリ20が接続される。尚、CD−ROMデコーダ10の各部は、単一の半導体基板上に集積化して形成される。   The CD-ROM decoder 10 includes an input interface 11, an error correction circuit 12, an error detection circuit 13, an output interface 14, an internal memory control circuit 15, an external memory control circuit 16, and an internal memory 17, to which an external memory 20 is connected. The Note that each part of the CD-ROM decoder 10 is integrated on a single semiconductor substrate.

入力インタフェース11は、1ブロックが2352バイトからなるCD−ROMデータ
(図9)を生成するデジタル信号処理部とのインタフェースを成し、そのCD−ROMデータを受けて内部メモリ制御回路15及び外部メモリ制御回路16へ供給する。この入力インタフェース11では、12バイトの同期信号を除いた2340バイトのCD−ROMデータに対してスクランブル処理が施されているため、入力段階でディスクランブル処理が施される。同時に、CD−ROMデータから同期信号が取り出され、各ブロック毎の先頭のタイミングを示すブロック同期信号が生成される。このブロック同期信号は、CD−ROMデコーダ10の各部に供給され、それぞれの処理のタイミングの同期に用いられる。
The input interface 11 forms an interface with a digital signal processing unit that generates CD-ROM data (FIG. 9) in which one block is 2352 bytes, and receives the CD-ROM data to receive the internal memory control circuit 15 and the external memory. This is supplied to the control circuit 16. In this input interface 11, the 2340-byte CD-ROM data excluding the 12-byte synchronization signal is scrambled, so that the descrambling process is performed at the input stage. At the same time, a synchronization signal is extracted from the CD-ROM data, and a block synchronization signal indicating the start timing of each block is generated. This block synchronization signal is supplied to each part of the CD-ROM decoder 10 and used for synchronizing the timing of each process.

誤り訂正回路12は、CD−ROMデータを1ブロック単位で取り込み、各ブロック毎の誤り訂正符号(ECC)に基づいて、そのブロックに含まれる符号誤りに対して訂正処理を施す。CD−ROMデータの誤り訂正処理においては、1ブロック(2352バイト)のデータが、上位バイト及び下位バイトの2組のプレーン(1176バイト)に分離され、各プレーン毎に設定される2系列の符号語(P、Q)に基づくシンドローム演算が行われる。ECCのP符号語及びQ符号語は、図3に示すように、同期信号及びECCを除いた1プレーン中の1032個のシンボルデータに対して、Pシーケンス及びQシーケンスに従い、24個毎及び43個毎にそれぞれ2個ずつ付される。これにより、43組のシンボルデータに対応する86個のP符号語と、26組のシンボルデータ(P符号語を含む)に対応する52個のQ符号語とが設定される。そこで、Pシーケンス及びQシーケンスに従う順序で、各符号語を含むシンボルデータに対してシンドローム演算を行うことにより、プレーン内の符号誤りの位置及びその誤りによって生じる誤差が算出される。誤り訂正回路12は、その算出結果に基づいて、その誤り位置に対応したシンボルデータに誤差分を加算することにより、符号誤りを訂正するように構成される。   The error correction circuit 12 takes in the CD-ROM data in units of blocks, and performs correction processing on code errors included in the blocks based on the error correction code (ECC) for each block. In error correction processing of CD-ROM data, one block (2352 bytes) of data is separated into two sets of planes (1176 bytes) of upper bytes and lower bytes, and two series of codes set for each plane A syndrome operation based on the word (P, Q) is performed. As shown in FIG. 3, ECC P codewords and Q codewords are generated every 24 and 43 according to the P sequence and Q sequence for 1032 symbol data in one plane excluding the synchronization signal and ECC. Two pieces are attached to each piece. Thereby, 86 P code words corresponding to 43 sets of symbol data and 52 Q code words corresponding to 26 sets of symbol data (including P code words) are set. Therefore, by performing a syndrome operation on the symbol data including each code word in the order according to the P sequence and the Q sequence, the position of the code error in the plane and the error caused by the error are calculated. The error correction circuit 12 is configured to correct a code error by adding an error to symbol data corresponding to the error position based on the calculation result.

誤り検出回路13は、誤り訂正回路12によって符号の誤りが訂正されたCD−ROMデータ(ECCを除く)をブロック毎に順次取り込み、誤り検出符号(EDC)に基づく演算処理を施すことにより、符号誤りの有無を検出する。EDC自身は、誤りを訂正する機能を有していないため、誤り検出回路13においては、誤りが検出された場合には、CD−ROMデータにエラーフラグを付して出力するように構成される。   The error detection circuit 13 sequentially takes in the CD-ROM data (excluding ECC) in which the code error has been corrected by the error correction circuit 12 for each block, and performs arithmetic processing based on the error detection code (EDC). Detect the presence of errors. Since the EDC itself does not have an error correcting function, the error detection circuit 13 is configured to output an error flag attached to the CD-ROM data when an error is detected. .

出力インタフェース回路14は、ホストコンピュータとのインタフェースを成し、ホストコンピュータ側からの指示に応答して、所定の処理が完了したCD−ROMデータをブロック単位で出力する。また、必要に応じては、ホストコンピュータ側からの制御情報を受け取り、各部の動作を制御する制御マイコンに供給する。   The output interface circuit 14 forms an interface with the host computer, and outputs CD-ROM data for which predetermined processing is completed in units of blocks in response to an instruction from the host computer. If necessary, control information from the host computer is received and supplied to a control microcomputer that controls the operation of each unit.

内部メモリ制御回路15は、内部メモリ17に接続され、入力インタフェース11から内部メモリ17へのCD−ROMデータの書き込みと、内部メモリ17から誤り訂正回路12あるいは誤り検出回路13へのCD−ROMデータの読み出しとを制御する。さらに、内部メモリ制御回路15は、誤り訂正回路12における訂正処理の結果に応じて、内部メモリ17に記憶されたCD−ROMデータの一部を書き換えるように構成される。即ち、誤り訂正回路12において、符号誤りの位置が算出されると、その誤り位置に対応するデータが記憶されている内部メモリ17のアドレスにアクセスし、そのデータを読み出して誤り訂正回路12に供給する。さらに、そのデータに対する訂正処理が完了した後、訂正データを内部メモリ17の同一アドレスに書き込むことにより、内部メモリ17内の誤りを含むデータの書き換えを完了する。   The internal memory control circuit 15 is connected to the internal memory 17, writes CD-ROM data from the input interface 11 to the internal memory 17, and CD-ROM data from the internal memory 17 to the error correction circuit 12 or the error detection circuit 13. Is controlled. Further, the internal memory control circuit 15 is configured to rewrite a part of the CD-ROM data stored in the internal memory 17 in accordance with the result of the correction process in the error correction circuit 12. That is, when the position of the code error is calculated in the error correction circuit 12, the address of the internal memory 17 where the data corresponding to the error position is stored is accessed, and the data is read and supplied to the error correction circuit 12. To do. Further, after the correction process for the data is completed, the correction data is written to the same address in the internal memory 17 to complete the rewriting of data including an error in the internal memory 17.

外部メモリ制御回路16は、CD−ROMデコーダ10に外付けされる外部メモリ20に接続され、入力インタフェース11から外部メモリ20へのCD−ROMデータの書き込みと、外部メモリ20から出力インタフェース14へのCD−ROMデータの読み出しとを制御する。また、外部メモリ制御回路16は、内部メモリ制御回路15と同様に、誤
り訂正回路12における訂正処理の結果に応じて、外部メモリ20に記憶されたCD−ROMデータの一部を書き換えるように構成される。即ち、誤り部分の書き換え処理については、外部メモリ20に記憶されたCD−ROMデータに対しても、内部メモリ17に記憶されたCD−ROMデータに対する書き換え処理と同時に行われる。
The external memory control circuit 16 is connected to an external memory 20 externally attached to the CD-ROM decoder 10, writes CD-ROM data from the input interface 11 to the external memory 20, and sends data from the external memory 20 to the output interface 14. Controls reading of CD-ROM data. Further, like the internal memory control circuit 15, the external memory control circuit 16 is configured to rewrite a part of the CD-ROM data stored in the external memory 20 in accordance with the correction processing result in the error correction circuit 12. Is done. That is, the rewriting process of the error part is performed simultaneously with the rewriting process for the CD-ROM data stored in the internal memory 17 for the CD-ROM data stored in the external memory 20.

内部メモリ17は、SRAM(Static Random Access Memory)等の読み出し及び書き込みが自由な記録媒体からなり、入力インタフェース11に取り込まれるCD−ROMデータを一時的に記憶する。この内部メモリ17は、CD−ROMデータを少なくとも2ブロック分記憶できる容量に形成される。通常のフォーマットのCD−ROMデータは、1ブロックが2352バイトで構成されていることから、内部メモリ17の容量は、4.8Kバイト以上必要になる。   The internal memory 17 is composed of a recording medium such as SRAM (Static Random Access Memory) that can be freely read and written, and temporarily stores CD-ROM data taken into the input interface 11. The internal memory 17 is formed with a capacity capable of storing at least two blocks of CD-ROM data. Since normal format CD-ROM data is composed of 2352 bytes in one block, the capacity of the internal memory 17 is required to be 4.8 Kbytes or more.

外部メモリ20は、内部メモリ17と同様の読み出し及び書き込みが可能な記録媒体からなり、出力インタフェース14を介してホストコンピュータ側へ転送するCD−ROMデータを一時的に記憶する。この外部メモリ20については、CD−ROMデータを少なくとも2ブロック分記憶できる容量があれば動作上は問題ないが、ホストコンピュータ側へのCD−ROMデータの転送のタイミングに余裕を持たせるためには、内部メモリ17よりも容量を大きくすることが好ましい。この外部メモリ20については、CD−ROMデコーダ10とは別に集積化されるため、内部メモリ10に比べて容量を大きくすることは容易である。   The external memory 20 is composed of a readable / writable recording medium similar to the internal memory 17 and temporarily stores CD-ROM data to be transferred to the host computer side via the output interface 14. The external memory 20 has no problem in operation as long as it has a capacity capable of storing at least two blocks of CD-ROM data. However, in order to provide a margin for the timing of transferring the CD-ROM data to the host computer side. The capacity is preferably larger than that of the internal memory 17. Since the external memory 20 is integrated separately from the CD-ROM decoder 10, it is easy to increase the capacity compared to the internal memory 10.

続いて、上述の符号誤り訂正検出装置の動作について、図2に従い説明する。   Next, the operation of the above-described code error correction detection apparatus will be described with reference to FIG.

DSP側から1ブロック毎に入力されるデータS(n)は、先ず、入力インタフェース11に入力され、この入力インタフェース11から、内部メモリ17及び外部メモリ20にそれぞれ書き込まれる。内部メモリ17に書き込まれたデータS(n)は、次のデータS(n+1)が入力されるのに並行して、誤り訂正回路12へ読み出され、符号誤りの訂正処理を受ける。そして、訂正処理の結果、データS(n)に誤りがあれば、その誤りのある部分のみが正しいデータに書き換えられる。この書き換えは、内部メモリ17に記憶されたデータS(n)と外部メモリ20に記憶されたデータS(n)とのそれぞれに対して同時に行われる。訂正処理が完了したデータS(n)は、内部メモリ17から誤り検出回路13へ読み出される。これらのデータS(n)の誤り訂正回路12及び誤り検出回路13への読み出し動作は、次のデータS(n+1)が前段のデジタル信号処理部から入力される期間(1ブロック期間)内に完了する。そして、外部メモリ20に記憶されたデータS(n)は、ホストコンピュータからの要求に応答して順次出力インタフェースへ読み出される。   Data S (n) input for each block from the DSP side is first input to the input interface 11, and is written from the input interface 11 to the internal memory 17 and the external memory 20, respectively. The data S (n) written in the internal memory 17 is read out to the error correction circuit 12 in parallel with the next data S (n + 1) being input, and is subjected to a code error correction process. If there is an error in the data S (n) as a result of the correction process, only the erroneous part is rewritten with correct data. This rewriting is performed simultaneously on each of the data S (n) stored in the internal memory 17 and the data S (n) stored in the external memory 20. The data S (n) for which the correction process has been completed is read from the internal memory 17 to the error detection circuit 13. The read operation of the data S (n) to the error correction circuit 12 and the error detection circuit 13 is performed within a period (one block period) in which the next data S (n + 1) is input from the preceding digital signal processing unit. To complete. The data S (n) stored in the external memory 20 is sequentially read out to the output interface in response to a request from the host computer.

以上のような処理においては、内部メモリ制御回路15から内部メモリ17へのアクセスが、入力インタフェース11からのデータの書き込みと、誤り訂正回路12あるいは誤り検出回路13へのデータの読み出しとに時分割で割り当てられる。そして、外部メモリ制御回路16から外部メモリ20へのアクセスが、入力インタフェース11からのデータの書き込みと、誤り訂正回路12からの訂正データの書き込みと、出力インタフェース14へのデータの読み出しとに割り当てられる。内部メモリ17から誤り訂正回路12あるいは誤り検出回路13にデータが読み出さる間は、外部メモリ20に対するアクセスが停止するため、ホストコンピュータへのCD−ROMデータの転送のタイミングを広い範囲で設定できるようになる。   In the processing as described above, access from the internal memory control circuit 15 to the internal memory 17 is time-divided into writing data from the input interface 11 and reading data from the error correction circuit 12 or the error detection circuit 13. Assigned by Access from the external memory control circuit 16 to the external memory 20 is assigned to writing data from the input interface 11, writing correction data from the error correction circuit 12, and reading data to the output interface 14. . While data is read from the internal memory 17 to the error correction circuit 12 or the error detection circuit 13, access to the external memory 20 is stopped, so that the timing for transferring CD-ROM data to the host computer can be set in a wide range. become.

図4は、内部メモリ17または外部メモリ20に対する書き込みアドレス信号及び読み出しアドレス信号を供給するアドレス発生回路の構成を示すブロック図であり、図5及び図6は、各アドレス信号に対応した内部メモリ16及び外部メモリ20の利用状態の一例を説明する模式図である。   FIG. 4 is a block diagram showing a configuration of an address generation circuit for supplying a write address signal and a read address signal to the internal memory 17 or the external memory 20, and FIGS. 5 and 6 show the internal memory 16 corresponding to each address signal. 4 is a schematic diagram illustrating an example of a usage state of an external memory 20.

アドレス発生回路は、第1のアドレス発生器21、第2のアドレス発生器22、ラッチ23及び加算器24より構成される。このアドレス発生回路については、内部メモリ17及び外部メモリ20のそれぞれに対応して独立に設けられる。   The address generation circuit includes a first address generator 21, a second address generator 22, a latch 23 and an adder 24. This address generation circuit is provided independently for each of the internal memory 17 and the external memory 20.

第1のアドレス発生器21は、カウンタによって構成され、内部メモリ17あるいは外部メモリ20に対して、図5及び図6に示すように、全ての記憶領域を0番地から最終番地まで所定の順序で指定する書き込みアドレス信号WAを発生する。この書き込みアドレス信号WAについては、アドレス位置が最終番地に達した後、0番地に戻って繰り返し同一順序でアドレスを指定するように生成される。従って、内部メモリ17及び外部メモリ20においては、入力インタフェース11に取り込まれるCD−ROMデータが入力順序に従って順次書き込まれるようになる。   The first address generator 21 is constituted by a counter, and with respect to the internal memory 17 or the external memory 20, as shown in FIGS. 5 and 6, all storage areas are assigned in a predetermined order from address 0 to the final address. A designated write address signal WA is generated. The write address signal WA is generated so that after the address position reaches the final address, the address is returned to address 0 and the addresses are repeatedly specified in the same order. Therefore, in the internal memory 17 and the external memory 20, the CD-ROM data taken into the input interface 11 is sequentially written according to the input order.

第2のアドレス発生器22は、図5及び図6に示すように、1ブロック分のCD−ROMデータに対応する内部メモリ17及び外部メモリ20の一部領域を各処理毎に定められた固有の順序で指定する巡回アドレス信号CAを発生する。この巡回アドレス信号CAは、内部メモリ17に対応する場合、誤り訂正符号の各シーケンスに従う順序で1ブロック分のCD−ROMデータを読み出すようにして生成される。例えば、図3に示すように、P符号語のPシーケンスに従い、1ブロック分のデータを42個おきにに読み出し、Q符号語のQシーケンスに従い1ブロック分のデータを43個おきに読み出すことができるように生成される。また、外部メモリ20に対応する場合には、巡回アドレスCAは、1ブロック分のデータを書き込みアドレスと同様の順序で読み出すように生成される。   As shown in FIGS. 5 and 6, the second address generator 22 has a specific area determined for each process in a partial area of the internal memory 17 and the external memory 20 corresponding to one block of CD-ROM data. The cyclic address signal CA specified in the order of is generated. When the cyclic address signal CA corresponds to the internal memory 17, the cyclic address signal CA is generated by reading CD-ROM data for one block in the order according to each sequence of error correction codes. For example, as shown in FIG. 3, data for one block is read every 42 blocks according to the P sequence of the P code word, and data for one block is read every 43 blocks according to the Q sequence of the Q code word. Generated as you can. When the external memory 20 is supported, the cyclic address CA is generated so that one block of data is read in the same order as the write address.

ラッチ23は、第1のアドレス発生器21に接続され、書き込みアドレス信号WAの内、RAMに記憶されるデータの各ブロックの先頭に対応するアドレス情報WAhをラッチする。このラッチ23は、2段構成であり、それぞれラッチした先頭アドレス情報WAhを1ブロック分の処理が進む毎に1段ずつシフトする。これにより、1段目には、現在入力されつつあるブロックの先頭のデータが記憶される先頭アドレス情報WAh(0)が保持される。そして、2段目には、1ブロック先に入力されてエラー訂正処理が施されているブロックの先頭のデータが記憶されたRAMの先頭アドレス情報WAh(1)が保持される。   The latch 23 is connected to the first address generator 21 and latches address information WAh corresponding to the head of each block of data stored in the RAM in the write address signal WA. The latch 23 has a two-stage configuration, and the latched leading address information WAh is shifted by one stage each time processing for one block proceeds. As a result, the first stage holds the head address information WAh (0) in which the head data of the block currently being input is stored. In the second row, RAM leading address information WAh (1) in which the leading data of the block which has been input one block ahead and subjected to error correction processing is stored is held.

加算器24は、第2のアドレス発生器22及びラッチ23に接続され、第2のアドレス発生器22から出力される巡回アドレス信号CAに、先頭アドレス情報WAhを加算することにより、RAMに対する実際の読み出しアドレス信号RAを生成する。即ち、巡回アドレス信号CAについては、先頭のアドレスが0番地であり、RAMの記憶領域を1ブロックに対応する範囲で指定するため、加算器24において、巡回アドレス信号CAに先頭アドレス情報WAhを加算することで、RAMの記憶領域全体のアクセスを可能にしている。例えば、図5に示すように、ブロックnのCD−ROMデータが記憶された内部メモリ17の先頭アドレス情報WAh(0)を巡回アドレス信号CAに加算することにより、ブロックnのCD−ROMデータが記憶された領域を指定する読み出しアドレス信号RA(0)が生成される。これにより、訂正処理あるいは検出処理のため、内部メモリ17から誤り訂正回路12あるいは誤り検出回路13へ1ブロック分のCD−ROMデータが読み出される。また、外部メモリ20についても、図6に示すように、ブロックnのCD−ROMデータが記憶された外部メモリ20の先頭アドレス情報WAh(0)を巡回アドレス信号CAに加算することにより、ブロックnのCD−ROMデータが記憶された領域を指定する読み出しアドレス信号RA(0)が生成される。これにより、ホストコンピュータ側へ転送するため、外部メモリ20から出力インタフェース14へ訂正処理が完了した1ブロック分のCD−ROMデータが読み出される。   The adder 24 is connected to the second address generator 22 and the latch 23, and adds the head address information WAh to the cyclic address signal CA output from the second address generator 22, so that the actual address for the RAM is increased. A read address signal RA is generated. That is, for the cyclic address signal CA, the top address is 0, and the RAM storage area is specified in a range corresponding to one block. Therefore, the adder 24 adds the top address information WAh to the cyclic address signal CA. This makes it possible to access the entire storage area of the RAM. For example, as shown in FIG. 5, by adding the head address information WAh (0) of the internal memory 17 in which the CD-ROM data of the block n is stored to the cyclic address signal CA, the CD-ROM data of the block n can be obtained. A read address signal RA (0) designating the stored area is generated. Thereby, one block of CD-ROM data is read from the internal memory 17 to the error correction circuit 12 or the error detection circuit 13 for correction processing or detection processing. As for the external memory 20, as shown in FIG. 6, by adding the head address information WAh (0) of the external memory 20 storing the CD-ROM data of the block n to the cyclic address signal CA, the block n A read address signal RA (0) designating an area in which the CD-ROM data is stored is generated. As a result, for transfer to the host computer side, one block of CD-ROM data for which correction processing has been completed is read from the external memory 20 to the output interface 14.

以上のようにして生成される書き込みアドレス信号WA及び読み出しアドレス信号RA
については、何れか一方が選択されて内部メモリ17及び外部メモリ20に供給される。通常、入力インタフェース11、誤り訂正回路12及び誤り検出回路13は、それぞれ並列に動作しており、各部から内部メモリ17あるいは外部メモリ20へのアクセスは、それぞれ1ワード単位の時分割で割り当てられる。このとき、外部メモリ制御回路16の動作タイミングは、誤り訂正回路12あるいは誤り検出回路13の読み出し動作のタイミングに直接関係していないため、外部メモリ20に対してCD−ROMデータを自由なタイミングで入出力することができる。従って、誤り訂正回路12や誤り検出回路13の動作の間隙を待つことなく、ホストコンピュータ側へCD−ROMデータを転送することができる。
The write address signal WA and the read address signal RA generated as described above.
Is selected and supplied to the internal memory 17 and the external memory 20. Normally, the input interface 11, the error correction circuit 12, and the error detection circuit 13 operate in parallel, and access from each unit to the internal memory 17 or the external memory 20 is assigned by time division in units of one word. At this time, since the operation timing of the external memory control circuit 16 is not directly related to the read operation timing of the error correction circuit 12 or the error detection circuit 13, the CD-ROM data can be transferred to the external memory 20 at any timing. I / O is possible. Therefore, it is possible to transfer the CD-ROM data to the host computer without waiting for a gap between the operations of the error correction circuit 12 and the error detection circuit 13.

以上の実施の形態においては、記録媒体としてCDを用いるCD−ROMシステムを例示したが、記録媒体としては、DVD等のその他の媒体を用いるシステムにも採用することができる。   In the above embodiment, a CD-ROM system using a CD as a recording medium has been exemplified. However, the recording medium can also be adopted in a system using another medium such as a DVD.

本発明によれば、CD−ROMデコーダに内蔵した内部メモリに誤り訂正処理のためにCD−ROMデータを一時的に記憶するようにしたことで、外部メモリとCD−ROMデコーダとの間のCD−ROMデータの入出力の頻度を少なくすることができる。このため、ホストコンピュータ側へCD−ROMデータを転送する際、外部メモリからの読み出しタイミングの自由度が拡大され、結果的にCD−ROMデータの転送速度を高速化することができる。また、内部メモリが誤り訂正回路と同一の基板上に集積化されるため、内部メモリと誤り訂正回路との間のCD−ROMデータの入出力の速度を高速化できる。   According to the present invention, the CD-ROM data between the external memory and the CD-ROM decoder is temporarily stored in the internal memory built in the CD-ROM decoder for error correction processing. -The frequency of input / output of ROM data can be reduced. For this reason, when transferring CD-ROM data to the host computer side, the degree of freedom in reading timing from the external memory is expanded, and as a result, the transfer speed of CD-ROM data can be increased. Further, since the internal memory is integrated on the same substrate as the error correction circuit, the CD-ROM data input / output speed between the internal memory and the error correction circuit can be increased.

本発明の符号誤り訂正検出装置の構成を示すブロック図である。It is a block diagram which shows the structure of the code error correction detection apparatus of this invention. CD−ROMデータの流れを説明するタイミング図である。It is a timing diagram explaining the flow of CD-ROM data. 誤り訂正処理でのCD−ROMデータのアクセス順序を説明する図である。It is a figure explaining the access order of CD-ROM data in error correction processing. アドレス発生回路の構成例を示すブロック図である。It is a block diagram which shows the structural example of an address generation circuit. 内部メモリのアクセスの状態の一例を説明する模式図である。It is a schematic diagram explaining an example of the state of access of an internal memory. 外部メモリのアクセスの状態の一例を説明する模式図である。It is a schematic diagram explaining an example of the state of access of an external memory. CD−ROMシステムの構成を示すブロック図である。It is a block diagram which shows the structure of a CD-ROM system. ディスクから読み出されるデータのフォーマット図である。It is a format figure of the data read from a disk. CD−ROMデータのフォーマット図である。It is a format diagram of CD-ROM data.

符号の説明Explanation of symbols

1 ピックアップ部
2 ディスク
3 ピックアップ制御部
4 アナログ信号処理部
5 デジタル信号処理部
6 CD−ROMデコーダ
7 バッファRAM
8 制御マイコン
10 CD−ROMデコーダ
11 入力インタフェース
12 誤り訂正回路
13 誤り検出回路
14 出力インタフェース
15 内部メモリ制御回路
16 外部メモリ制御回路
17 内部メモリ
20 外部メモリ
DESCRIPTION OF SYMBOLS 1 Pickup part 2 Disc 3 Pickup control part 4 Analog signal processing part 5 Digital signal processing part 6 CD-ROM decoder 7 Buffer RAM
8 control microcomputer 10 CD-ROM decoder 11 input interface 12 error correction circuit 13 error detection circuit 14 output interface 15 internal memory control circuit 16 external memory control circuit 17 internal memory 20 external memory

Claims (3)

記録媒体から読み出される誤り訂正符号及び誤り検出符号を含むデジタルデータに対して、誤り訂正符号及び誤り検出符号に基づく処理を施し、処理済みのデジタルデータを出力する符号誤り訂正検出装置において、
記録媒体から読み出されたデジタルデータを取り込む入力インタフェースと、
外部メモリに接続され上記入力インタフェース回路に取り込まれる上記デジタルデータの上記外部メモリへの書き込みと上記外部メモリに記憶された上記デジタルデータの読み出しとを制御する外部メモリ制御回路と、
上記入力インタフェース回路に取り込まれる上記デジタルデータを記憶する内部メモリと、
内部メモリに対する書き込みアドレス信号及び読み出しアドレス信号を供給する内部メモリ用アドレス発生回路と、
上記内部メモリに記憶された上記デジタルデータを取り込み、上記誤り訂正符号に基づく訂正処理を施した後、上記内部メモリ及び上記外部メモリに記憶された上記デジタルデータの誤り箇所をそれぞれ書き換える訂正回路と、
上記訂正回路で誤り箇所が書き換えられて上記内部メモリに記憶された上記デジタルデータを取り込み、上記誤り検出符号に基づく検出処理を施す検出回路と、
上記外部メモリに記憶された上記デジタルデータを外部機器へ出力する出力インタフェースと、を備え、
上記内部メモリ用アドレス発生回路は、上記入力インタフェース回路に取り込まれる上記デジタルデータを上記内部メモリに記憶するアドレス信号を生成する第1のアドレス発生器と、訂正処理を施すために上記内部メモリに記憶された上記デジタルデータを取り込むアドレス信号を生成する第2のアドレス発生器と、
を備えたことを特徴とする符号誤り訂正検出装置。
In a code error correction detection apparatus that performs processing based on an error correction code and an error detection code on digital data including an error correction code and an error detection code read from a recording medium, and outputs processed digital data.
An input interface for capturing digital data read from a recording medium;
An external memory control circuit for controlling writing of the digital data to the external memory connected to the external memory and taking in the external interface and reading of the digital data stored in the external memory;
An internal memory for storing the digital data captured by the input interface circuit;
An internal memory address generation circuit for supplying a write address signal and a read address signal to the internal memory;
A correction circuit that captures the digital data stored in the internal memory, performs a correction process based on the error correction code, and then rewrites the error location of the digital data stored in the internal memory and the external memory, respectively.
A detection circuit that takes in the digital data stored in the internal memory after rewriting the error location in the correction circuit, and performs detection processing based on the error detection code;
An output interface for outputting the digital data stored in the external memory to an external device,
The internal memory address generation circuit stores a first address generator for generating an address signal for storing the digital data fetched by the input interface circuit in the internal memory, and stores the digital data in the internal memory for correction processing. A second address generator for generating an address signal for capturing the digital data generated;
A code error correction detection apparatus comprising:
請求項1に記載の符号誤り訂正検出装置において、上記内部メモリに接続され、上記入力インタフェースあるいは上記訂正回路から上記内部メモリへの上記デジタルデータの書き込み及び上記内部メモリから上記訂正回路あるいは上記検出回路への上記デジタルデータの読み出しを制御する内部メモリ制御回路をさらに備えたことを特徴とする符号誤り訂正検出装置。 2. The code error correction detection apparatus according to claim 1, wherein the digital data is written to the internal memory from the input interface or the correction circuit, and the correction circuit or the detection circuit is connected to the internal memory. A code error correction detection apparatus, further comprising an internal memory control circuit for controlling reading of the digital data to the memory. 請求項1に記載の符号誤り訂正検出装置において、外部メモリに対する書き込みアドレス信号及び読み出しアドレス信号を供給する外部メモリ用アドレス発生回路をさらに備え、上記外部メモリ用アドレス発生回路は、上記入力インタフェース回路に取り込まれる上記デジタルデータを上記外部メモリに記憶するアドレス信号を生成する第1のアドレス発生器と、一部の記憶領域を固有の順序で指定する外部機器へ出力するために上記外部メモリに記憶された上記デジタルデータを取り込むアドレス信号を生成する第2のアドレス発生器と、を有することを特徴とする符号誤り訂正検出装置。 2. The code error correction detection apparatus according to claim 1, further comprising an external memory address generation circuit for supplying a write address signal and a read address signal to an external memory, wherein the external memory address generation circuit is connected to the input interface circuit. A first address generator for generating an address signal for storing the captured digital data in the external memory, and an external device for storing a part of the storage area in a specific order are stored in the external memory. And a second address generator for generating an address signal for taking in the digital data .
JP2005218582A 2005-07-28 2005-07-28 Code error correction detection device Expired - Fee Related JP3995693B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005218582A JP3995693B2 (en) 2005-07-28 2005-07-28 Code error correction detection device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005218582A JP3995693B2 (en) 2005-07-28 2005-07-28 Code error correction detection device

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP9162794A Division JPH1116298A (en) 1997-06-19 1997-06-19 Code error correcting device

Publications (2)

Publication Number Publication Date
JP2006048910A JP2006048910A (en) 2006-02-16
JP3995693B2 true JP3995693B2 (en) 2007-10-24

Family

ID=36027254

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005218582A Expired - Fee Related JP3995693B2 (en) 2005-07-28 2005-07-28 Code error correction detection device

Country Status (1)

Country Link
JP (1) JP3995693B2 (en)

Also Published As

Publication number Publication date
JP2006048910A (en) 2006-02-16

Similar Documents

Publication Publication Date Title
US5818801A (en) Shockproof optical reproduction device
US6119260A (en) Decoder for executing error correction and error detection in parallel
US6243845B1 (en) Code error correcting and detecting apparatus
KR100373467B1 (en) Address generation circuit
JP3530388B2 (en) Code error correction device
US7127657B2 (en) System and method for processing digital data while buffering digital data in a buffer memory
JP3995693B2 (en) Code error correction detection device
JP4004102B2 (en) Code error correction detection device
JP2001291326A (en) Optical disk reproducing device and semiconductor integrated circuit used for the same
JPH1116298A (en) Code error correcting device
KR100398719B1 (en) Disk reproducer
KR100661381B1 (en) Error correction circuit, disk drive, error correction method, and method for reproducing a disk
JP3670758B2 (en) CD-ROM decoder
JP2854208B2 (en) CD-ROM decoder
JPH1186465A (en) Signal processor
TW425545B (en) Coding error correction detection device
JP3676189B2 (en) Shockproof control device
JP3628532B2 (en) Digital playback device
JP3454669B2 (en) CD-ROM decoder
JPH10154941A (en) Error correction circuit
JP2001307434A (en) Method and device for digital signal reproduction and semiconductor device used for the same
JP2006331486A (en) Memory control apparatus and memory control method
JPH0973709A (en) Disk reproducing device, data reproducing method and signal processing circuit
JPS63167482A (en) Magnetic recording and reproducing device
JP2001176214A (en) Error correcting method, error corrector utilizing it, and magnetic tape device

Legal Events

Date Code Title Description
RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20051227

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070417

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070530

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: 20070703

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070731

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100810

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100810

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100810

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110810

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120810

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130810

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees