JPS6079393A - Matrix multiplication circuit for graphic display - Google Patents

Matrix multiplication circuit for graphic display

Info

Publication number
JPS6079393A
JPS6079393A JP58188017A JP18801783A JPS6079393A JP S6079393 A JPS6079393 A JP S6079393A JP 58188017 A JP58188017 A JP 58188017A JP 18801783 A JP18801783 A JP 18801783A JP S6079393 A JPS6079393 A JP S6079393A
Authority
JP
Japan
Prior art keywords
matrix
multiplier
data
multiplication
bits
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP58188017A
Other languages
Japanese (ja)
Other versions
JPH0252302B2 (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.)
Seiko Instruments Inc
Original Assignee
Seiko Instruments Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Seiko Instruments Inc filed Critical Seiko Instruments Inc
Priority to JP58188017A priority Critical patent/JPS6079393A/en
Priority to GB08411337A priority patent/GB2141847B/en
Priority to US06/607,420 priority patent/US4719588A/en
Publication of JPS6079393A publication Critical patent/JPS6079393A/en
Publication of JPH0252302B2 publication Critical patent/JPH0252302B2/ja
Granted legal-status Critical Current

Links

Landscapes

  • Controls And Circuits For Display Device (AREA)
  • Complex Calculations (AREA)
  • Image Processing (AREA)

Abstract

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

Description

【発明の詳細な説明】 (技術分野) 本発明は、グラフィックディスプレイに適したマトリッ
クス演算回路に関する。
TECHNICAL FIELD The present invention relates to a matrix arithmetic circuit suitable for graphic displays.

(従来技術) グラフィックディスプレイは、第1図に示したようにホ
ストコンピュータAから転送されてきた図形データをキ
ーボード等の入力機器Bからの指令に応じてマトリック
ス乗算回路Cにより図形の拡大、縮小、回転、透視変換
、平行移動のための演算を行ない、クリップ回路りで表
示領域からはみだしていないことを検定し、ウィンド・
ビューボート変換により表示画面上の座標値に変換して
直線発生回路Eにより座標点間を補間するデータを発生
させて画像メモリFに格納した後、ブラウン管Gに表示
する装置である。
(Prior Art) As shown in FIG. 1, a graphic display uses a matrix multiplier circuit C to enlarge, reduce, and enlarge graphic data transferred from a host computer A using a matrix multiplication circuit C in response to commands from an input device B such as a keyboard. Performs calculations for rotation, perspective transformation, and parallel translation, verifies that the clipping circuit does not protrude from the display area, and displays the window.
This is a device that converts data into coordinate values on a display screen using viewport conversion, generates data for interpolating between coordinate points using a straight line generation circuit E, stores the generated data in an image memory F, and then displays the data on a cathode ray tube G.

この装置において、第2図に示したように図形Klから
図形に2に変換する場合には1回転と平行移動のための
変換を行なう必要がある。
In this apparatus, when converting from figure Kl to figure 2 as shown in FIG. 2, it is necessary to perform conversion for one rotation and parallel movement.

