JP5780392B2 - Waveform display circuit - Google Patents

Waveform display circuit Download PDF

Info

Publication number
JP5780392B2
JP5780392B2 JP2011178342A JP2011178342A JP5780392B2 JP 5780392 B2 JP5780392 B2 JP 5780392B2 JP 2011178342 A JP2011178342 A JP 2011178342A JP 2011178342 A JP2011178342 A JP 2011178342A JP 5780392 B2 JP5780392 B2 JP 5780392B2
Authority
JP
Japan
Prior art keywords
waveform
data
image data
vram
axis
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.)
Active
Application number
JP2011178342A
Other languages
Japanese (ja)
Other versions
JP2013040860A (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.)
Yokogawa Electric Corp
Original Assignee
Yokogawa Electric 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 Yokogawa Electric Corp filed Critical Yokogawa Electric Corp
Priority to JP2011178342A priority Critical patent/JP5780392B2/en
Publication of JP2013040860A publication Critical patent/JP2013040860A/en
Application granted granted Critical
Publication of JP5780392B2 publication Critical patent/JP5780392B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Controls And Circuits For Display Device (AREA)

Description

本発明は、波形を表示する波形表示回路に関するものである。   The present invention relates to a waveform display circuit for displaying a waveform.

時間軸上で変化する電圧や電流等の波形を観測するために波形表示回路が用いられる。波形表示回路にはオシロスコープ等が測定した電圧や電流等の値が経時的に入力される。そして、電圧や電流等の波形を画像データとしてVRAMに記憶する。VRAMに記憶された画像データは適宜の表示装置(例えば、ディスプレイ等)に表示される。VRAMに記憶された波形の画像データを表示する技術の一例が特許文献1に開示されている。   A waveform display circuit is used for observing waveforms such as voltage and current changing on the time axis. Values such as voltage and current measured by an oscilloscope or the like are input to the waveform display circuit over time. Then, waveforms such as voltage and current are stored in the VRAM as image data. The image data stored in the VRAM is displayed on an appropriate display device (for example, a display). An example of a technique for displaying waveform image data stored in a VRAM is disclosed in Patent Document 1.

図4は従来の波形表示回路の一例を示している。波形表示回路101は波形データ変換部102と画像データ書き込み制御部103とVRAMアービタ104とVRAM105と画像データ読み出し制御部106とを備えて構成している。   FIG. 4 shows an example of a conventional waveform display circuit. The waveform display circuit 101 includes a waveform data conversion unit 102, an image data write control unit 103, a VRAM arbiter 104, a VRAM 105, and an image data read control unit 106.

波形データ変換部102は外部のオシロスコープ等から波形データを入力する。波形データは時間軸上における波形の値であり、各時間において最小値と最大値とを有している。図5は波形データの一例を示しており、X軸方向が時間軸、Y軸方向が波形の値を示している。時間「0」に対して波形データは最小値と最大値とを有しており、時間「1」に対して波形データは最小値と最大値とを有している。   The waveform data conversion unit 102 inputs waveform data from an external oscilloscope or the like. The waveform data is a waveform value on the time axis, and has a minimum value and a maximum value at each time. FIG. 5 shows an example of waveform data, where the X-axis direction indicates the time axis and the Y-axis direction indicates the waveform value. For the time “0”, the waveform data has a minimum value and a maximum value, and for the time “1”, the waveform data has a minimum value and a maximum value.

波形データ変換部102は各時間において波形データの最小値と最大値との間を結んで補間ラインを形成する。従って、各時間においてY軸方向の補間ラインが形成される。各時間の補間ラインを形成することで、波形が描画される。この描画された波形は画像データとして生成される。このとき、波形データ変換部102は描画した波形に色を付して画像データを生成する。   The waveform data conversion unit 102 forms an interpolation line by connecting the minimum value and the maximum value of the waveform data at each time. Accordingly, an interpolation line in the Y-axis direction is formed at each time. A waveform is drawn by forming an interpolation line for each time. The drawn waveform is generated as image data. At this time, the waveform data conversion unit 102 generates image data by coloring the drawn waveform.

画像データ書き込み制御部103は、VRAMアービタ104を介して、波形データ変換部102が生成した画像データをVRAM105に書き込む。VRAM105はDDRメモリであり、カラムアドレスとロウアドレスとを有して構成している。カラムアドレスは図5のX軸方向に対応しており、ロウアドレスはY軸方向に対応している。カラムアドレスとロウアドレスとにより指定される記憶領域に画像データが書き込まれる。   The image data write control unit 103 writes the image data generated by the waveform data conversion unit 102 to the VRAM 105 via the VRAM arbiter 104. The VRAM 105 is a DDR memory, and has a column address and a row address. The column address corresponds to the X-axis direction in FIG. 5, and the row address corresponds to the Y-axis direction. Image data is written in a storage area specified by a column address and a row address.

