JPH0997479A - Information recording device - Google Patents

Information recording device

Info

Publication number
JPH0997479A
JPH0997479A JP7254256A JP25425695A JPH0997479A JP H0997479 A JPH0997479 A JP H0997479A JP 7254256 A JP7254256 A JP 7254256A JP 25425695 A JP25425695 A JP 25425695A JP H0997479 A JPH0997479 A JP H0997479A
Authority
JP
Japan
Prior art keywords
data
information recording
violation code
recording
information
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.)
Withdrawn
Application number
JP7254256A
Other languages
Japanese (ja)
Inventor
Noriyuki Yamamoto
則行 山本
Ritsu Takeda
立 武田
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.)
Sony Corp
Original Assignee
Sony Corp
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 Sony Corp filed Critical Sony Corp
Priority to JP7254256A priority Critical patent/JPH0997479A/en
Publication of JPH0997479A publication Critical patent/JPH0997479A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Television Signal Processing For Recording (AREA)
  • Signal Processing For Digital Recording And Reproducing (AREA)

Abstract

PROBLEM TO BE SOLVED: To constitute a system optimum for a recording device of data such as a picture, sound, etc., having the feature of huge and indefinite length. SOLUTION: The lead of a data group which is an editing unit of the picture, sound, etc., is detected in a HDD(hard disk drive) 1, and just before that time, a violation code is added as a code having feature and recorded on a disk 10. At the time of data reproduction, the violation code added is detected in a track and the data group is accessed.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、磁気ディスク装
置、光磁気ディスク装置の如くデジタル情報記録再生シ
ステムとして構成される情報記録装置に関する技術分野
に属する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a technical field relating to an information recording device configured as a digital information recording / reproducing system such as a magnetic disk device and a magneto-optical disk device.

【0002】[0002]

【従来の技術】従来、デジタル信号の記録再生を行う情
報記録装置において記録されるデータは、ホストコンピ
ュータのOS(オペレーティング・システム)のファイ
ル管理機能によって制御されていた。すなわち、記録媒
体となるディスク上のデータの記録場所や空き領域など
は記録装置自身は関知せず、ホストコンピュータからコ
マンドと共に指定された場所に記録再生するようになさ
れる。
2. Description of the Related Art Conventionally, data recorded in an information recording device for recording and reproducing digital signals has been controlled by a file management function of an OS (operating system) of a host computer. In other words, the recording device itself does not know the recording location of data on the disc that is the recording medium, the free area, and the like, and recording / reproduction is performed at a location designated with the command from the host computer.

【0003】また、OSのうちでも広く使用されている
「MS-DOS」や「UNIX」においては、ディスク
の初期化(フォーマット)時に記録領域を固定サイズ
(512バイトあるいは1024バイトなど)のデータ
ブロックに分割し、このブロックを単位として記録及び
再生を行うようになされる。これを、固定サイズ分割法
と呼んでいる。
In addition, in "MS-DOS" and "UNIX" which are widely used among OSs, a data block of a fixed size (512 bytes or 1024 bytes, etc.) is set as a recording area when the disk is initialized (formatted). The recording / reproducing is performed by dividing this block into units. This is called the fixed size division method.

【0004】固定サイズ分割法は領域の利用効率の点と
ファイルの拡張柔軟性の点で優れている。
The fixed size division method is excellent in area utilization efficiency and file expansion flexibility.

【0005】固定サイズ分割法の場合、ディスク初期化
(フォーマット)時に各ブロックの先頭にブロック固有
の番号(セクターID)が書き込まれる。ホストコンピ
ュータはこのセクターIDを一続きの論理ブロック番号
として管理しており、データの記録再生時は、記録また
は再生すべきディスク上の位置は論理ブロック番号の形
でホストコンピュータから与えられる。
In the fixed size division method, a block-specific number (sector ID) is written at the beginning of each block during disk initialization (formatting). The host computer manages this sector ID as a series of logical block numbers, and when recording / reproducing data, the position on the disc to be recorded or reproduced is given from the host computer in the form of a logical block number.

【0006】セクターIDは、例えば、図3に示すよう
に、8ビットのセクター番号111、16ビットのトラ
ック番号112、8ビットの面番号113、16ビット
の誤り検査符号(CRC)114からなっている。
The sector ID comprises, for example, as shown in FIG. 3, an 8-bit sector number 111, a 16-bit track number 112, an 8-bit surface number 113, and a 16-bit error check code (CRC) 114. There is.

【0007】〔回路系〕通常の、磁気ディスク装置が用
いられるシステム構成例(OSが「MS-DOS」の場
合)は、図4に示すようなものである。
[Circuit System] An example of a system configuration in which a normal magnetic disk device is used (when the OS is “MS-DOS”) is as shown in FIG.

【0008】ホストコンピュータ上にはOS130以外
のソフトウェアとして、BIOS133、デバイスドラ
イバ132、論理フォーマットプログラム131がイン
ストールされる。
A BIOS 133, a device driver 132, and a logical format program 131 are installed as software other than the OS 130 on the host computer.

【0009】BIOS133はハードディスクのI/O
サービスを行うハードウェア依存部分をまとめたプログ
ラムである。
The BIOS 133 is a hard disk I / O
It is a program that summarizes the hardware-dependent parts that perform services.

【0010】デバイスドライバ132は、ハードディス
クをブロックデバイスとしてアクセスできるようにする
プログラムで、ファイルとディスク上の論理ブロックと
の対応付けを行う。
The device driver 132 is a program that allows a hard disk to be accessed as a block device, and associates a file with a logical block on the disk.

