JPS62252575A - Digital data recording/playback device - Google Patents

Digital data recording/playback device

Info

Publication number
JPS62252575A
JPS62252575A JP61095370A JP9537086A JPS62252575A JP S62252575 A JPS62252575 A JP S62252575A JP 61095370 A JP61095370 A JP 61095370A JP 9537086 A JP9537086 A JP 9537086A JP S62252575 A JPS62252575 A JP S62252575A
Authority
JP
Japan
Prior art keywords
random number
data
parallel
recording
word
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP61095370A
Other languages
Japanese (ja)
Inventor
Keiichi Ishida
景一 石田
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP61095370A priority Critical patent/JPS62252575A/en
Publication of JPS62252575A publication Critical patent/JPS62252575A/en
Pending legal-status Critical Current

Links

Landscapes

  • Signal Processing For Digital Recording And Reproducing (AREA)

Abstract

(57)【要約】本公報は電子出願前の出願データであるた
め要約のデータは記録されません。
(57) [Summary] This bulletin contains application data before electronic filing, so abstract data is not recorded.

Description

【発明の詳細な説明】 産業上の利用分野 本発明は、ディジタルデータの記録再生装置に関するも
のである。
DETAILED DESCRIPTION OF THE INVENTION Field of Industrial Application The present invention relates to a digital data recording and reproducing device.

従来の技術 従来のディジタルデータの記録再生装置の例としては、
V系列によって乱数化されたNRZ方式の磁気記録再生
装置があげられる。この従来例における記録装置のブロ
ック図を第4図に示す。同図において、41は並列デー
タの入力端子、42は記録ビットレートに等しい周波数
のクロック(以下、ビットクロックという)の入力端子
、43は直列変換されたデータとM系列をビットごとに
2を法として加える回路、44はnビットを1ワードと
する並列データを直列データに変換する回路、46は、
ピットクロックに同期してビット単位で乱数を発生させ
る乱数発生器、46は記録回路、47は記録ヘッドを表
わす。
Conventional technology Examples of conventional digital data recording and reproducing devices include:
An example is an NRZ type magnetic recording/reproducing device in which random numbers are generated using the V sequence. A block diagram of this conventional recording apparatus is shown in FIG. In the figure, 41 is an input terminal for parallel data, 42 is an input terminal for a clock with a frequency equal to the recording bit rate (hereinafter referred to as a bit clock), and 43 is a serially converted data and M series divided by 2 for each bit. 44 is a circuit for converting parallel data into serial data with n bits as one word; 46 is a circuit for converting parallel data into serial data;
A random number generator generates random numbers bit by bit in synchronization with the pit clock, 46 is a recording circuit, and 47 is a recording head.

入力端子41に入力されたnビット並列データは、並直
列変換器44に加えられ1ピット単位の直列データに変
換された後、2を法とする加算器43において、乱数発
生器46で発生した乱数列と加算され、記録回路46お
よび記録ヘッド47を通してNRZ方式で記録される。
The n-bit parallel data input to the input terminal 41 is applied to the parallel-to-serial converter 44 and converted into serial data in units of 1 pit. It is added to the random number sequence and recorded using the NRZ method through the recording circuit 46 and recording head 47.

このとき、乱数発生器46は、一般に線形帰還シフトレ
ジスタ回路によって構成され、その発生する乱数列はM
系列と呼ばれる系列である。
At this time, the random number generator 46 is generally constituted by a linear feedback shift register circuit, and the random number sequence generated by the random number generator 46 is M
This is a series called a series.