すなわち、回転変換マトリックスをR1平行移動変換マ
トリックスをPとするとアフィン変換、つまり = [x、:’ 、 y;’ 、 、+ 、lコなるマ
トリックス演算を図形に1を構成する各座標点vO1V
1、V2のそれぞれについて行なう。
That is, if the rotation transformation matrix is R1 and the translation transformation matrix is P, then affine transformation, that is, = [x,:', y;', , +, l matrix operations are performed on each coordinate point vO1V that constitutes 1 in the figure.
1 and V2 respectively.

この演算は、先ず回転変換マトリックスRと平行移動変
換マトリックスPとの掛算、っまりR×Pを行なって変
換マトリックスWをめ、次にこの変換マトリックスWと
座標データ[x i 、 y i、zi、l] との掛
算を行なうという手順により実行される。
This calculation first multiplies the rotation transformation matrix R and the translation transformation matrix P, or R×P, to obtain the transformation matrix W, and then this transformation matrix W and the coordinate data [x i , y i , zi , l].

ところで、通常、回転変換マトリックスR及び貼11移
動変換マトリックスPは、そのデータ長が64ビツトで
あるため、前述の第1の演算過程では64ビツト×64
ビツトの乗算を行なってその解をディジット処理により
64ビツトに短縮し、トであるため、第2の演算工程で
は64ビツト×32ビツトの乗算を行なうことになる。
By the way, normally, the data length of the rotation transformation matrix R and the pasting 11 movement transformation matrix P is 64 bits, so in the first calculation process described above, the data length is 64 bits x 64 bits.
Bit multiplication is performed and the solution is shortened to 64 bits by digit processing, and since it is a bit, a 64 bit x 32 bit multiplication is performed in the second calculation step.

従来、これらの演算は、64ビツトのシリアル乗算器よ
り行なっていたので、変換マトリックスWと座標データ
(x、y、z、1)との掛算には、座標データの上位に
32ビツト分の零を付加することにより64ビツトのデ
ータに延長して被乗数と乗数とのデータ長を揃え、64
ビット同士のデータとして掛算を行なうようにしていた
Conventionally, these operations were performed using a 64-bit serial multiplier, so in order to multiply the transformation matrix W by the coordinate data (x, y, z, 1), 32 bits of zeros were added to the upper part of the coordinate data. By adding , the data is extended to 64 bits and the data length of the multiplicand and the multiplier are made equal, and 64 bits are added.
Multiplication was performed as data between bits.

このため、それぞれの有効データ長が32ビツトと64
ビツトの乗算、つまり取扱いデータ長が96ビツトにも
かかわらず、1回の演算に128個のシフトクロックを
使用し、32ビツトものクロックを余分に必要として演
算回数が多い変換マトリックスWと座標データとの演算
に無駄時間が生じ、高速処理のさまたげになるという問
題があった。
Therefore, the respective effective data lengths are 32 bits and 64 bits.
Bit multiplication, in other words, even though the data length to be handled is 96 bits, 128 shift clocks are used for one operation, and an extra 32 bits of clocks are required, resulting in a large number of operations between the conversion matrix W and coordinate data. There was a problem that wasted time was generated in the calculation, which hindered high-speed processing.

(目的) 本発明は、このような問題に鑑み、被乗数のビット長に
応じてシリアル乗算器のビー、ト構成を変更することに
より、座標データと変換マトリックスデータとの演算時
間を短縮し、もって画像データを高速度で処理すること
ができるマトリックス乗算回路を提供することを目的と
する。
(Objective) In view of such problems, the present invention shortens the calculation time for coordinate data and transformation matrix data by changing the beat configuration of the serial multiplier according to the bit length of the multiplicand. An object of the present invention is to provide a matrix multiplication circuit that can process image data at high speed.

(構X&、) そこで、以下に本発明の詳細を図示した実施例に基づい
て説明する。
(Structure

第3図は、本発明の一実施例を示す装置のブロック図で
あって、図中符号lは、16個のマトリックス要素Un
 ・・・・U4+を格納するマトリックス格納メモリで
、カウンタ2からのクロック信号に対応してマトリック
スの各要素U11 パ・−U@ を最下イウビットから
シリアル形式により同時に出力するように構成されてい
る。A、Bは、それぞれ組を形成する本発明の特徴部分
をなす乗算回路で、各組は、マルチプレクサコントロー
ラ3からの信りよりカスケードに接続したり、独立に使
用することができる後述する4(INのシリアル乗算器
5a乃至5d、及び5e乃至5h、51乃至5文、5m
乃至5pとそれぞれの出力を加算する加算器4a、4b
及び4C14dからなる2個のグループから構成されて
いる。
FIG. 3 is a block diagram of an apparatus showing an embodiment of the present invention, in which reference symbol l represents 16 matrix elements Un.
...A matrix storage memory that stores U4+, and is configured to output each element U11 of the matrix simultaneously in serial format starting from the lowest bit in response to the clock signal from counter 2. . A and B are multiplication circuits forming a set, which are characteristic parts of the present invention, and each set can be connected in cascade based on the input from the multiplexer controller 3, or can be used independently. IN serial multipliers 5a to 5d, 5e to 5h, 51 to 5, 5m
Adders 4a and 4b that add the respective outputs to 5p to 5p
and 4C14d.

第4図(a)、(b)は、それぞれ上述の各組A、Hの
乗算回路の一実施例を示す装置のブロック図であって、
図中符号5a乃至5h、及び51乃至5Pは、それぞれ
カスケード入力端子にとシリアル形式の入力端子Y及び
シリアル出力端子Sを持った32ビツト構成のシリアル
乗算器で、それぞれのカスケード入力端子Kには2入力
端子、1セレクト信号入力端子、1出力端子を持つ第1
のマルチプレクサ6a乃至6pが、またシリアル形式入
力端子Yには2入力端子、1セレクト信号入力端子、l
出力端子を持つ第2のマルチプレクサ7a乃至7pが接
続されている。この第1のマルチプレクサは、その一方
の入力端9が接地され、他方の入力″端子が同じ組の他
方のグループの出力端子が接続して2つの乗算器をカス
ケ−1・接続可能にして64ビツトの被乗数を扱うこと
ができるように接続し、また第2のマルチプレクサにお
いては第1の組Aではマトリックス格納メモリ1からの
第1列Uu ・・・・LJ++と第2列のマトリックス
の各要素UIZ・・・・U4Lが、また第2の組Bでは
第3列U13・・・・U43と第4列U14・・・・U
@の各要素マトリックスが入力し、各組毎にいずれが一
方の列のマトリックス要素を選択して出力するように構
成されている。8は、シフトカウンタで、クロック信号
源からのクロック信号とデータバス9からのシフト回数
設定信号と、後述するアントゲ−1−10からの信号が
入力し、スタート信号入力後にシフト回数設定信号が入
力すると、設定された個数のクロック信号を出力するま
でイネーブルイ、j号を出力するように構成されている
。1oは+11ノ述したアントゲ−1・で、シフトカウ
ンタ8がらのイネーブル信号が出方されている期間だけ
シフトクロックを出力するように構成さている。なお、
図中符号11a乃5i 11 dは、それぞれ加算器4
a乃至4dがらの出力を一時格納する64ビツト構成の
シフI・レジスタを示している。
FIGS. 4(a) and 4(b) are block diagrams of a device showing an embodiment of the multiplication circuits of the above-mentioned sets A and H, respectively,
Reference symbols 5a to 5h and 51 to 5P in the figure are 32-bit serial multipliers each having a cascade input terminal, a serial format input terminal Y, and a serial output terminal S. The first one has 2 input terminals, 1 select signal input terminal, and 1 output terminal.
multiplexers 6a to 6p, and the serial format input terminal Y has 2 input terminals, 1 select signal input terminal, and l
Second multiplexers 7a to 7p having output terminals are connected. This first multiplexer has one input terminal 9 grounded and the other input terminal connected to the output terminals of the other group of the same set, so that the two multipliers can be connected in cascade 64. In the second multiplexer, in the first set A, the first column Uu...LJ++ from the matrix storage memory 1 and each element of the matrix in the second column are connected so that a bit multiplicand can be handled. UIZ...U4L, and in the second group B, the third column U13...U43 and the fourth column U14...U
Each element matrix of @ is input, and for each set, one of the matrix elements in one column is selected and output. 8 is a shift counter to which a clock signal from a clock signal source, a shift number setting signal from a data bus 9, and a signal from an ant game 1-10, which will be described later, are input, and a shift number setting signal is input after inputting a start signal. Then, the device is configured to output Enable I and No. J until the set number of clock signals are output. Reference numeral 1o is the analog game 1 described above, which is configured to output a shift clock only during the period when the enable signal from the shift counter 8 is output. In addition,
Reference symbols 11a to 5i 11d in the figure represent adders 4, respectively.
This shows a 64-bit shift I register that temporarily stores the outputs from a to 4d.

次に、このように構成した装置の動作を図形に1から図
形に2(第2図)に変換する場合を例に採り、第5図及
び第6図に示したタイミング図に基づいて説明する。
Next, the operation of the device configured in this way will be explained based on the timing diagrams shown in FIGS. 5 and 6, taking as an example the case of converting from graphic 1 to graphic 2 (FIG. 2). .

前述したように、図形変換に先立って変換マトリックス
同士の乗算、っまり64ピツ)X64ビツトの乗算を行
なう。
As described above, prior to graphic conversion, multiplication between conversion matrices, 64 bits x 64 bits, is performed.

そこで、ロード命令を実行すると(第5図)、データバ
ス9を介して回転変換マトリックスHの半分のデータが
出力し、第1組Aの第1のグループGlには第1行を構
成する要素の上位32ビツト、つまり乗算器5aには第
1行第1列の要素Ruの上位32ビツト、乗算器5bに
は第1行第2列の要素RIZが、乗算器5dには第1イ
)第4列の要素R1+が置数され、また第2のグループ
G2には第1行を構成する要素R+1・・・・Rt4の
 下位32ビツトがそれぞれ被乗数として置数される。
Therefore, when the load instruction is executed (FIG. 5), half of the data of the rotation transformation matrix H is output via the data bus 9, and the first group Gl of the first set A is filled with the elements constituting the first row. In other words, the multiplier 5a has the upper 32 bits of the element Ru in the first row and the first column, the multiplier 5b has the element RIZ in the first row and the second column, and the multiplier 5d has the element Ru in the first row. The element R1+ in the fourth column is placed as a multiplicand, and the lower 32 bits of the elements R+1, .

他方、第2紹Bの第1のグループG3の各乗算器51・
・・・5KLには第1行をi成する要素RB ・・・・
R1今の上位32ビツトが、また第2のグループG4に
は第1行を構成する要素R+1・・・・R14の下位3
2ヒントが置数される。このロードが終了した時点で、
マルチプレクサコントロー−)3を作動して第1組Aの
第1グループG1のマルチプレクサ6a〜6d及び7a
〜7dにより端子Aを、第2グループのマルチプレクサ
6e〜6h及び7e〜7hにより端子Bを、また第2組
第1グループG3のマルチプレクサ61〜6文及び71
〜7文により端子Aを、第2グループG4のマルチプレ
クサ6m〜6p及び7m〜7pにより端子Bを選択する
On the other hand, each multiplier 51 of the first group G3 of the second introduction B
...5KL has the element RB that forms the first row.
R1 contains the current upper 32 bits, and the second group G4 contains the lower 3 of the elements R+1...R14 that make up the first row.
2 hints are placed. When this loading is finished,
multiplexer controller) 3 to operate the multiplexers 6a to 6d and 7a of the first group G1 of the first set A.
~7d connects terminal A, second group multiplexers 6e~6h and 7e~7h connect terminal B, and second group first group G3 multiplexers 61~6 and 71
-7 sentences select terminal A, and multiplexers 6m-6p and 7m-7p of the second group G4 select terminal B.