VRAM105に書き込まれた画像データは、VRAMアービタ104を介して画像データ読み出し制御部106により読み出される。そして、読み出された画像データが適宜の表示装置(ディスプレイ等)に表示される。   The image data written in the VRAM 105 is read by the image data read control unit 106 via the VRAM arbiter 104. Then, the read image data is displayed on an appropriate display device (display or the like).

図6a)はVRAM105に書き込まれる画像データ、図6b)はVRAM105から読み出される画像データを示している。画像データは、時間軸の各時間において最小値から最大値まで補間ラインを形成して描画した波形のデータになる。   6A) shows image data written to the VRAM 105, and FIG. 6B) shows image data read from the VRAM 105. The image data is waveform data drawn by forming an interpolation line from the minimum value to the maximum value at each time on the time axis.

VRAM105のカラムアドレスは波形データの時間軸(X軸)を示しており、ロウアドレスは時間ごとに入力する波形の値(最小値から最大値までの補間ライン)を示している。従って、カラムアドレスのゼロ番から順番にロウアドレス方向に補間ラインが形成されて画像データが構成される。   The column address of the VRAM 105 indicates the time axis (X axis) of the waveform data, and the row address indicates the waveform value (interpolation line from the minimum value to the maximum value) input for each time. Therefore, image data is formed by forming interpolation lines in the row address direction in order from column address zero.

一方、VRAM105はDDRメモリであり、カラムアドレス方向に複数のデータを一括して読み書きするバーストアクセスを行うことができる。これにより、読み出し速度および書き込み速度を高速化することができる。従って、図6a)のようにVRAM105に画像データを書き込むとき、同図b)のようにVRAM105から画像データを読み出すときには、カラムアドレス方向にバーストライト、バーストリードを行う。   On the other hand, the VRAM 105 is a DDR memory, and can perform burst access for reading and writing a plurality of data at once in the column address direction. Thereby, the reading speed and the writing speed can be increased. Therefore, when writing image data into the VRAM 105 as shown in FIG. 6A), when reading image data from the VRAM 105 as shown in FIG. 6B), burst write and burst read are performed in the column address direction.

特開2011−85408号公報JP 2011-85408 A

前述したように、波形データは時間ごとの波形の値(最小値から最大値)であり、時間ごとに波形の値が取得される。従って、最初に「0」番目の波形の値が取得されて補間ラインが形成され、次に「1」番目の波形の値が取得されて補間ラインが形成される。   As described above, the waveform data is the waveform value for each time (from the minimum value to the maximum value), and the waveform value is acquired for each time. Accordingly, the value of the “0” th waveform is first acquired to form an interpolation line, and then the value of the “1” th waveform is acquired to form an interpolation line.

一方、VRAM105はDDRメモリであることから、バーストアクセスを行うようになっているが、その方向はロウアドレス方向ではなくカラムアドレス方向になっている。よって、画像データ書き込み制御部103が画像データをVRAM105に書き込むときにはカラムアドレス方向にバーストライトを行うが、波形データは時間ごとに取得されるため、バーストライトを行うときの不要なカラムアドレスにはマスクをして画像データの書き込みを行う。   On the other hand, since the VRAM 105 is a DDR memory, burst access is performed, but the direction is not the row address direction but the column address direction. Therefore, when the image data write control unit 103 writes image data to the VRAM 105, burst write is performed in the column address direction. However, since waveform data is acquired every time, a mask is used to mask unnecessary column addresses when performing burst write. To write image data.

図7はその状態を示しており、カラムアドレス方向に4カラム分のバーストライトを行うようにしている。最初に取得される波形データに基づいて、カラムアドレスの「0」番のみに画像データが書き込まれるようにする。つまり、カラムアドレスの「1」番〜「3」番までにはデータが書き込まれないようにマスクをして、「0」番のカラムアドレスに画像データが書き込まれるようにする。   FIG. 7 shows this state, in which burst write for four columns is performed in the column address direction. Based on the waveform data acquired first, the image data is written only in the column address “0”. That is, masking is performed so that data is not written between column addresses “1” to “3”, and image data is written to a column address “0”.

これにより、カラムアドレス「0」番について、ロウアドレス方向に「0」番から順番に最後のロウアドレス「n(nは整数)」番まで画像データ(補間ライン)が書き込まれていく。以降、カラムアドレス「1」番、「2」番、「3」番の補間ラインを書き込んでいくときには、他のカラムアドレスにデータが書き込まれないようにマスクをする。この処理を繰り返すことで、画像データがVRAM105に記憶される。   As a result, for column address “0”, image data (interpolation line) is sequentially written from “0” to the last row address “n (n is an integer)” in the row address direction. Thereafter, when the interpolation lines of the column addresses “1”, “2”, and “3” are written, masking is performed so that data is not written to other column addresses. By repeating this process, the image data is stored in the VRAM 105.