【0011】論理フォーマットプログラム131はディ
スクの初期化時、必要な初期化情報(セクターIDやフ
ァイル管理テーブルなど)を書き込むためのプログラム
である。
The logical format program 131 is a program for writing necessary initialization information (sector ID, file management table, etc.) when the disk is initialized.

【0012】このように、通常、ファイルの管理はホス
ト側で行われ、記録装置(HDD)101側はホストか
ら与えられた論理ブロック番号をディスク上の物理的位
置を表すセクターID番号に変換し、ディスク上の当該
位置への記録再生を行う。
As described above, normally, the file management is performed by the host side, and the recording device (HDD) 101 side converts the logical block number given from the host into the sector ID number representing the physical position on the disk. , Recording / reproducing is performed at the position on the disc.

【0013】HDC(ハードディスクコントローラ)1
03は、記録及び再生の動作を司る。ホストからの各種
命令やデータはHDC103経由で、MPU(マイクロ
プロセッサユニット)104に伝えられる。
HDC (Hard Disk Controller) 1
Reference numeral 03 controls recording and reproduction operations. Various commands and data from the host are transmitted to the MPU (microprocessor unit) 104 via the HDC 103.

【0014】MPU104は、そのファームウェアによ
って、HDC103内のコントロールレジスタにアクセ
スして、HDC103を制御し、さらに、バッファRA
M102、R/Wチャネル回路105、サーボ回路10
6、インターフェースバス108などを統括制御する。
The MPU 104 accesses the control register in the HDC 103 by its firmware to control the HDC 103, and further, the buffer RA
M102, R / W channel circuit 105, servo circuit 10
6 and controls the interface bus 108 and the like.

【0015】ホストコンピュータに対しては、インター
フェースのプロトコルにしたがって、コマンドを解釈
し、バッファRAM102をコントロールしながらデー
タのやり取りを行う。
With respect to the host computer, commands are interpreted according to the interface protocol, and data is exchanged while controlling the buffer RAM 102.

【0016】R/Wチャネル回路系105に対しては、
データの記録再生に必要な回路の内部レジスタに必要な
データを書き込み、コントロールする。
For the R / W channel circuit system 105,
Writes and controls the necessary data in the internal registers of the circuits required for data recording and reproduction.

【0017】サーボ回路106に対しては、記録或いは
再生すべきトラック番号を指定する。
A track number to be recorded or reproduced is designated for the servo circuit 106.

【0018】バッファRAM102 は、ホストと、デ
ィスク間のデータの送受信の媒介となり、データ転送ス
ピードの差を吸収する。
The buffer RAM 102 serves as a medium for transmitting and receiving data between the host and the disk, and absorbs the difference in data transfer speed.

【0019】〔フォーマット動作〕固定サイズ分割法に
おけるフォーマット動作を説明する。
[Format Operation] The format operation in the fixed size division method will be described.

【0020】ホストコンピュータからのフォーマット命
令により、まずMPU104がHDC103の内部コン
トロールレジスタ、および周辺回路の内部レジスタに必
要な値を書き込む。
In response to a format command from the host computer, the MPU 104 first writes necessary values in the internal control register of the HDC 103 and the internal registers of the peripheral circuits.

【0021】HDC103は、内部に様々なコントロー
ルレジスタを有し、それらのレジスタを介してMPU1
04との情報のやり取りを行う。それらコントロールレ
ジスタの中のいくつかはまとまって、記録/再生/フォ
ーマット動作シーケンスを記述するディスクシーケンサ
をなす。記録/再生/フォーマット動作は、ディスクシ
ーケンサの記述通りに行われる。ディスクシーケンサ
は、動作の種類(記録、再生、フォーマット)に応じて
必要な値がMPU104からセットされる。
The HDC 103 has various control registers inside, and the MPU 1 is connected via these registers.
Exchange information with 04. Some of these control registers together form a disk sequencer that describes the record / playback / format operation sequence. Recording / playback / formatting operations are performed as described by the disk sequencer. In the disk sequencer, necessary values are set by the MPU 104 according to the type of operation (recording, reproduction, format).

【0022】ホストコンピュータ上の論理フォーマット
プログラム131により与えられた論理ブロック番号
は、MPU104のファームウェアによってセクターI
D番号に変換されて、このディスクシーケンサにセット
される。
The logical block number given by the logical format program 131 on the host computer is the sector I by the firmware of the MPU 104.
It is converted into a D number and set in this disk sequencer.

【0023】通常、論理ブロック番号0がセクター番号
の面番号0、トラック番号0、セクター番号0に対応付
けられる。いま、このセクター番号を(0,0,0)と
表すことにする。
Normally, the logical block number 0 is associated with the surface number 0 of the sector number, the track number 0, and the sector number 0. Now, this sector number is represented as (0,0,0).

【0024】フォーマット時、各トラックは、例えば、
512バイト(Byte)単位(ブロックと呼ぶ)で分
割され、各ブロック先頭にセクターIDが記録されてい
く。例えば、ディスク上に設けられたホームインデック
スの再生信号後のブロック先頭に(0,0,0)が記録
され、以降、セクター番号をインクリメントしながら、
記録されていく。
At the time of formatting, each track is, for example,
It is divided in units of 512 bytes (called a block), and the sector ID is recorded at the beginning of each block. For example, (0, 0, 0) is recorded at the beginning of the block after the reproduction signal of the home index provided on the disc, and thereafter, while incrementing the sector number,
It will be recorded.