すなわち、第7図(a)に示したように各組の第1グル
ープと第2グループの乗算器をカスケードに接続し、6
4ビ、I・の乗算器を形成して64ヒントのデータを被
乗数として置数する。この時をで、カウンタ2を介して
マトリックス格納メモリlにクロックパルスを入力する
と、第1組Aの乗3’il器5a〜5hには、平行移動
変換マトリックスPの第1列の要素、つまりカスケード
接続された乗算器5aと5eにはpHを、・・・・乗算
器5dと5hにはP4+が最下位ビットから同時に出力
され、シフトクロックパルスに同期して乗算器5eから
R11X Fil 、乗算器5fからRIZ X PZ
I ・・・・、乗算器5hからR14X P41が出力
され、加算器4bから変換マトリックスWの第1行第1
列の要素R++ ” P11+ R12・PZI +R
13・PB+ ” R+4” P41か出力する。また
第2紹Bには第3列の要素、つまり乗算器51と5mに
はPI3・・・・・・・、乗算器5文と5pにはP今3
が最下位ビットから同時に出力され、加算器4dから第
1行第3列の要素RII 11 PI3 + RIL 
争 Pz3 + R13II P33 + R)今 I
I P43が出力する。これらの各出力は、それぞれの
加算器4b、4dに接続されたシフトレジスタllb、
lidによりディジット処理を受けて所定のビット、例
えば上位64ビツトに丸められてマトリックス格納メモ
リ1に格納される。次に全ての乗算器5a乃至5pに接
続する第2のマルチプレクサ7a乃至7pを切換え、第
7図(b)に示したように第1組Aには平行移動変換マ
トリックスPの第2列が、また第2紹Bには第4列の各
要素を乗数として出力し、同様に演算を行なう。
That is, as shown in FIG. 7(a), the first group and second group of multipliers in each set are connected in cascade, and 6
A 4-bi, I-multiplier is formed and data of 64 hints is set as a multiplicand. At this time, when a clock pulse is input to the matrix storage memory l via the counter 2, the first set A multipliers 5a to 5h contain the elements of the first column of the translation transformation matrix P, that is, pH is output to the cascade-connected multipliers 5a and 5e, P4+ is simultaneously output from the least significant bit to the multipliers 5d and 5h, and R11X Fil is output from the multiplier 5e in synchronization with the shift clock pulse. RIZ X PZ from vessel 5f
I..., R14X P41 is output from the multiplier 5h, and the first row, first
Column element R++ ” P11+ R12・PZI +R
13・PB+ "R+4" Output P41. Also, in the second introduction B, the elements of the third column, that is, PI3 for multipliers 51 and 5m, and P3 for multiplier 5 and 5p.
are simultaneously output from the least significant bit, and the elements RII 11 PI3 + RIL in the first row and third column are output from the adder 4d.
Conflict Pz3 + R13II P33 + R) Now I
IP43 outputs. Each of these outputs is connected to a shift register llb connected to each adder 4b, 4d,
The data is subjected to digit processing by lid, rounded to predetermined bits, for example, the upper 64 bits, and stored in the matrix storage memory 1. Next, the second multiplexers 7a to 7p connected to all the multipliers 5a to 5p are switched, and as shown in FIG. Further, in the second introduction B, each element in the fourth column is output as a multiplier, and the same calculation is performed.