VRAM105はバーストアクセスを行うことにより、複数のデータを一括して読み書きできるものであるが、バーストアクセスの方向はカラムアドレス方向(つまり、時間軸方向)になっている。波形データは時間ごとに順次入力するため、時間軸方向にはバーストライトを行うことはできない。このために、VRAM105に画像データを記憶するときには他のカラムアドレスをマスクする。   The VRAM 105 can read and write a plurality of data at once by performing burst access, but the burst access direction is the column address direction (that is, the time axis direction). Since waveform data is sequentially input every time, burst writing cannot be performed in the time axis direction. For this reason, when storing image data in the VRAM 105, other column addresses are masked.

従って、VRAM105はバーストライトを行うことで、書き込み速度の高速化を図ることができるが、バーストライトの方向がカラムアドレス方向(時間軸方向)となっているため、書き込みを行う時間以外のカラムアドレスをマスクして書き込みを行わなければならない。このために、同じアドレスに無駄なアクセスが発生する。従って、バーストライトによる高速化の効果を得ることができなくなり、全体の処理速度が低速化する。   Therefore, the VRAM 105 can increase the writing speed by performing burst write. However, since the burst write direction is the column address direction (time axis direction), the column address other than the write time is used. The mask must be masked to write. For this reason, useless access to the same address occurs. Therefore, the effect of speeding up by burst writing cannot be obtained, and the overall processing speed is slowed down.

そこで、本発明は、波形を表示するためのデータをVRAMに高速に書き込むことを目的とする。   Accordingly, an object of the present invention is to write data for displaying a waveform into a VRAM at high speed.

以上の課題を解決するため、本発明の波形表示回路は、時間軸上の波形の値として最小値と最大値とを有する波形データを入力して、前記時間軸の座標と前記波形の値の座標とを入れ替える変換部と、カラムアドレスとロウアドレスとを有し、前記変換部により入れ替えられた前記波形の値を前記カラムアドレスの方向にバーストライトする記憶部と、この記憶部に記憶された前記波形の画像データを90度回転する演算を行う演算部と、を備えたことを特徴とする。   In order to solve the above problems, the waveform display circuit of the present invention inputs waveform data having a minimum value and a maximum value as waveform values on the time axis, and outputs the coordinates of the time axis and the values of the waveform. A conversion unit that exchanges coordinates, a column address and a row address, a storage unit that burst-writes the waveform values exchanged by the conversion unit in the direction of the column address, and the storage unit An arithmetic unit that performs an operation of rotating the image data of the waveform by 90 degrees.

この波形表示回路によれば、変換部により時間軸と波形の値との座標が入れ替えられている。これにより、記憶部のカラムアドレス方向と波形の値の軸とを一致させることができ、バーストライトを行うことができる。従って、高速に記憶部に画像データを記憶させることができる。そして、記憶部に記憶されている画像データを演算部により90度回転させることで、元の波形に戻して表示することができる。   According to this waveform display circuit, the coordinate between the time axis and the waveform value is exchanged by the conversion unit. Thereby, the column address direction of the storage unit and the axis of the waveform value can be matched, and burst write can be performed. Accordingly, the image data can be stored in the storage unit at high speed. And the image data memorize | stored in a memory | storage part can be returned and displayed to an original waveform by rotating 90 degree | times by a calculating part.

また、前記演算部は、前記カラムアドレスの方向に記憶されている前記記憶部のデータをバーストリードできる個数分を読み出して、90度回転する演算を行うことを特徴とする。   Further, the calculation unit reads the number of data that can be burst read from the data stored in the column address, and performs a calculation that rotates 90 degrees.

演算部が1回に演算を行うことができるデータの個数と記憶部から1回のバーストリードで読み出せるデータの個数とを一致させる。これにより、無駄なリードをなくすことができ、処理の高速化を図ることができる。   The number of data that can be calculated at one time by the calculation unit is matched with the number of data that can be read from the storage unit by one burst read. As a result, useless reads can be eliminated and the processing speed can be increased.

本発明は、時間軸と波形の値の軸とを入れ替える変換を行うことで、記憶部のカラムアドレス方向に複数のデータをバーストライトすることができる。これにより、記憶部に記憶する時間を短縮化でき、波形表示を高速化できる。また、演算部により90度回転させることで、元の波形にして表示することができる。   According to the present invention, a plurality of pieces of data can be burst-written in the column address direction of the storage unit by performing a conversion in which the time axis and the waveform value axis are switched. Thereby, the time memorize | stored in a memory | storage part can be shortened, and waveform display can be sped up. Further, the original waveform can be displayed by being rotated 90 degrees by the calculation unit.

実施形態の波形表示回路の構成図である。It is a block diagram of the waveform display circuit of an embodiment. 波形データの変換およびVRAMに対するアクセスを説明する図である。It is a figure explaining conversion to waveform data and access to VRAM. 行列演算の一例を説明した図である。It is a figure explaining an example of matrix calculation. 従来の波形表示回路の構成図である。It is a block diagram of the conventional waveform display circuit. 波形データを説明する図である。It is a figure explaining waveform data. 従来のVRAMに対するアクセスを説明する図である。It is a figure explaining the access with respect to the conventional VRAM. VRAMに対する画像データの書き込みの一例を示す図である。It is a figure which shows an example of the writing of the image data with respect to VRAM.