【0025】1トラックが終了すると、MPU104は
サーボ回路106に次のトラック番号を指定する。その
値に基づき、サーボ回路106が公知の方法により制御
信号を生成し、VCM(ボイスコイルモータ)107を
駆動して、上記ディスクに対向された磁気ヘッド110
を所望トラックの中心に位置決めした後、(0,1,
0)から、上述の通りセクターIDが記録される。
When one track is completed, the MPU 104 specifies the next track number to the servo circuit 106. Based on the value, the servo circuit 106 generates a control signal by a known method, drives the VCM (voice coil motor) 107, and the magnetic head 110 facing the disk.
After positioning the center of the desired track, (0, 1,
From 0), the sector ID is recorded as described above.

【0026】ディスクの第1面が終了すると、MPU1
04はR/Wチャネル回路105にヘッド番号を指定
し、アクティブなヘッドの切り替えが行われる。サーボ
回路106により再び第0トラック(1,0,0)か
ら、上述の通りセクターIDが記録されていく。
When the first side of the disk is finished, MPU1
In 04, the head number is designated to the R / W channel circuit 105, and the active head is switched. The servo circuit 106 records the sector ID again from the 0th track (1, 0, 0) as described above.

【0027】また、これらの動作と平行して、ディスク
上にファイル管理用テーブルが作成される(「MS-D
OS」では、「FAT」と呼ばれる)。
In parallel with these operations, a file management table is created on the disk ("MS-D
"OS" is called "FAT").

【0028】〔データ記録/再生動作〕基本的な記録/
再生時の回路系動作は広く知られているものである。
[Data Recording / Reproducing Operation] Basic Recording /
The circuit system operation at the time of reproduction is widely known.

【0029】すなわち、上記ホストからの記録/再生命
令により、まずMPU104がHDC103の内部コン
トロールレジスタ、および周辺回路の内部レジスタに必
要な値を書き込む。
That is, in response to a recording / reproducing command from the host, the MPU 104 first writes necessary values in the internal control register of the HDC 103 and the internal registers of the peripheral circuits.

【0030】サーボ系においては、同じく論理ブロック
番号から変換されたトラック番号に基づき、サーボ回路
106が制御信号を生成し、VCM(ボイスコイルモー
タ)107を駆動して、磁気ヘッド110を所望トラッ
クの中心に位置決めする。
In the servo system, the servo circuit 106 also generates a control signal based on the track number converted from the logical block number, drives the VCM (voice coil motor) 107, and drives the magnetic head 110 to a desired track. Position in the center.

【0031】ホストから与えられた論理ブロック番号
は、MPU104のファームウェアによってセクターI
D番号に変換されて、HDC103のディスクシーケン
サにセットされる。
The logical block number given by the host is the sector I by the firmware of the MPU 104.
It is converted into a D number and set in the disk sequencer of the HDC 103.

【0032】HDC103は、R/Wチャネル回路10
5から入力されるデータとディスクシーケンサにセット
された所望のセクターID番号とを比較し、これらが合
致すると、そのセクターへの記録再生動作にうつる。
The HDC 103 includes an R / W channel circuit 10
The data input from 5 is compared with the desired sector ID number set in the disk sequencer, and if they match, the recording / reproducing operation for the sector is started.

【0033】[0033]

【発明が解決しようとする課題】上述したような、従来
のデジタル信号の記録再生を行う情報記録装置において
は、以下のような問題点がある。
The above-described conventional information recording apparatus for recording / reproducing a digital signal has the following problems.

【0034】例えばビデオHDDとして、画像・音声な
どのデータを記録再生する場合、一つのファイルが非常
に大きいサイズとなる。例えば、動き補償予測符号化方
式であるいわゆる「MPEG方式」により圧縮されたデ
ータの最小編集単位(「GOP」)でさえ、平均3メガ
ビット(Mbit)程度の大きさであり、小型のディス
クドライブでは数トラックにまたがることになる。
For example, when a video HDD is used to record and reproduce data such as images and sounds, one file has a very large size. For example, even a minimum editing unit (“GOP”) of data compressed by a so-called “MPEG method” which is a motion compensation predictive coding method has an average size of about 3 megabits (Mbit), and a small disk drive. It will span several tracks.

【0035】また、一つのファイルの長さは不定であ
る。
The length of one file is indefinite.

【0036】さらに、ホストは、コンピュータではな
く、一般のテレビジョン(TV)装置などのオーディオ
・ビジュアル(AV)機器であることが想定される。こ
の場合、ホストがセクターID番号などの管理機能を有
さないこととなる。
Further, it is assumed that the host is not a computer but an audio-visual (AV) device such as a general television (TV) device. In this case, the host does not have a management function such as the sector ID number.

【0037】このような状況では、通常のコンピュータ
データ向けのファイルシステムは非常に冗長なものとな
る。その上、現状のコンピュータ用記録装置を使用する
には、専用のファイルシステムをホスト(TV装置等)
内に設ける必要があり、コストの上昇を招く。
In such a situation, the file system for ordinary computer data becomes very redundant. Moreover, in order to use the current recording devices for computers, a dedicated file system is used as a host (TV device, etc.)
It needs to be installed inside, which causes an increase in cost.

【0038】[0038]