このようにして平行移動変換マトリックスの行要素を換
えなから」二連の演算過程を8回繰換えずことにより変
換マトリックスWの全ての要素の演算が終rし、これが
マトリックス格納メモリ1に格納される。
In this way, the row elements of the parallel translation transformation matrix are changed.By repeating the two series of calculation processes 8 times, the calculation of all the elements of the transformation matrix W is completed, and this is stored in the matrix storage memory 1. be done.

変換マトリックWがメモリに格納された時点て、マルチ
プレクサコントローラ3を作動して全ての第1、及び第
2のマルチプレクサ6a乃至6P及び7a乃至7pによ
り端子Aを選択し、第8図に示したように各乗算器のカ
スケード端子Kを接地して独立した32ビ・ントの乗算
器を形成し、同時に第1組Aの第1グループG1の各乗
算′a5 a乃至5dには変換マトリックスWの第1行
の要素Wll乃至W+4を、第2グループG2には第2
行の要素W、l乃至Wz4を、また第2組Bの各グルー
プG3、G4にはそれぞれ第3行、第4行の要素W?1
〜Wハ、 w4.−W4%を入力可能な状態に形成する
。この時点でロード命令を実行すると(第6図)、各グ
ループの第1の乗算器5a。
Once the conversion matrix W is stored in the memory, the multiplexer controller 3 is operated to select the terminal A by all the first and second multiplexers 6a to 6P and 7a to 7p, as shown in FIG. The cascade terminal K of each multiplier is grounded to form an independent 32-bit multiplier, and at the same time, each multiplication 'a5 a to 5d of the first group G1 of the first set A is The elements Wll to W+4 in one row are placed in the second group G2.
The elements W, l to Wz4 in the rows, and the elements W? in the third and fourth rows in the groups G3 and G4 of the second set B, respectively. 1
~W Ha, w4. - Create a state where W4% can be input. If a load instruction is executed at this point (FIG. 6), the first multiplier 5a of each group.