以下、本発明の実施形態について図面を参照して説明する。図1は本実施形態の波形表示回路1を示している。波形表示回路1はグラフィックコントローラであり、オシロスコープ等の測定器から出力される波形のデータ(波形データ)を図示しない表示装置(ディスプレイ等)に表示する。   Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 shows a waveform display circuit 1 of this embodiment. The waveform display circuit 1 is a graphic controller and displays waveform data (waveform data) output from a measuring instrument such as an oscilloscope on a display device (display or the like) not shown.

波形表示回路1は波形データ変換部2と画像データ書き込み制御部3とVRAMアービタ4とVRAM5と画像データ行列変換部6と画像データ読み出し制御部7とを備えて構成している。波形データ変換部2は外部のオシロスコープ等の測定器から出力される波形データを入力して、画像データに変換する変換部である。波形データは時間軸上の電流や電圧等の値を示しており、1つの時間に最小値と最大値とを有している。   The waveform display circuit 1 includes a waveform data converter 2, an image data write controller 3, a VRAM arbiter 4, a VRAM 5, an image data matrix converter 6, and an image data read controller 7. The waveform data conversion unit 2 is a conversion unit that inputs waveform data output from a measuring instrument such as an external oscilloscope and converts it into image data. The waveform data indicates values such as current and voltage on the time axis, and has a minimum value and a maximum value in one time.

波形データとしては、水平軸(X軸)が時間軸方向になり、垂直軸(Y軸)が波形の値(最小値から最大値)になる。波形データ変換部2はX軸の座標とY軸の座標とを入れ替える座標変換を行う。従って、Y軸方向が時間軸方向になり、X軸方向が波形の値となる。   As waveform data, the horizontal axis (X axis) is the time axis direction, and the vertical axis (Y axis) is the waveform value (minimum value to maximum value). The waveform data conversion unit 2 performs coordinate conversion in which the X-axis coordinate and the Y-axis coordinate are exchanged. Therefore, the Y-axis direction is the time-axis direction, and the X-axis direction is the waveform value.

そして、波形データ変換部2はX軸方向の波形の値の最小値から最大値までを直線で結ぶことにより、補間ラインを形成する。この補間ラインは、電流や電圧等の値の最小値から最大値までの区間を示している。時間軸(Y軸)方向に順次補間ラインを形成することで、1つの波形が描画される。この波形としては、例えば図5に示す波形がある。   Then, the waveform data converter 2 forms an interpolation line by connecting the minimum value to the maximum value of the waveform value in the X-axis direction with a straight line. This interpolation line indicates a section from the minimum value to the maximum value of values such as current and voltage. One waveform is drawn by sequentially forming interpolation lines in the time axis (Y-axis) direction. As this waveform, for example, there is a waveform shown in FIG.

波形データ変換部2は補間ラインを形成するときには、当該補間ラインに色彩を付している。表示される波形は1つとは限らず、複数の波形を表示する場合がある。例えば、オシロスコープの異なるチャネルで測定した波形を同時に表示するとき、或いは異なるタイミングで測定した波形を同時に表示するときには、各波形に異なる色彩を付するようにする。これにより、視覚的にそれぞれの波形を認識することができる。   When the waveform data converter 2 forms an interpolation line, the interpolation line is colored. The displayed waveform is not limited to one, and a plurality of waveforms may be displayed. For example, when displaying waveforms measured on different channels of the oscilloscope at the same time, or displaying waveforms measured at different timings simultaneously, each waveform is given a different color. Thereby, each waveform can be visually recognized.

波形データ変換部2は時間順に波形データを入力して、補間ラインを形成する。これにより、波形データが画像データになる。画像データ書き込み制御部3はこの画像データをVRAM5に記憶させる。画像データの書き込みにはVRAMアービタ4を介して行う。   The waveform data conversion unit 2 inputs waveform data in time order to form an interpolation line. As a result, the waveform data becomes image data. The image data writing control unit 3 stores this image data in the VRAM 5. The image data is written through the VRAM arbiter 4.

VRAM5はカラムアドレスとロウアドレスとにより指定される記憶領域にデータが記憶される記憶部である。例えば、VRAM5はDDRメモリを適用することができる。カラムアドレスはX軸に対応しており、ロウアドレスはY軸に対応している。VRAM5はカラムアドレス方向にバーストアクセスを行うことができる。これにより、カラムアドレス方向に複数のデータを一括して読み書きすることができる。   The VRAM 5 is a storage unit that stores data in a storage area specified by a column address and a row address. For example, a DDR memory can be applied to the VRAM 5. The column address corresponds to the X axis, and the row address corresponds to the Y axis. The VRAM 5 can perform burst access in the column address direction. As a result, a plurality of data can be collectively read and written in the column address direction.