第5図に、1ワードを構成するピット数nを4とし、原
始多項式としてH(x)=x’+ x+ 1を用いた時
のM系列を発生する乱数発生回路の例を示す。同図で6
1はピットクロックの入力端子62〜66は、Dフリッ
プフロップ、66はKx−ORゲート、67は直列出力
端子である。ピットクロックに同期して、フリップフロ
ップ53〜66の値は、各々右へ1つシフトし、フリッ
プフロップ52の値はEx−ORゲート66によって帰
還される値になる。従って今、各フリップフロップの初
期値を右側から0.0,0.1とすると、これ以後のピ
ットクロックに同期して出力端子57に得られる系列は
、 0.0,0,1.0.0,1.1.0,1.0,1.1
.1 +1;”という周期16のM系列である。
FIG. 5 shows an example of a random number generation circuit that generates an M sequence when the number n of pits constituting one word is 4 and H(x)=x'+x+1 is used as the primitive polynomial. 6 in the same figure
1 is a pit clock input terminal 62 to 66 are D flip-flops, 66 is a Kx-OR gate, and 67 is a serial output terminal. In synchronization with the pit clock, the values of flip-flops 53-66 are each shifted one place to the right, and the value of flip-flop 52 becomes the value fed back by Ex-OR gate 66. Therefore, if the initial values of each flip-flop are set to 0.0, 0.1 from the right side, the series obtained at the output terminal 57 in synchronization with the pit clock thereafter will be 0.0, 0, 1.0, . 0,1.1.0,1.0,1.1
.. 1 + 1;'', which is an M sequence with a period of 16.

また、この従来例の2を法とする加算器43は1つのE
z−ORゲートによって構成される。
Further, the adder 43 modulo 2 of this conventional example has one E
It is composed of a z-OR gate.

以上に述べたように、この従来例の記録装置では、乱数
発生器46および加算器43がピットクロックだ同期し
て動作するため、高速素子を用いて回路を構成する必要
がある。
As described above, in this conventional recording apparatus, since the random number generator 46 and the adder 43 operate in synchronization with the pit clock, it is necessary to configure the circuit using high-speed elements.

次に、この従来例における再生装置のブロック図を第6
図に示す。同図で61は、再生ヘッド、62は再生回路
、63は直並列変換器、64は2を法とする加算器、e
5は乱数発生器、66は再生データの並列出力端子であ
る。
Next, the block diagram of the playback device in this conventional example is shown in the sixth section.
As shown in the figure. In the figure, 61 is a playback head, 62 is a playback circuit, 63 is a serial-to-parallel converter, 64 is a modulo-2 adder, e
5 is a random number generator, and 66 is a parallel output terminal for reproduced data.

再生ヘッド61で再生された信号は、再生回路62で、
クロック再生、二値化、ビット同期、ワード同期がとら
れ、直列に加算器64に加えられる。一方、再生回路6
2で再生されたピットクロッククに同期して動作する乱
数発生器66は、再生されたアドレス情報に従って記録
時と同じM系列を発生し、これを加算器64に送る。加
算器64においては、再生されたデータとM系列の2を
法とする加算をピットごとに行ない、記録側において、
乱数化される前のデータと同じデータが得られる。この
データを直並列変換器63に送り、nビットを1ワード
とする再生データが端子66に得られる。
The signal reproduced by the reproduction head 61 is transmitted to the reproduction circuit 62.
Clock recovery, binarization, bit synchronization, and word synchronization are performed, and the signals are serially applied to an adder 64. On the other hand, the reproduction circuit 6
The random number generator 66, which operates in synchronization with the pit clock reproduced in step 2, generates the same M sequence as at the time of recording according to the reproduced address information, and sends this to the adder 64. In the adder 64, the reproduced data and the M sequence are added modulo 2 for each pit, and on the recording side,
The same data as the data before randomization is obtained. This data is sent to a serial/parallel converter 63, and reproduced data with n bits as one word is obtained at a terminal 66.

従って、この従来例では再生装置においても、乱数発生
器66および加算器64が再生ピットクロックに同期し
て動作する必要があシ、ディジタルVTR等の高ビット
レートの記録再生を行なう装置では、KCL等の高速素
子を用いる必要がある。
Therefore, in this conventional example, even in the playback device, the random number generator 66 and the adder 64 must operate in synchronization with the playback pit clock. It is necessary to use high-speed elements such as