5e、5i、5mにはX座標データが、第2の乗算器5
b、5f、5’j、5nにはy座標データが、第3の乗
算器5C15g、5に、5oには2座標データが、第4
の乗算器5d、5h、5文、5Pにはlが置数される。
5e, 5i, and 5m have X coordinate data, and the second multiplier 5
b, 5f, 5'j, 5n have y-coordinate data, third multiplier 5C15g, 5, 5o has 2-coordinate data, fourth
1 is placed in the multipliers 5d, 5h, 5p, and 5p.

このような状jlXにおいてカウンタ2を介してクロッ
クパルスをマトリックス格納メモリlに入力すると、マ
トリックス要素が最下位ビットから乗算器5a乃至5p
に出力し、変換マトリックスWと座標データとのビット
長に相当する96クロツク目に加算器4a乃至4dから
1つの座標点についてのデータ[X。
In such a state jlX, when a clock pulse is input to the matrix storage memory l via the counter 2, the matrix elements are input from the least significant bit to the multipliers 5a to 5p.
Data about one coordinate point [X] is output from adders 4a to 4d at the 96th clock corresponding to the bit length of the transformation matrix W and the coordinate data.

y、z、1]が出力する。このようにして各点vO1v
1・・・・の座標データを乗算器5a乃至5Pに次々に
置数して変換マトリックスWとの乗算を行なうことによ
り無駄時間を生じることなくアフィン変換することがで
きる。
y, z, 1] is output. In this way, each point vO1v
Affine transformation can be performed without wasting time by sequentially inputting the coordinate data of 1, .