画像データ行列変換部6はVRAMアービタ4によりVRAM5から読み出された画像データのX軸の座標とY軸の座標とを入れ替える行列演算を行う演算部である。画像データ行列変換部6が行列演算を行った結果はVRAMアービタ4により再びVRAM5に記憶される。   The image data matrix conversion unit 6 is a calculation unit that performs a matrix calculation for exchanging the X-axis coordinates and the Y-axis coordinates of the image data read from the VRAM 5 by the VRAM arbiter 4. The result of the matrix operation performed by the image data matrix converter 6 is stored again in the VRAM 5 by the VRAM arbiter 4.

画像データ読み出し制御部7はVRAM5に記憶されている画像データの読み出しを行う。読み出しを行うのは、画像データ行列変換部6により行列演算が施された後の画像データになる。そして、読み出した画像データを適宜の表示手段(ディスプレイ等)に出力する。これにより、表示手段に画像データが表示される。   The image data read control unit 7 reads image data stored in the VRAM 5. Reading is performed on the image data after the matrix calculation is performed by the image data matrix conversion unit 6. Then, the read image data is output to appropriate display means (display or the like). Thereby, the image data is displayed on the display means.

以上が構成である。次に、動作について説明する。オシロスコープ等の測定器は測定した電流や電圧等の時間軸上の値を波形データとして出力する。この波形データは波形表示回路1に入力される。測定器からは経時的に波形の値(電流や電圧等)が出力されるため、波形表示回路1は時間ごとに波形データを入力する。   The above is the configuration. Next, the operation will be described. A measuring instrument such as an oscilloscope outputs values on the time axis such as measured current and voltage as waveform data. This waveform data is input to the waveform display circuit 1. Since the waveform value (current, voltage, etc.) is output from the measuring device over time, the waveform display circuit 1 inputs waveform data every time.

波形データ変換部2には順次波形データが入力される。波形データはX軸が時間軸、Y軸が波形の値(最小値から最大値)であり、波形データ変換部2はX軸の座標とY軸の座標とを入れ替える。これにより、時間軸がY軸になり、波形の値がX軸になる。つまり、波形データを90度回転させた形になる。   Waveform data is sequentially input to the waveform data converter 2. In the waveform data, the X axis is the time axis, and the Y axis is the waveform value (from the minimum value to the maximum value), and the waveform data conversion unit 2 interchanges the coordinates of the X axis and the Y axis. As a result, the time axis becomes the Y axis and the waveform value becomes the X axis. That is, the waveform data is rotated 90 degrees.

波形データ変換部2はX軸方向の波形の最小値から最大値まで直線を結ぶことで、補間ラインを形成する。そして、この補間ラインに色彩を付する。これにより、画像データが描画される。ただし、この画像データは時間軸(Y軸)の1点における画像データになる。   The waveform data conversion unit 2 forms an interpolation line by connecting straight lines from the minimum value to the maximum value of the waveform in the X-axis direction. A color is added to the interpolation line. Thereby, image data is drawn. However, this image data is image data at one point on the time axis (Y axis).

波形データ変換部2には順次波形データが入力される。波形データ変換部2は順次入力される波形データのX軸の座標とY軸の座標とを入れ替えて、X軸方向に補間ラインを形成する。この処理を全ての波形データについて行うことで、1つの波形が描画される。   Waveform data is sequentially input to the waveform data converter 2. The waveform data conversion unit 2 interchanges the X-axis coordinates and the Y-axis coordinates of the sequentially input waveform data to form an interpolation line in the X-axis direction. By performing this process for all waveform data, one waveform is drawn.

画像データ書き込み制御部3は波形データ変換部2が波形データから変換した画像データをVRAM5に書き込む。画像データの書き込みはVRAMアービタ4を介して行う。VRAM5はX軸方向にカラムアドレス、Y軸方向にロウアドレスになっており、カラムアドレス方向(つまり、X軸方向)に複数のデータを一括して読み書きできるバーストアクセスを行う。   The image data write controller 3 writes the image data converted from the waveform data by the waveform data converter 2 into the VRAM 5. The image data is written through the VRAM arbiter 4. The VRAM 5 has a column address in the X-axis direction and a row address in the Y-axis direction, and performs burst access in which a plurality of data can be collectively read and written in the column address direction (that is, the X-axis direction).

ここでは、X軸方向に4アドレス分のデータを一括して書き込むバーストライトを行うものとする。図2a)は画像データをVRAM5に書き込むときの順序を示している。波形データ変換部2により、X軸の座標とY軸の座標とが入れ替えられていえるため、X軸方向に補間ラインが形成された画像データが画像データ書き込み制御部3に入力される。   Here, it is assumed that burst write is performed in which data for four addresses is written in a lump in the X-axis direction. FIG. 2a) shows the order in which the image data is written into the VRAM 5. Since the waveform data conversion unit 2 can replace the X-axis coordinate and the Y-axis coordinate, image data in which an interpolation line is formed in the X-axis direction is input to the image data write control unit 3.