【課題を解決するための手段】上述の課題を解決するた
め、本発明は、画像音声などの編集単位であるデータグ
ループの先頭を検出し、その直前に特徴あるコードとし
てバイオレーションコードを付加して記録することとし
た。データ再生時は、トラック内で付加したバイオレー
ションコードを検出し、データグループにアクセスする
こととする。
In order to solve the above-mentioned problems, the present invention detects the beginning of a data group which is an editing unit of video and audio and adds a violation code as a characteristic code immediately before that. I decided to record it. During data reproduction, the violation code added in the track is detected and the data group is accessed.

【0039】すなわち、本発明に係る情報記録装置は、
ホストから入力される1データグループの先頭または終
了を検出する検出手段と、この検出手段の出力信号に基
づいて上記データグループの直前または直後に所定のバ
イオレーションコードを付加しこのバイオレーションコ
ードを付加したデータを記録データとして出力するコン
トローラとを備えている。
That is, the information recording apparatus according to the present invention is
Detection means for detecting the beginning or end of one data group input from the host, and a predetermined violation code is added immediately before or after the data group based on the output signal of this detection means, and this violation code is added. And a controller that outputs the recorded data as recording data.

【0040】上記の構成によれば、長大で不定長という
特徴を有する画像音声などのデータの記録装置として最
適なシステムを構成することができる。
According to the above configuration, it is possible to configure an optimum system as a recording device for data such as video / audio having a characteristic of long and indefinite length.

【0041】また、ホスト側にファイルシステムを設け
る必要がなくなり、記録装置側で閉じた管理ができるた
め、移植性に優れる。記録装置側での管理は、コンピュ
ータ用の複雑なファイル管理を行わないため、ファイル
管理用メモリー領域が小さくなり、コストの上昇を抑え
ることができる。
Further, since it is not necessary to provide a file system on the host side and the management can be closed on the recording device side, portability is excellent. Since the management on the recording device side does not perform complicated file management for the computer, the memory area for file management becomes small and the cost increase can be suppressed.

【0042】[0042]

【実施の形態】[Embodiment]

〔実施の形態1〕 〔本発明に用いられるシステムの構成〕以下、本発明に
特徴的な磁気ディスク装置を用いたシステム構成やその
動作を説明する。
[Embodiment 1] [Configuration of system used in the present invention] Hereinafter, a system configuration using a magnetic disk device characteristic of the present invention and its operation will be described.

【0043】以下の説明では、動き補償予測符号化方式
である画像音声圧縮方式の例として、いわゆる「MPE
G」方式を考える。
In the following description, the so-called "MPE" is used as an example of the video / audio compression method which is the motion compensation predictive coding method.
Consider the "G" method.

【0044】「MPEG」方式では、符号化は前後の画
像データをもとにして作られるため、1画面だけでは完
結した情報とはならない。ランダムアクセスや、中途編
集などを可能にするための方法として、何枚かの画面デ
ータをひとまとまりとして扱えるようになされる。この
単位は「GOP」と呼ばれる。そして、「GOP」にア
クセスするために、「GOP」先頭にシーケンスヘッダ
と呼ばれる情報領域が設けられる。このシーケンスヘッ
ダ部には、画面フォーマットなどを指定する情報が含ま
れる。さらに、シーケンスヘッダ部の先頭には、シーケ
ンスヘッダコードと呼ばれる特徴ある(ユニークな)開
始コードが付加される。シーケンスヘッダコードとして
は、000001B3hという 4バイト(Byte)
分のコードが指定されている。
In the "MPEG" system, the encoding is made based on the image data before and after, so that the information is not completed with only one screen. As a method for enabling random access and halfway editing, some screen data can be handled as a group. This unit is called "GOP". In order to access the "GOP", an information area called a sequence header is provided at the beginning of the "GOP". This sequence header part includes information designating a screen format and the like. Furthermore, a characteristic (unique) start code called a sequence header code is added to the beginning of the sequence header section. The sequence header code is 4 bytes (Byte) 000001B3h.
The minute code is specified.

【0045】本発明に係る情報記録装置の構成例とし
て、図1に示すように、TV(テレビジョン)セット9
に内蔵されたHDD(ハードディスクドライブ)システ
ムの構成例を示す。
As an example of the configuration of the information recording apparatus according to the present invention, as shown in FIG. 1, a TV (television) set 9 is provided.
1 shows an example of the configuration of an HDD (hard disk drive) system built in the HDD.

【0046】TVセット9内には、HDD1、MPEG
エンコーダー(動き補償予測符号化器)20、MPEG
デコーダー(動き補償予測復号化器)21が内蔵されて
いる。
In the TV set 9, HDD 1, MPEG
Encoder (Motion Compensation Predictive Encoder) 20, MPEG
A decoder (motion compensation predictive decoder) 21 is built in.

【0047】TVセット9への映像入力、音声入力はそ
れぞれ、スイッチ22及びスイッチ23により、記録装
置と接続または非接続の状態が選ばれる。スイッチ2
2、及びスイッチ23の接続状態には以下の〔表1〕の
関係が成り立つようになされる。
The video input and the audio input to the TV set 9 are selected by the switch 22 and the switch 23, respectively, in the connected or disconnected state with the recording device. Switch 2
2 and the connection state of the switch 23 satisfy the following relationship in [Table 1].

【0048】[0048]

【表1】 [Table 1]

【0049】上記〔表1〕において、状態1のときはT
Vセット9への映像および音声入力はそのまま映像信号
として復調されブラウン管に、また音声信号としてスピ
ーカーに出力される。この場合は通常のTV受像器と同
様のシステムとなる。
In the above [Table 1], in the case of state 1, T
The video and audio inputs to the V set 9 are demodulated as video signals as they are and output to the cathode ray tube and to the speaker as audio signals. In this case, the system is the same as a normal TV receiver.