(効果) 以上説明したように本発明によれば、2つの乗算器を対
にし、これを被乗数のデータ長に応じてカスケード接続
で作動したり、独立で作動するようにしたので、データ
長の短い演算に余分なりロックを必要とすることがなく
、アフィン変換において大部分の演算回数を占める変換
マトリックと座標データとの乗算を速い速度により行な
うことができて、グラフィックディスプレイで最も重要
な描画速度を向上することができる。
(Effects) As explained above, according to the present invention, two multipliers are paired and can operate in a cascade connection or independently depending on the data length of the multiplicand. It does not require any extra locks for short calculations, and the multiplication between the transformation matrix and coordinate data, which accounts for most of the calculations in affine transformation, can be performed at high speed, which is the most important drawing speed for graphic displays. can be improved.

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

第1図は、グラフィックディスプレイの一例を示す装置
のブロック図、第2図は、図形変換の一例を示す説明図
、第3図は、本発明の一実施例を小す装−置のプロ・ン
ク図、第4図a、bは、それぞれ同上装置の乗算回路の
一実施例を示すブロック図、t55図及び第6図は、同
上装置の動作を示すタイミング図、第7図a、b及び第
8図は、それぞれ同上装置との接続形1d:iを示す説
明図である。 出願人 セイコー電子工業株式会社 代理人 J「埋土 西 川 慶 治 回 木 村 勝 彦 第7図(Cl) 第7図Cb)
FIG. 1 is a block diagram of a device showing an example of a graphic display, FIG. 2 is an explanatory diagram showing an example of graphic conversion, and FIG. 3 is a block diagram of a device showing an example of graphic display. Figures 4a and 4b are block diagrams showing one embodiment of the multiplication circuit of the above device, Figures 55 and 6 are timing diagrams showing the operation of the same device, and Figures 7a, b and FIG. 8 is an explanatory diagram showing connection types 1d:i with the above device, respectively. Applicant Seiko Electronics Co., Ltd. Agent J “Built-in earth Keiji Nishikawa Katsuhiko Kimura Figure 7 (Cl) Figure 7 Cb)