最初に、Y軸(時間軸)方向のロウアドレス「0」番について、X軸(カラムアドレス)方向に「0」番から「3」番までのデータのバーストライトを行う。次に、X軸方向に「4」番から「7」番までのバーストライトを行う。ここでは、VRAM5はロウアドレス方向に16(0〜15)、カラムアドレス方向に16(0〜15)のアドレスを有しているとする。よって、4回のバーストライトを行うことで、最初の時間「0」番の画像データがVRAM5に書き込まれる。この中に、補間ラインが含まれている。   First, for the row address “0” in the Y-axis (time axis) direction, burst write of data from “0” to “3” is performed in the X-axis (column address) direction. Next, burst write from “4” to “7” is performed in the X-axis direction. Here, it is assumed that the VRAM 5 has 16 (0 to 15) addresses in the row address direction and 16 (0 to 15) addresses in the column address direction. Therefore, the first time “0” image data is written into the VRAM 5 by performing burst write four times. This includes an interpolation line.

バーストライトを行うカラムアドレス方向(X軸方向)は波形の値を示す軸の方向になっている。最初の時間「0」番の波形データは一時に取得できるため、マスクをすることなく、バーストライトをすることができる。同様に、Y軸における次の時間の「1」番について、カラムアドレス方向に4回のバーストライトを行う。これにより、次の時間「1」番の画像データがVRAM5に書き込まれる。以降、同様のバーストライトをロウアドレス方向の「15」番目まで行う。これにより、VRAM5には1つの波形が描画された波形データが記憶される。   The column address direction (X-axis direction) for performing burst write is the direction of the axis indicating the waveform value. Since the waveform data of the first time “0” can be acquired at a time, burst write can be performed without masking. Similarly, four burst writes are performed in the column address direction for “1” of the next time on the Y axis. As a result, the image data of the next time “1” is written into the VRAM 5. Thereafter, the same burst write is performed up to the “15” th in the row address direction. As a result, waveform data in which one waveform is drawn is stored in the VRAM 5.

ただし、この波形は図2a)に示すように、時間軸がY軸、波形の値がX軸となっており、波形が90度回転したものになっている。従って、このままではディスプレイ等の表示装置に表示することができない。そこで、画像データ行列変換部6がVRAM5に記憶されている画像データを90度回転させる行列演算を行う。   However, in this waveform, as shown in FIG. 2a), the time axis is the Y axis, the waveform value is the X axis, and the waveform is rotated 90 degrees. Therefore, it cannot be displayed on a display device such as a display as it is. Therefore, the image data matrix conversion unit 6 performs a matrix operation for rotating the image data stored in the VRAM 5 by 90 degrees.

まず、VRAMアービタ4はロウアドレスの「0」番について、カラムアドレスの「0」番から「3」番までのデータを一括して読み出す。これはバーストリードになる。次に、「4」番から「7」番までのデータをバーストリードし、合計4回のバーストリードを行う。   First, the VRAM arbiter 4 collectively reads the data from the column addresses “0” to “3” for the row address “0”. This becomes a burst read. Next, data from “4” to “7” is burst read, and a total of four burst reads are performed.

そして、ロウアドレスの「1」番について、同様に4回のバーストリードを行う。この処理を繰り返し、最終的にロウアドレスの「15」番まで、4回のバーストリードを行う。その状況を図2b)に示している。   Similarly, four burst reads are performed for the row address “1”. This process is repeated and four burst reads are finally performed up to the row address “15”. The situation is shown in FIG.

従って、VRAMアービタ4から1回のバーストリードごとに4つのデータが画像データ行列変換部6に出力される。画像データ行列変換部6は、カラムアドレス方向にバーストリードされた4つのデータをロウアドレス方向に並び替える行列演算を行う。これにより、最初に読み出されたロウアドレスの「0」番のカラムアドレスの「0」番から「3」番までのデータが、カラムアドレスの「0」番のロウアドレスの「0」番から「3」番までに並び替えられる。つまり、バーストリードされた4つのデータの並び方向がカラムアドレス方向からロウアドレス方向に90度回転される。   Therefore, four data are output from the VRAM arbiter 4 to the image data matrix converter 6 for each burst read. The image data matrix converter 6 performs a matrix operation for rearranging the four data burst-read in the column address direction in the row address direction. As a result, the data from the column address “0” to the column “3” of the column address “0” of the row address read out first from the column “0” of the row address “0” of the column address. Rearranged by “3”. That is, the arrangement direction of the four data read in burst is rotated 90 degrees from the column address direction to the row address direction.

図3はその状態を示している。D0[0]はロウアドレス「0」番、カラムアドレス「0」番のデータを示しており、D0[1]はロウアドレス「1」番、カラムアドレス「0」番のデータを示している。従って、D0[0]〜D0[3]までのバーストリードされたカラムアドレス方向の4つのデータがロウアドレス方向に並び替えられている。   FIG. 3 shows this state. D0 [0] indicates data of row address “0” and column address “0”, and D0 [1] indicates data of row address “1” and column address “0”. Therefore, four data in the column address direction, which are burst-read from D0 [0] to D0 [3], are rearranged in the row address direction.