【0050】上記〔表1〕において、状態2のときはT
Vセット9への映像および音声入力はそのまま映像信号
として復調されブラウン管に、また音声信号としてスピ
ーカーに出力されると共に、MPEGエンコーダー20
を通り、「MPEG」方式の圧縮データにエンコードさ
れて、内蔵HDD1に入力され、記録される。
In the above [Table 1], in the case of state 2, T
The video and audio inputs to the V set 9 are demodulated as video signals as they are to the cathode ray tube and output as audio signals to the speaker, and the MPEG encoder 20
Then, the data is encoded into compressed data of the “MPEG” system, input to the built-in HDD 1, and recorded.

【0051】上記〔表1〕において、状態3のときはT
Vセット9への映像および音声入力はMPEGエンコー
ダー20を通り、「MPEG」方式の圧縮データにエン
コードされて、内蔵しているHDD1に入力され、記録
媒体となるディスクに記録されるとともに、以前に記録
されたデータが上記HDD1から再生され、MPEGデ
コーダ21に送られ、デコードされたデータが映像、音
声信号として出力される。
In the above [Table 1], in the case of state 3, T
Video and audio input to the V set 9 passes through the MPEG encoder 20, is encoded into compressed data of the "MPEG" system, is input to the built-in HDD 1, and is recorded on a disk serving as a recording medium. The recorded data is reproduced from the HDD 1 and sent to the MPEG decoder 21, and the decoded data is output as video and audio signals.

【0052】HDD1に記録が行われる場合(状態2あ
るいは3)の、信号の流れを説明する。
A signal flow when recording is performed on the HDD 1 (state 2 or 3) will be described.

【0053】MPU(マイクロプロセッサユニット)
4、HDC(ハードディスクコントローラ)3、バッフ
ァRAM2,及びR/Wチャネル5、サーボ回路系6な
どの機能は、以下の点を除いて上述した従来の情報記録
装置におけるものと同様のものである。
MPU (microprocessor unit)
4, the HDC (hard disk controller) 3, the buffer RAM 2, the R / W channel 5, the servo circuit system 6 and the like have the same functions as those in the conventional information recording apparatus described above except for the following points.

【0054】HDC3は、通常の機能の他に、「GO
P」のシーケンスヘッダ検出、バイオレーションコード
付加機能を有する。
The HDC 3 has "GO" in addition to its normal function.
It has the function of detecting the sequence header of "P" and adding a violation code.

【0055】また、MPU4は、通常の機能の他に、簡
単なトラック単位のファイル管理機能を有する。
In addition to the normal function, the MPU 4 has a simple track-unit file management function.

【0056】〔データ記録/再生動作〕基本的な記録/
再生時の回路系動作は広く知られているものである。
[Data Recording / Reproducing Operation] Basic Recording /
The circuit system operation at the time of reproduction is widely known.

【0057】すなわち、MPU4は、自身が持つファイ
ル管理機能により、アクセスすべきトラック番号を得
る。ホストからの記録命令により、まずMPU4が、H
DC3の内部コントロールレジスタ、および周辺回路の
内部レジスタに必要な値を書き込む。
That is, the MPU 4 obtains the track number to be accessed by its own file management function. In response to a recording command from the host, the MPU4 first sets H
The necessary values are written in the internal control register of DC3 and the internal registers of the peripheral circuits.

【0058】サーボ系においては、MPU4からセット
されたトラック番号に応じてサーボ回路6が、制御信号
を生成し、VCM(ボイスコイルモータ)7を駆動し
て、磁気ヘッド10を上記ディスク上の所望トラックの
中心に位置決めする。
In the servo system, the servo circuit 6 generates a control signal according to the track number set by the MPU 4 and drives the VCM (voice coil motor) 7 to drive the magnetic head 10 to the desired position on the disk. Position in the center of the track.

【0059】R/Wチャネル5においては、上記ディス
ク上に一周に一つ設けられた回転原点を示すホームイン
デックスパタンを検出し、HDC3に伝える。
In the R / W channel 5, a home index pattern, which indicates the origin of rotation provided on the disk one by one, is detected and transmitted to the HDC 3.

【0060】〔HDC内部の動作〕このTVセット9に
内蔵されたHDD1のHDC3の内部の構成は、図2に
示されるものである。
[Internal Operation of HDC] The internal configuration of the HDC 3 of the HDD 1 incorporated in the TV set 9 is shown in FIG.

【0061】〔データ記録時〕ホストI/O部にはホス
トI/Fコントローラ11が設けられ、ホストからの信
号がコマンドか記録すべきデータかを判断する。ホスト
からの信号がコマンドである場合、この信号を内部バス
を通してMPUI/Fコントローラ16によりMPU4
に伝える。ホストからの信号が記録データである場合
は、この信号を検出手段となるヘッダ検出部12に送
る。
[During Data Recording] The host I / O unit is provided with the host I / F controller 11 and determines whether the signal from the host is a command or data to be recorded. When the signal from the host is a command, this signal is sent to the MPU4 by the MPU I / F controller 16 through the internal bus.
Tell. When the signal from the host is the recording data, this signal is sent to the header detecting unit 12 which is a detecting means.

【0062】ヘッダ検出部12はホストから入力された
データ列から特定の「GOP」のヘッダコードを検出す
る。その検出結果はバッファコントローラ13に伝えら
れる。
The header detector 12 detects a specific "GOP" header code from the data string input from the host. The detection result is transmitted to the buffer controller 13.