Claims (1)

【特許請求の範囲】[Claims] データバスを介して被乗数が置数され、乗数を1トント
ずつシリアルに入力して掛算を行なうシリアル乗算手段
、乗数を格納してシリアルに読出すマI・リンクス格納
手段、及びtiiJ記乗立手段からの出力を加算してマ
トリックスデータに変換する加算手段とを備えたマトリ
ックス乗算回路において、[10記シリアル乗算手段を
座標データのピッI・長とするとともに、変換マトリッ
クス同士の乗算111、Hには対を形成してカスケード
に接続し、また変換マトリックスと座標データとの乗算
時には個々を独立させるシノリ換え手段を備えたことを
特徴とするグラフィックティスプレィ用マトリック7乗
9回路。
A serial multiplication means in which a multiplicand is inputted via a data bus, serially inputting the multiplier one by one and performing multiplication, a multilinks storage means for storing and serially reading out the multiplier, and a multiplier for storing and serially reading out the multiplier. In a matrix multiplication circuit equipped with an addition means for adding the outputs from and converting them into matrix data, [No. 10 Serial multiplication means is set to the pitch I/length of the coordinate data, and the multiplication 111, H between the conversion matrices is performed. A matrix 7 power 9 circuit for a graphic display, characterized in that the matrix 7-9 circuits are connected in pairs to form a cascade, and are provided with synchronization means for making each one independent when multiplying a transformation matrix and coordinate data.
JP58188017A 1983-05-06 1983-10-07 Matrix multiplication circuit for graphic display Granted JPS6079393A (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP58188017A JPS6079393A (en) 1983-10-07 1983-10-07 Matrix multiplication circuit for graphic display
GB08411337A GB2141847B (en) 1983-05-06 1984-05-03 Matrix multiplication apparatus for graphic display
US06/607,420 US4719588A (en) 1983-05-06 1984-05-07 Matrix multiplication circuit for graphic display

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP58188017A JPS6079393A (en) 1983-10-07 1983-10-07 Matrix multiplication circuit for graphic display

Publications (2)

Publication Number Publication Date
JPS6079393A true JPS6079393A (en) 1985-05-07
JPH0252302B2 JPH0252302B2 (en) 1990-11-13

Family

ID=16216198

Family Applications (1)

Application Number Title Priority Date Filing Date
JP58188017A Granted JPS6079393A (en) 1983-05-06 1983-10-07 Matrix multiplication circuit for graphic display

Country Status (1)

Country Link
JP (1) JPS6079393A (en)

Also Published As

Publication number Publication date
JPH0252302B2 (en) 1990-11-13

Similar Documents

Publication Publication Date Title
US4635292A (en) Image processor
US4719588A (en) Matrix multiplication circuit for graphic display
JPH0777973A (en) Image processing system
JPS6247786A (en) Exclusive memory for adjacent image processing
JPS6079393A (en) Matrix multiplication circuit for graphic display
JPS5855509B2 (en) Memory address instruction method in display devices
JPS6057593B2 (en) Character pattern processing method
JPS63236088A (en) Pattern display signal generator
EP0562704A1 (en) Microprocessor controlled apparatus
JPS6211379B2 (en)
JPS62274426A (en) Coordinate converting device
JPH079572B2 (en) Vertical / horizontal conversion device for pattern data
JPH08190471A (en) Multiplier
JPS6218595A (en) Display unit
JPS622291A (en) Display control system
JP2647073B2 (en) Graphic display device
JPS63304293A (en) Display memory control circuit
JPH0139149B2 (en)
JPS59205674A (en) Matrix multiplication circuit for graphic display
JPS6394379A (en) Matrix multiplication circuit for graphic display
JPS63192131A (en) Multiplication circuit
JPS6235139B2 (en)
JPH0222422B2 (en)
JPS589972B2 (en) information processing equipment
JPS6155691A (en) Display controller