発明が解決しようとする問題点 上記のような構成では、記録ビットレートが上がった場
合、ピットクロックに同期して動作する回路33,34
.35に高速で動作する回路が必要となり、これらの回
路を構成する素子にも、ECL等の高速素子が必要にな
る。この高速素子は、一般に高価でありまた、消費電力
が大きい。
Problems to be Solved by the Invention In the above configuration, when the recording bit rate increases, the circuits 33 and 34 that operate in synchronization with the pit clock
.. 35 requires circuits that operate at high speed, and the elements constituting these circuits also require high-speed elements such as ECL. This high-speed element is generally expensive and consumes a large amount of power.

従って、上記のような構成では、装置が高価となシ消費
電力が大きくなるという欠点があった。
Therefore, the above configuration has disadvantages in that the device is expensive and consumes a large amount of power.

本発明はかかる点に鑑み、乱数化されたディジタルデー
タの記録再生を、高ビットレートにおいて低速素子を用
いて行ない得るディジタルデータの記録再生装置を提供
することを目的とする。
In view of the above, an object of the present invention is to provide a digital data recording and reproducing apparatus that can record and reproduce randomized digital data at a high bit rate using low-speed elements.

問題点を解決するだめの手段 本発明は、乱数データを、ワード単位で発生する乱数発
生器および、箭記乱数発生器で発生した乱数データとデ
ータワードを並列に加算する回路を有し、並列に乱数化
されたデータワードを並直列変換して記録、再生するこ
とを特徴とするディジタルデータの記録再生装置である
Means to Solve the Problem The present invention includes a random number generator that generates random number data in units of words, and a circuit that adds the random number data generated by the random number generator and the data word in parallel. The present invention is a digital data recording and reproducing apparatus characterized in that data words converted into random numbers are parallel-serial converted and recorded and reproduced.