【0063】バッファコントローラ13は、データ記録
時、ヘッダ検出部12からのヘッダ検出信号を受けたと
き、ヘッダコード以降のデータの書き込み開始バッファ
アドレスを記録する。この書き込み開始バッファアドレ
スを、ヘッダアドレスと呼ぶことにする。
When receiving the header detection signal from the header detection section 12 during data recording, the buffer controller 13 records the write start buffer address of the data after the header code. This write start buffer address will be called a header address.

【0064】一方、ディスクコントローラ15はディス
クI/Fから入力される特定の信号(ホームインデック
ス検出信号など)により、ディスクへの書き込み開始位
置を判断し、先にバッファコントローラ13が記録した
開始バッファアドレスから以降のデータをディスクI/
Fに送る。その際、ヘッダコードの前に特定の特徴ある
バイオレーションコードを付加して出力する。
On the other hand, the disk controller 15 determines the write start position on the disk by a specific signal (home index detection signal, etc.) input from the disk I / F, and the start buffer address previously recorded by the buffer controller 13 is determined. To the data from the disk I /
Send to F. At that time, a violation code having a specific characteristic is added before the header code and output.

【0065】バイオレーションコードは、記録再生動作
に先立ち、MPUファームウェアによってディスクシー
ケンサのスタート位置にセットされる。
The violation code is set at the start position of the disk sequencer by the MPU firmware before the recording / reproducing operation.

【0066】バッファ内のヘッダアドレスから次のヘッ
ダアドレス−1までデータを出力すると、再びバイオレ
ーションコードを出力する動作に移り、次のヘッダアド
レスからデータを出力する。
When data is output from the header address in the buffer to the next header address -1, the operation of outputting the violation code is resumed, and the data is output from the next header address.

【0067】連続して「GOP」を記録する場合には、
この動作が繰り返される。
When recording "GOP" continuously,
This operation is repeated.

【0068】〔データ再生時〕ディスクコントローラ1
5は、再生動作に先だってシーケンサーマップにセット
されたバイオレーションコードと入力されるデータとを
比較し、比較が合致すると、以降のデータをバイオレー
ションコード検出部(V.C.検出部)14に送る。
[When playing data] Disk controller 1
Reference numeral 5 compares the violation code set in the sequencer map with the input data prior to the reproduction operation, and if the comparison matches, the subsequent data is sent to the violation code detection section (VC detection section) 14. send.

【0069】バイオレーションコード検出部14はディ
スクI/Fからディスクコントローラを経て入力された
データ列から特定のバイオレーションコードを検出し、
これを削除して、バイオレーションコード検出信号、お
よび以降のデータをバッファコントローラ13に送る。
The violation code detector 14 detects a specific violation code from the data string input from the disk I / F via the disk controller,
This is deleted and the violation code detection signal and subsequent data are sent to the buffer controller 13.

【0070】バッファコントローラ13は、再生開始
時、書き込み開始バッファアドレスを記録する。また、
バイオレーションコード検出部14からのバイオレーシ
ョンコード検出信号を受けたとき、直後のデータの書き
込み開始バッファアドレスを記録する。
The buffer controller 13 records the write start buffer address at the start of reproduction. Also,
When the violation code detection signal from the violation code detection unit 14 is received, the write start buffer address of the immediately following data is recorded.

【0071】これらにより、ホストからの「GOP」先
頭へのアクセスを容易にする。
These facilitate the access to the head of the "GOP" from the host.

【0072】〔実施の形態2〕この実施の形態では、シ
ーケンスヘッダに対応してバイオレーションコードを付
加するだけでなく、「GOP」終了に対応する上記コー
ドとは別のバイオレーションコードを記録する。この場
合、HDC3のディスクコントローラ15内の、シーケ
ンサーマップにおいて先頭に開始用バイオレーションコ
ードをセットし、最後に終了用バイオレーションコード
をセットする。
[Embodiment 2] In this embodiment, not only a violation code is added corresponding to a sequence header, but also a violation code different from the above code corresponding to the end of "GOP" is recorded. . In this case, the start violation code is set at the beginning and the end violation code is set at the end in the sequencer map in the disk controller 15 of the HDC 3.

【0073】データ記録時は、上述した実施の形態1と
同様にバイオレーションコードとヘッダアドレス以降の
データを出力する。バッファコントローラ13により、
次のヘッダアドレス−1のアドレスになると、シーケン
サマップ上で終了用バイオレーションコード出力のシー
ケンスに移るようになされる。
At the time of data recording, the data after the violation code and the header address are output as in the first embodiment. With the buffer controller 13,
When the address of the next header address-1 is reached, the sequence for shifting the end violation code is moved on the sequencer map.

【0074】この後、再び先頭に戻り、開始用バイオレ
ーションコードの出力シーケンスとなり、上述の通りを
繰り返すことで、連続した「GOP」の記録がなされ
る。
After that, the process returns to the beginning again, and becomes the output sequence of the start violation code. By repeating the above, continuous "GOP" is recorded.

【0075】データ再生時は、開始用バイオレーション
コードから終了用バイオレーションコードまでを繰り返
し再生する。
At the time of data reproduction, the reproduction from the start violation code to the end violation code is repeated.

【0076】この場合、「GOP」毎に開始用バイオレ
ーションコードを探し、それ以降のデータを再生するた
め、バイオレーションコード検出部14は必要なくな
る。
In this case, since the starting violation code is searched for each "GOP" and the data after that is reproduced, the violation code detecting section 14 is not necessary.