ロウアドレス「1」番についてバーストリードされた4つのデータも同様にロウアドレス方向に並び替えられている。以上のように、VRAM5からカラムアドレス方向にバーストリードされた4つのデータはロウアドレス方向に並び替えられる。   Similarly, the four data burst-read for the row address “1” are rearranged in the row address direction. As described above, the four data burst-read from the VRAM 5 in the column address direction are rearranged in the row address direction.

このために、画像データ行列変換部6にはレジスタを設けるようにしている。VRAM5からバーストリードされた4つのデータをレジスタに格納して、その順序を並び替えることにより、行列演算の機能を果たすことができる。従って、カラムアドレス方向に並んでいる4つのデータをロウアドレス方向に並び替える行列演算は1クロックで実現することができる。   For this purpose, the image data matrix conversion unit 6 is provided with a register. By storing the four data burst-read from the VRAM 5 in a register and rearranging the order, a matrix operation function can be achieved. Therefore, the matrix operation for rearranging the four data arranged in the column address direction in the row address direction can be realized in one clock.

画像データ行列変換部6が行列演算した結果の画像データはVRAMアービタ4によりVRAM5に書き込まれる。VRAM5からバーストリードされると共に、画像データ行列変換部6が行列演算した結果がVRAM5に書き込まれる。よって、順次行列演算がされて、並び方向が変換された結果がVRAM5に書き込まれる。   The image data resulting from the matrix calculation by the image data matrix conversion unit 6 is written into the VRAM 5 by the VRAM arbiter 4. The burst read is performed from the VRAM 5 and the result of the matrix operation performed by the image data matrix conversion unit 6 is written into the VRAM 5. Therefore, the matrix operation is sequentially performed, and the result of converting the arrangement direction is written in the VRAM 5.

図2c)は画像データ行列変換部6により変換された結果をVRAM5に記憶したときの状態を示している。このように、行列演算を行うことで、画像データの波形を90度回転させることができ、時間軸をX軸、波形の値をY軸として波形が描画されたものとなる。   FIG. 2 c) shows a state when the result converted by the image data matrix conversion unit 6 is stored in the VRAM 5. Thus, by performing matrix calculation, the waveform of the image data can be rotated 90 degrees, and the waveform is drawn with the time axis as the X axis and the waveform value as the Y axis.

画像データ読み出し制御部7はVRAM5に記憶されている画像データを読み出して、ディスプレイ等の表示装置に出力する。そして、表示装置が画像データを表示する。このときの画像データは時間軸をX軸、波形の値をY軸とした元の波形として表示される。   The image data read control unit 7 reads the image data stored in the VRAM 5 and outputs it to a display device such as a display. The display device displays the image data. The image data at this time is displayed as an original waveform with the time axis as the X axis and the waveform value as the Y axis.

従って、波形データ変換部2で波形データのX軸の座標とY軸の座標とを入れ替えることで、VRAM5のカラムアドレスの方向と波形の値の方向とを一致させることができる。これにより、波形の値(最小値から最大値の補間ライン)をカラムアドレス方向にバーストライトすることができる。このバーストライトした分だけ波形表示の高速化を図ることができる。   Therefore, by replacing the X-axis coordinate and the Y-axis coordinate of the waveform data in the waveform data conversion unit 2, the column address direction of the VRAM 5 and the waveform value direction can be matched. Thereby, the waveform value (interpolation line from the minimum value to the maximum value) can be burst-written in the column address direction. Waveform display speed can be increased by the amount of burst writing.

バーストライトの効果を最大限に得るために、VRAM5に記憶される波形が90度回転するが、画像データ行列変換部6により行列演算を行うことで、波形を90度回転して元に戻すことができる。これにより、VRAM5に記憶される画像データをそのまま表示することができる。   In order to obtain the maximum effect of burst write, the waveform stored in the VRAM 5 is rotated by 90 degrees. However, by performing matrix calculation by the image data matrix conversion unit 6, the waveform is rotated by 90 degrees and returned to the original state. Can do. Thereby, the image data stored in the VRAM 5 can be displayed as it is.

以上において、画像データ行列変換部6が1回に変換を行うデータの個数は、VRAM5からバーストリードにより読み出されるデータの個数と一致させることが望ましい。1回に変換を行うデータの個数がバーストリードのデータの個数と異なると、VRAM5からの無駄なリードを生じるためである。一致させることで、無駄なリードを生じることなく、効率的に変換を行うことができる。これにより、処理の高速化を図ることができる。   In the above, it is desirable that the number of data that the image data matrix conversion unit 6 converts at one time matches the number of data read from the VRAM 5 by burst read. This is because if the number of data to be converted at one time is different from the number of burst read data, useless read from the VRAM 5 occurs. By matching, it is possible to efficiently perform conversion without causing useless reads. As a result, the processing speed can be increased.