作用 本発明によれば記録時には並直列変換を行なう前のデー
タワードに、並列に発生させた乱数データを加算するこ
とにより、加算器および乱数発生器は、ピットクロック
の周波数のn分の1(nは1ワードを構成するビット数
とする)の周波数を持つクロック(以下これをワードク
ロックという)に同期して動作すれば良く、従来例のよ
うな高速素子を必要としない。
According to the present invention, during recording, by adding random number data generated in parallel to a data word before performing parallel-to-serial conversion, the adder and the random number generator add 1/n of the frequency of the pit clock ( It suffices to operate in synchronization with a clock (hereinafter referred to as word clock) having a frequency of (n is the number of bits constituting one word), and does not require high-speed elements as in the conventional example.

また、再生時には、直並列変換を行なった後の再生デー
タワードに、並列に発生させた乱数データを加算するこ
とにより、記録時と同様に低速素子の使用が可能となる
、 従って、本発明によれば、従来例に較べてより高い記録
ビットレートによる記録再生をより低速の素子を用いて
実現することができる。
Furthermore, during playback, by adding random number data generated in parallel to the playback data word after serial-to-parallel conversion, it is possible to use low-speed elements in the same way as during recording. Accordingly, recording and reproduction at a higher recording bit rate than in the conventional example can be realized using slower elements.

実施例 以下に、本発明の一実施例として、ディジタルVTR等
の、ディジクルデータの磁気記録再生装置の例をあげて
説明する。
Embodiment Below, as an embodiment of the present invention, an example of a magnetic recording and reproducing apparatus for digital data, such as a digital VTR, will be described.

第1図は本実施例における記録装置のブロック図である
。同図で、11は並列データの入力端子、12はワード
クロックの入力端子、13はワードクロックに同期して
1ワ一ド単位の乱数を発生する乱数発生器、14は乱数
発生器13で発生した乱数と、データワードを加算する
加算器、15は乱数化されたデータワードを1ビツトず
つの直列データに変換する並直列変換器、16は記録回
路、17は記録ヘッドを表わす。
FIG. 1 is a block diagram of the recording apparatus in this embodiment. In the figure, 11 is an input terminal for parallel data, 12 is an input terminal for word clock, 13 is a random number generator that generates random numbers in units of 1 word in synchronization with the word clock, and 14 is generated by random number generator 13. 15 is a parallel-to-serial converter that converts the randomized data word into serial data of one bit at a time; 16 is a recording circuit; and 17 is a recording head.

入力端子11に入力された並列データは、乱数発生器1
3によって並列に発生した乱数と、加算器14において
並列に加算され、乱数化された後に、並直列変換器16
によって直列データに変換され、記録回路16、記録ヘ
ッド17を通して記録される。
The parallel data input to the input terminal 11 is sent to the random number generator 1.
After the random numbers generated in parallel by 3 and the adder 14 are added in parallel and converted into random numbers, the parallel to serial converter 16
The data is converted into serial data and recorded through a recording circuit 16 and a recording head 17.

ここで、1ワードを構成するビット数nを4とし、乱数
列として従来例と同様の証系列を発生する回路を乱数発
生器の例としてあげる。
Here, the number n of bits constituting one word is assumed to be 4, and a circuit that generates a signal sequence similar to the conventional example as a random number sequence will be taken as an example of a random number generator.

第2図は、本実施例において、前述のM系列をワードク
ロックに同期して発生する乱数発生器の一例を示す回路
図である。同図で、21oはワードクロックの入力端子
、21〜24は、D−フリップフロップ、25〜29は
IE!  ORゲート、211〜214は、並列出力端
子である。この回路では、4ビツトフリツプフロツプ2
1〜24の出力が!!−ORゲート2g〜29より成る
帰還回路を通して、各フリップフロップ21〜24に帰
還されており、端子210より供給されるワードクロッ
クに同期して、4ビツトを1ワードとするM系列が端子
211〜214に得られる。前述の従来例と同様に、各
7リツプフロツプの初期値を上から順に0.0,0.1
とすると、ワードクロックに同期して出力端子に得られ
る系列は、となり、前述の従来例と同一のM系列が、4
ビツトずつ区切った形で得られる。また2を法とする加
算器14は4つのEx−ORゲートを用いて乱数とデー
タワードの各対応するビットを加算することで得られる
。このようにして、乱数発生器13および加算器14を
構成することにより、乱数発生器13および加算器14
を構成する素子は。
FIG. 2 is a circuit diagram showing an example of a random number generator that generates the aforementioned M sequence in synchronization with a word clock in this embodiment. In the figure, 21o is a word clock input terminal, 21 to 24 are D-flip-flops, and 25 to 29 are IE! OR gates 211-214 are parallel output terminals. In this circuit, 4-bit flip-flop 2
Outputs from 1 to 24! ! - Feedback is fed back to each flip-flop 21-24 through a feedback circuit consisting of OR gates 2g-29, and in synchronization with the word clock supplied from terminal 210, an M sequence of 4 bits as one word is fed back to terminals 211-24. Obtained at 214. Similar to the conventional example described above, the initial values of each of the 7 lip-flops are set to 0.0, 0.1 from the top.
Then, the sequence obtained at the output terminal in synchronization with the word clock is, and the M sequence, which is the same as the conventional example described above, is 4.
It is obtained in bit-by-bit format. The modulo-2 adder 14 is also obtained by adding the random number and each corresponding bit of the data word using four Ex-OR gates. By configuring the random number generator 13 and the adder 14 in this way, the random number generator 13 and the adder 14
The elements that make up the.

ビットクロックの周波数の4分の1の周波数を持つワー
ドクロックにおいて動作する低速の素子が使えることに
なる。
This allows the use of slower devices that operate on a word clock that has a frequency that is one-fourth of the bit clock frequency.

次に、本実施例における再生装置のブロック図を第3図
に示す。同図で、31は再生ヘッド、32は再生回路、
33は直並列変換器、34は並列加算器、35は並列乱
数発生器、36は出力端子である。再生ヘッド31で再
生された信号は、再生回路32によって、クロック再生
、二値化、ビット同期、ワード同期が行なわれた後、直
並列変換器33でnビットごとの乱数化されたデータワ
ードとなる。一方、乱数発生器36は再生されたアドレ
ス情報に従ってnビットづつ並列に乱数を発生する。こ
れらの乱数化されたデータワードと、乱数を並列加算器
34で加算し、もとの乱数化される前のデータワードが
端子36に得られるOこのように、再生回路においても
、乱数発生器36および加算器34はワードクロックに
同期して動作するため、低速の素子を用いて構成するこ
とができる。
Next, FIG. 3 shows a block diagram of the reproducing apparatus in this embodiment. In the figure, 31 is a playback head, 32 is a playback circuit,
33 is a serial/parallel converter, 34 is a parallel adder, 35 is a parallel random number generator, and 36 is an output terminal. The signal reproduced by the reproduction head 31 is subjected to clock reproduction, binarization, bit synchronization, and word synchronization by the reproduction circuit 32, and then is converted into a data word that is converted into a random number every n bits by the serial/parallel converter 33. Become. On the other hand, the random number generator 36 generates random numbers n bits in parallel in accordance with the reproduced address information. These randomized data words and the random number are added by the parallel adder 34, and the original data word before being randomized is obtained at the terminal 36.In this way, the reproducing circuit also uses a random number generator. Since adder 36 and adder 34 operate in synchronization with the word clock, they can be configured using low-speed elements.

なお、本実施例では、記録再生装置を磁気記録再生装置
としたが、必ずしも磁気媒体である必要はない。またワ
ード長nは本実施例では4ビツトとしたが、これに限定
されるものではなく、例えば1ワード8ビツトなど任意
である。
In this embodiment, the recording and reproducing device is a magnetic recording and reproducing device, but it does not necessarily have to be a magnetic medium. Further, although the word length n is 4 bits in this embodiment, it is not limited to this, and may be arbitrary, such as 8 bits per word, for example.

発明の詳細 な説明したように、本発明によれば、高ビットレートの
記録再生装置において、低速素子を用いて構成する回路
部分を多くし、高速素子を用いる回路部分を減らすこと
ができ、高ビットレートによる記録再生を低速素子を用
いて実現することが可能となる。また、高速素子を用い
ないため、装置のコストおよび消費電力の低減も可能と
なる。
As described in detail, according to the present invention, in a high bit rate recording/reproducing device, it is possible to increase the number of circuit parts configured using low-speed elements and reduce the number of circuit parts configured using high-speed elements. It becomes possible to realize recording and reproduction at a bit rate using a low-speed element. Furthermore, since high-speed elements are not used, it is possible to reduce the cost and power consumption of the device.

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

第1図は本発明の一実施例におけるディジタルデータの
記録装置のブロック図、第2図は上記実施例における乱
数発生器の一例を示す回路図、第3図は、本発明の一実
施例におけるディジタルデータの再生装置のブロック図
、第4図は従来のディジタルデータの記鍮装置のブロッ
ク図、第5図は、上記従来例における乱数発生器の一例
を示す回路図、第6図は従来のディジタルデータの再生
装置のブロック図である。 14・・・・・・並列加算器、13・・・・・・ワード
単位の乱数発生器、21〜24・・・・・・D−フリッ
プ70ツブ、26〜29・・・・・・T!、x−ORゲ
ート、34・・・・・・並列加算器、36・・・・・・
ワード単位の乱数発生器、43・・・・・・直列加算器
、46・・・・・・ビット単位の乱数発生器、62〜6
6・・・・・・D−7リツプ70ツブ、56・・・・・
・E!−ORゲート。 代理人の氏名 弁理士 中 尾 敏 男 ほか1名第1
図 第2図 第 3 図 第5図
FIG. 1 is a block diagram of a digital data recording device in an embodiment of the present invention, FIG. 2 is a circuit diagram showing an example of a random number generator in the above embodiment, and FIG. 3 is a block diagram of a digital data recording device in an embodiment of the present invention. FIG. 4 is a block diagram of a conventional digital data recording device, FIG. 5 is a circuit diagram showing an example of the random number generator in the conventional example, and FIG. 6 is a block diagram of a conventional digital data recording device. FIG. 1 is a block diagram of a digital data reproducing device. 14...Parallel adder, 13...Random number generator in word units, 21-24...D-flip 70 tubes, 26-29...T ! , x-OR gate, 34...Parallel adder, 36...
Random number generator in word units, 43... Serial adder, 46... Random number generator in bit units, 62-6
6...D-7 Lip 70 Tsubu, 56...
・E! -OR gate. Name of agent: Patent attorney Toshio Nakao and 1 other person No. 1
Figure 2 Figure 3 Figure 5

Claims (1)

【特許請求の範囲】[Claims] ワード単位で並列に乱数を発生する乱数発生器と、この
乱数発生器により発生した乱数とデータワードを並列に
加える加算器を有するディジタルデータの記録再生装置
A digital data recording/reproducing device comprising a random number generator that generates random numbers in parallel in units of words, and an adder that adds the random numbers generated by the random number generator and data words in parallel.
JP61095370A 1986-04-24 1986-04-24 Digital data recording/playback device Pending JPS62252575A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61095370A JPS62252575A (en) 1986-04-24 1986-04-24 Digital data recording/playback device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61095370A JPS62252575A (en) 1986-04-24 1986-04-24 Digital data recording/playback device

Publications (1)

Publication Number Publication Date
JPS62252575A true JPS62252575A (en) 1987-11-04

Family

ID=14135741

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61095370A Pending JPS62252575A (en) 1986-04-24 1986-04-24 Digital data recording/playback device

Country Status (1)

Country Link
JP (1) JPS62252575A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63273272A (en) * 1987-05-01 1988-11-10 Canon Inc Modulation and demodulation systems, modulators and demodulators
JPH06195887A (en) * 1992-10-13 1994-07-15 Nec Corp Recording sign modulating device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5413732A (en) * 1977-07-01 1979-02-01 Canon Inc Light source device
JPS5612120A (en) * 1979-07-12 1981-02-06 Sony Corp Generating method for m sequence

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5413732A (en) * 1977-07-01 1979-02-01 Canon Inc Light source device
JPS5612120A (en) * 1979-07-12 1981-02-06 Sony Corp Generating method for m sequence

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63273272A (en) * 1987-05-01 1988-11-10 Canon Inc Modulation and demodulation systems, modulators and demodulators
JPH06195887A (en) * 1992-10-13 1994-07-15 Nec Corp Recording sign modulating device

Similar Documents

Publication Publication Date Title
US4387364A (en) Method and apparatus for reducing DC components in a digital information signal
KR860003574A (en) Method and apparatus for recording PCM signals
GB2105152A (en) Method and apparatus for processing binary data
JPH0714145B2 (en) Information conversion method
EP0557130B1 (en) Data conversion method and recording/reproducing apparatus using the same
JPS62252575A (en) Digital data recording/playback device
JP3368914B2 (en) Clock circuit and magnetic disk drive using the same
KR970010524B1 (en) Digital Modulation Method and Apparatus
JP3031920B2 (en) Multitrack digital magnetic recording device
USRE28330E (en) Self-clocking five bit record-playback ststem
JPS59888B2 (en) data encoder
JP2594314B2 (en) Data structure conversion method
JPS63254828A (en) Variable length code generator
JP2638432B2 (en) 1-7 Modulation data generation method
JPS62152272A (en) Image signal recording and reproducing device
JPS62146072A (en) Image data recording and reproducing device
JPS6043263A (en) Encoding and decoding system
JPH02305226A (en) Variable length code conversion device
JPH0695644B2 (en) Decoding device for run-length limited code
JPS62154823A (en) Control circuit for n-m conversion circuit in data recording device
JPH04302865A (en) Magnetic recording and reproducing device
JPH0936711A (en) Scramble signal generating circuit
JPS633391B2 (en)
JPS62137769A (en) Image data recording and reproducing device
JPS6043262A (en) Encoding and decoding system