【0077】「GOP」を物理的に連続して記録する必
要がなくなり、「GOP」単位での編集が可能となる。
It is not necessary to record the "GOP" physically continuously, and it is possible to edit in "GOP" units.

【0078】〔その他の実施の形態〕HDC3のヘッダ
検出部、およびバイオレーションコード検出部は、この
HDC3に内蔵されたものではなく、いわゆる「外付
け」のものとして構成しても良い。
[Other Embodiments] The header detection portion and the violation code detection portion of the HDC 3 may be configured as so-called “external” instead of being built in the HDC 3.

【0079】また、バイオレーションコードは1つに限
らない。「GOP」用の他に記録開始(ファイル先頭)
用、記録終了(ファイル終了)用、さらにポイント用が
あってもよい。
The number of violation codes is not limited to one. Start recording (beginning of file) in addition to "GOP"
, Recording end (file end), and point.

【0080】また、「GOP」へはMPU4のファイル
管理機構によってアクセスするようになされていたが、
連続してデータを読み続け、「GOP」を検出し、その
数をカウントすることによってアクセスするようにして
もよい。
Further, although "GOP" is accessed by the file management mechanism of MPU4,
The data may be accessed by continuously reading the data, detecting the “GOP”, and counting the number.

【0081】また、これまで述べてきた実施の形態は、
磁気ディスク装置を想定していたが、本発明に係る情報
記録装置は、光磁気ディスク装置として構成しても良
い。
Further, the embodiments described so far are
Although the magnetic disk device is assumed, the information recording device according to the present invention may be configured as a magneto-optical disk device.

【0082】[0082]

【発明の効果】以上説明したように、本発明によれば、
長大で不定長という特徴を有する画像音声などのデータ
の記録装置として最適な情報記録装置を構成できる。
As described above, according to the present invention,
It is possible to configure an optimum information recording device as a recording device for data such as image and sound having a long and indefinite length.

【0083】また、ホスト側に、ファイルシステムを設
ける必要がなくなり、記録装置側で閉じた管理ができる
ため、移植性に優れる。記録装置側での管理は、コンピ
ュータ用の複雑なファイル管理を行わないため、ファイ
ル管理用メモリー領域が小さくなり、コストの上昇を抑
えることができる。
Further, since it is not necessary to provide a file system on the host side and the recording apparatus side can perform closed management, portability is excellent. Since the management on the recording device side does not perform complicated file management for the computer, the memory area for file management becomes small and the cost increase can be suppressed.

【0084】本発明により、ディスクを記録媒体として
使用するディスク型記録再生装置であって、(ヘッダ検
出)デジタル情報記録装置において、画像音声情報など
不定長データの記録再生を容易にすることを目的に、デ
ータグループの先頭を検出し、その直前にバイオレーシ
ョンコードを付加して記録するようになすことで、画像
音声情報記録に最適な情報記録装置を構成することがで
きる。
According to the present invention, which is a disc type recording / reproducing apparatus using a disc as a recording medium, it is an object to facilitate recording / reproducing of indefinite length data such as image / audio information in a (header detection) digital information recording apparatus. In addition, by detecting the beginning of the data group and adding the violation code immediately before the detection, the information recording apparatus optimal for recording the audiovisual information can be configured.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の〔実施の形態1〕におけるTVセット
内の回路構成を説明するブロック図である。
FIG. 1 is a block diagram illustrating a circuit configuration in a TV set according to a first embodiment of the present invention.

【図2】図1のTVセットに内蔵されたハードディスク
ドライブ(HDD)のハードディスクコントローラ(H
DC)の構成を説明するブロック図である。
2 is a hard disk controller (H) of a hard disk drive (HDD) built in the TV set of FIG.
It is a block diagram explaining the composition of DC).

【図3】従来の磁気ディスクのセクターID領域を説明
する模式図である。
FIG. 3 is a schematic diagram illustrating a sector ID area of a conventional magnetic disk.

【図4】従来の磁気ディスク装置を用いるシステムの構
成を示すブロック図である。
FIG. 4 is a block diagram showing a configuration of a system using a conventional magnetic disk device.

【符号の説明】[Explanation of symbols]