また、前述した例では、VRAM5にバーストアクセスするときには、4つのデータに一括してアクセスするようにしている。勿論、VRAM5の仕様によっては、2つ、3つ或いは5つ以上のデータに一括してバーストアクセスするようにしてもよい。   Further, in the above-described example, when burst access is made to the VRAM 5, four data are accessed collectively. Of course, depending on the specifications of the VRAM 5, burst access may be made to two, three, or five or more data at once.

1 波形表示回路
2 波形データ変換部
3 画像データ書き込み制御部
4 VRAMアービタ
5 VRAM
6 画像データ行列変換部
7 画像データ読み出し制御部
1 Waveform Display Circuit 2 Waveform Data Conversion Unit 3 Image Data Write Control Unit 4 VRAM Arbiter 5 VRAM
6 Image data matrix converter 7 Image data read controller

Claims (2)

時間軸上の波形の値として最小値と最大値とを有する波形データを入力して、前記時間軸の座標と前記波形の値の座標とを入れ替える変換部と、
カラムアドレスとロウアドレスとを有し、前記変換部により入れ替えられた前記波形の値を前記カラムアドレスの方向にバーストライトする記憶部と、
この記憶部に記憶された前記波形の画像データを90度回転する演算を行う演算部と、
を備えたことを特徴とする波形表示回路。
A waveform conversion unit that inputs waveform data having a minimum value and a maximum value as waveform values on the time axis, and exchanges the coordinates of the time axis and the coordinates of the waveform value,
A storage unit that has a column address and a row address, and burst-writes the value of the waveform replaced by the conversion unit in the direction of the column address;
A calculation unit that performs a calculation of rotating the image data of the waveform stored in the storage unit by 90 degrees;
A waveform display circuit comprising:
前記演算部は、前記カラムアドレスの方向に記憶されている前記記憶部のデータをバーストリードできる個数分を読み出して、90度回転する演算を行うこと
を特徴とする請求項1記載の波形表示回路。
2. The waveform display circuit according to claim 1, wherein the operation unit reads the number of data that can be burst read from the data stored in the column address direction and performs an operation of rotating 90 degrees. .
JP2011178342A 2011-08-17 2011-08-17 Waveform display circuit Active JP5780392B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011178342A JP5780392B2 (en) 2011-08-17 2011-08-17 Waveform display circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011178342A JP5780392B2 (en) 2011-08-17 2011-08-17 Waveform display circuit

Publications (2)

Publication Number Publication Date
JP2013040860A JP2013040860A (en) 2013-02-28
JP5780392B2 true JP5780392B2 (en) 2015-09-16

Family

ID=47889401

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011178342A Active JP5780392B2 (en) 2011-08-17 2011-08-17 Waveform display circuit

Country Status (1)

Country Link
JP (1) JP5780392B2 (en)

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000231631A (en) * 1999-02-09 2000-08-22 Fuji Xerox Co Ltd Image rotating device
JP2000276127A (en) * 1999-03-23 2000-10-06 Hitachi Ltd Information processor and display controller
JP2001343966A (en) * 2000-05-31 2001-12-14 Nec Corp Display coordinate transforming circuit

Also Published As

Publication number Publication date
JP2013040860A (en) 2013-02-28

Similar Documents

Publication Publication Date Title
KR100648293B1 (en) Graphic system and graphic processing method for the same
US10990524B2 (en) Memory with processing in memory architecture and operating method thereof
CN106846255B (en) Image rotation realization method and device
JP4947395B2 (en) Semiconductor test equipment
WO2013094388A1 (en) Image processing device
JP5780392B2 (en) Waveform display circuit
JP5186587B1 (en) Test apparatus and test method
JPH02310586A (en) Display controller
KR20000064679A (en) DRAM embedded data processing device
WO2013094389A1 (en) Image processing device
JPH10177647A (en) Picture processor
KR20000064680A (en) DRAM embedded data processing device
JP2014071929A (en) Fifo circuit
CN101452695B (en) Data access arrangement and method
JPH01130188A (en) Waveform display device
KR20000064678A (en) DRAM embedded data processing device
TWI442383B (en) Memory architecture for display device and control method thereof
JP2013117800A (en) Data processing device and control method thereof
JPH0752621Y2 (en) Waveform display device
JP2007183377A (en) Display control device
JP2017134564A (en) Memory control device, and memory device
JP4952546B2 (en) Waveform generator and semiconductor test apparatus
JP2602379B2 (en) Method and apparatus for writing to bitmap memory in image processing apparatus
JP2010231405A (en) Semiconductor device and system for diagnosing the same
US10290287B1 (en) Visualizing operation of a memory controller

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140722

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20150528

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150630

R150 Certificate of patent or registration of utility model

Ref document number: 5780392

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250