1 HDD(ハードディスクドライブ) 2 バッファRAM 3 HDC(ハードディスクコントローラ) 4 MPU(マイクロプロセッサユニット) 5 R/Wチャネル回路 6 サーボ回路 7 VCM(ボイスコイルモータ) 10 磁気ヘッド 11 ホストI/Fコントローラ 12 ヘッダ検出部 13 バッファコントローラ 14 バイオレーションコード検出部 15 ディスクコントローラ 16 MPU I/Fコントローラ 17 ディスクECCコントローラ 20 MPEGエンコーダ 21 MPEGデコーダ 22 スイッチ 23 スイッチ 1 HDD (hard disk drive) 2 Buffer RAM 3 HDC (hard disk controller) 4 MPU (microprocessor unit) 5 R / W channel circuit 6 Servo circuit 7 VCM (voice coil motor) 10 Magnetic head 11 Host I / F controller 12 Header detection Part 13 Buffer Controller 14 Violation Code Detecting Part 15 Disk Controller 16 MPU I / F Controller 17 Disk ECC Controller 20 MPEG Encoder 21 MPEG Decoder 22 Switch 23 Switch

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 ホストから入力される1データグループ
の先頭または終了を検出する検出手段と、 上記検出手段の出力信号に基づいて上記データグループ
の直前または直後に所定のバイオレーションコードを付
加し、このバイオレーションコードを付加したデータを
記録データとして出力するコントローラとを備えた情報
記録装置。
1. A detection means for detecting the beginning or end of one data group input from a host, and a predetermined violation code is added immediately before or after the data group based on an output signal of the detection means, An information recording device comprising: a controller that outputs the data to which the violation code is added as recording data.
【請求項2】 ホストから入力される1データグループ
の先頭を検出する先頭検出手段と、 上記先頭検出手段の出力信号に基づいて上記データグル
ープの直前に所定のバイオレーションコードを付加し、
このバイオレーションコードを付加したデータを記録デ
ータとして出力するコントローラとを備えた情報記録装
置。
2. A head detecting means for detecting the head of one data group input from a host, and a predetermined violation code is added immediately before the data group based on an output signal of the head detecting means,
An information recording device comprising: a controller that outputs the data to which the violation code is added as recording data.
【請求項3】 ディスク状記録媒体に記録されたバイオ
レーションコードを検出するバイオレーションコード検
出手段を備えた請求項1記載の情報記録装置。
3. The information recording apparatus according to claim 1, further comprising a violation code detecting means for detecting a violation code recorded on a disk-shaped recording medium.
【請求項4】 バイオレーションコードを計数するバイ
オレーションコード計数手段を備え、 上記バイオレーションコード計数手段が計数した値によ
ってデータグループにアクセスすることとなされた請求
項1記載の情報記録装置。
4. The information recording apparatus according to claim 1, further comprising violation code counting means for counting violation codes, wherein the information group is accessed by the value counted by the violation code counting means.
【請求項5】 記録媒体に対して記録再生する情報が、
圧縮画像、あるいは、音声データであることとなされた
請求項1記載の情報記録装置。
5. Information recorded and reproduced on a recording medium comprises:
The information recording apparatus according to claim 1, wherein the information recording apparatus is a compressed image or audio data.
【請求項6】 記録媒体に対して記録再生する情報が、
動き補償予測符号化方式で圧縮されたデータであること
を特徴とする請求項5記載の情報記録装置。
6. Information recorded and reproduced on a recording medium comprises:
The information recording apparatus according to claim 5, wherein the data is data compressed by a motion compensation predictive coding method.
【請求項7】 動き補償予測符号化データにおけるシー
ケンスヘッダを1データグループの先頭とすることとな
された請求項6記載の情報記録装置。
7. The information recording apparatus according to claim 6, wherein the sequence header in the motion compensation predictive coded data is set to the head of one data group.
【請求項8】 記録媒体が磁気ディスクであって、この
磁気ディスクへの情報の記録再生を磁気ヘッドにより行
うこととなされた請求項7記載の情報記録装置。
8. The information recording apparatus according to claim 7, wherein the recording medium is a magnetic disk, and recording / reproducing of information to / from this magnetic disk is performed by a magnetic head.
JP7254256A 1995-09-29 1995-09-29 Information recording device Withdrawn JPH0997479A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7254256A JPH0997479A (en) 1995-09-29 1995-09-29 Information recording device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7254256A JPH0997479A (en) 1995-09-29 1995-09-29 Information recording device

Publications (1)

Publication Number Publication Date
JPH0997479A true JPH0997479A (en) 1997-04-08

Family

ID=17262458

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7254256A Withdrawn JPH0997479A (en) 1995-09-29 1995-09-29 Information recording device

Country Status (1)

Country Link
JP (1) JPH0997479A (en)

Similar Documents

Publication Publication Date Title
USRE40044E1 (en) Data recording apparatus and method, data reproducing apparatus and method, data recording/reproducing apparatus and method, and transmission medium
JP3867447B2 (en) Disc type data recording / reproducing apparatus and information processing system equipped with disc type data recording / reproducing apparatus
JPS60254463A (en) Recording/reproducing system of digital data
JP2003032617A (en) Data record reproducing device and method therefor
EP0777229B1 (en) Recording and/or reproducing apparatus and methods
US6697958B1 (en) Method and apparatus for driving a recording medium, method and system for recording and reproducing information, and information supplying medium
JP4196491B2 (en) Disk drive device, video camera device, and data processing method in disk drive device
US5940358A (en) CD-R recording circuit with formatter to increase rate of generating control signals
JPH11154377A (en) Data recording device and its method, data reproducing device and its method
JPH08279976A (en) Disk recording and reproducing device
JPH0997479A (en) Information recording device
JP2000276856A (en) Device and method for recording data and device and method for reproducing data
JP3651788B2 (en) Method and apparatus for implementing stream links in audio / image disc media
JP3975586B2 (en) Recording / reproducing apparatus and method, and program recording medium
JP2000276857A (en) Data recording device, data recording method, data reproducing device and data reproducing method
JP3436818B2 (en) Computer system and video playback method
JP2000293944A (en) Data recorder and data recording method, data reproducing device and data reproducing method, and recording medium
JPH11250592A (en) Information recording and/or reproducing device, and its method
JP2000311469A (en) Disk controller and disk device using the same
JPH08195031A (en) Hard disk device
JP3458584B2 (en) Video data recording device and reproduction device, and video data recording method and reproduction method
JPH08235752A (en) Disk recording/reproducing device
JP3335586B2 (en) Digital information editing system
JP3292018B2 (en) Digital recording and playback device
JPH09128155A (en) File managing method and disk type recording and reproducing device

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20021203