JPH01295367A - Interpolation system for trigonometrical function - Google Patents

Interpolation system for trigonometrical function

Info

Publication number
JPH01295367A
JPH01295367A JP12628088A JP12628088A JPH01295367A JP H01295367 A JPH01295367 A JP H01295367A JP 12628088 A JP12628088 A JP 12628088A JP 12628088 A JP12628088 A JP 12628088A JP H01295367 A JPH01295367 A JP H01295367A
Authority
JP
Japan
Prior art keywords
data
data table
section
address signal
unit
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
JP12628088A
Other languages
Japanese (ja)
Inventor
Hitoshi Matsui
仁志 松井
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP12628088A priority Critical patent/JPH01295367A/en
Publication of JPH01295367A publication Critical patent/JPH01295367A/en
Pending legal-status Critical Current

Links

Landscapes

  • Complex Calculations (AREA)

Abstract

PURPOSE:To shorten the arithmetic interpolation processing time by using a Taylor's expansion, addressing a data table to read out the differential coefficient of each member of said expansion, and applying the non-inversion or inversion to the relevant code. CONSTITUTION:A data table part 1 is prepared together with an address generating part 2, a bit inverting part 3 set between both parts 1 and 2, a code inverting part 4, and an arithmetic part 5. The data read out of the part 1 and undergone the non-inversion or inversion of its code via the par 4 is supplied to the part 5 for calculation of a Taylor's expansion. Thus it is possible to obtain the differential coefficients of each member of said expansion just by addressing the part 1 and changing the data code. Then the interpolation processing time is shortened.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は三角関数の補間方式に関し、特に三角関数の微
分とデータテーブルのアドレ・ノシングの対応方式に特
徴を有する三角関数の補間方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an interpolation method for trigonometric functions, and particularly to an interpolation method for trigonometric functions characterized by a correspondence method between differentiation of trigonometric functions and addressing nosing of a data table.

〔従来の技術〕[Conventional technology]

従来、三角関数の補間方式は、ラグランシュの補間方式
等により、求める値の前後に位置したデータテーブルの
値を用いて補間を行う方式であった。
Conventionally, the interpolation method for trigonometric functions has been a method in which interpolation is performed using values in a data table located before and after the value to be determined, such as by the Lagranche interpolation method.

例えば正弦関数の補間にあっては、正弦関数の3次のラ
グランシュの補間式 y+ (Xo+ΔX) =sinx。
For example, in the interpolation of a sine function, the third-order Lagranche interpolation formula for the sine function is y+ (Xo+ΔX) = sinx.

・ ・ ・■ にs 1nx−、、s 1nxe、s inx、、s 
inx。
・ ・ ・■ s 1nx-,, s 1nxe, s inx,, s
inx.

を代入して補間していた。ただし、第3図に示すように
x0+ΔXは求める点、x−1+ x6+ xI+ x
2はそれぞれΔを間隔とした求める点の近くのテーブル
のアドレスに対応する点、5inx−。
was interpolated by substituting . However, as shown in Figure 3, x0+ΔX is the desired point, x-1+ x6+ xI+ x
2 is a point 5inx- corresponding to the address of the table near the desired point, each with an interval of Δ.

s 1nxo、s 1nxl、s 1nx2はデータテ
ーブルに格納されている値である。補間により求められ
た値は)’3(XO+ΔX)である。
s 1nxo, s 1nxl, and s 1nx2 are values stored in the data table. The value obtained by interpolation is )'3(XO+ΔX).

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来の補間方式は、ラグランシュの補間式等を
用い、求める値の前後のデータテーブル内の値をラグラ
ンシュの補間式等に代入して補間を行うものであったが
、補間の次数が高くなるほどデータテーブルを参照する
回数が多くなり、かつ演算回数が多くなるため1.補間
の処理時間が長くかかるという問題点があった。
The conventional interpolation method described above uses a Lagranche interpolation formula, etc., and performs interpolation by substituting the values in the data table before and after the desired value into the Lagranche interpolation formula. 1. The higher the value, the more times the data table is referenced and the more times the calculations are performed. There was a problem that the interpolation process took a long time.

例えば正弦関数の1次のラグランシュ補間方式%式% であり、3次のラグランシュ補間式は上記0式である。For example, first-order Lagranche interpolation method of sine function% formula% The third-order Lagranche interpolation formula is the above formula 0.

従って0式は■式に比べると、代入すべきデータが5i
nx、と5inx−1の分だけ多くなる。すなわち0式
のごとく次数が高くなると代入すべきデータの種類が多
くなり、この結果データ導入回数と演算回数が増えるこ
ととなる。
Therefore, compared to formula ■, formula 0 requires 5i data to be substituted.
nx, which increases by 5inx-1. That is, as the order becomes higher as in the 0 expression, the number of types of data to be substituted increases, and as a result, the number of times data is introduced and the number of operations increases.

本発明の目的は、上記問題点を解決するために、テーラ
展開を利用しかつその微分係数間の法則をデータテーブ
ルのアドレッシング等に利用することにより補間処理時
間の短縮を図った三角関数の補間方式を提供することに
ある。
In order to solve the above-mentioned problems, an object of the present invention is to provide interpolation of trigonometric functions in which the interpolation processing time is shortened by utilizing Taylor expansion and the law between its differential coefficients for addressing data tables, etc. The goal is to provide a method.

〔課題を解決するための手段〕[Means to solve the problem]

本発明の三角関数の補間方式は、 所定範囲の三角関数値をデータとして格納したデータテ
ーブル部と、 このデータテーブル部に、所要のデータを読み出すため
のアドレス信号を送るアドレス信号発生部と、 これらアドレス信号発生部とデータテーブル部との間に
設けられ、前記アドレス信号のビットを非反転または反
転するビット反転部と、前記データテーブル部から読み
出されたデータの符号を非反転または反転させる符号反
転部と、前記データテーブル部から読み出され前記符号
反転部により符号が非反転もしくは反転されたデータを
、各項の微分係数として取り入れ三角関数のテーラ展開
式を演算する演算部とを備えたことを特徴とする。
The trigonometric function interpolation method of the present invention includes: a data table section that stores trigonometric function values in a predetermined range as data; an address signal generation section that sends an address signal for reading required data to the data table section; A bit inverting unit that is provided between an address signal generating unit and a data table unit and non-inverting or inverting bits of the address signal; and a code that non-inverting or inverting the sign of data read from the data table unit. an inverting unit; and an arithmetic unit that takes data read from the data table unit and whose sign is not inverted or inverted by the sign inverting unit as a differential coefficient of each term and calculates a Taylor expansion formula of a trigonometric function. It is characterized by

〔実施例〕〔Example〕

次に、本発明の実施例について図面を参照して説明する
Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の一実施例に係る三角関数の補間方式を
示すブロック図である。
FIG. 1 is a block diagram showing a trigonometric function interpolation method according to an embodiment of the present invention.

三角関数の補間方式は、第1図に示すようにデータテー
ブル部1と、アドレス信号発生部2と、このアドレス信
号発生部2とデータテーブル部1との間に設けられたビ
ット反転部3と、符号反転部4と、演算部5とを備えて
達成される。
As shown in FIG. 1, the trigonometric function interpolation method includes a data table section 1, an address signal generation section 2, a bit inversion section 3 provided between the address signal generation section 2 and the data table section 1, and , a sign inverting section 4, and an arithmetic section 5.

データテーブル部1は、所要データを格納するもので、
ここでは5inxkの値がデータとして格納されている
。この5inx、の値は、第2図に示すように角度O〜
π/ 2 (rad)間をn等分し、その各点で与えら
れた正弦関数の値である。ただし、0≦に≦n−1にお
いてXk 7 ((2に+1)/2n)・π/2である
。なお、正弦関数と余弦関数の性質から、X、の点にお
いて5inxlO値はc o s x、に−、の値に等
しい。同様にして、Xk*+の点においてS j n 
Xk+1 = COS x、−1<−g。
The data table section 1 stores required data.
Here, the value of 5inxk is stored as data. The value of this 5inx is the angle O ~ as shown in Figure 2.
It is the value of the sine function given at each point of n equal divisions between π/2 (rad). However, when 0≦≦n-1, Xk 7 ((2+1)/2n)·π/2. Note that, from the properties of the sine function and the cosine function, the value of 5inxlO at the point of X is equal to the value of cos x, -. Similarly, at the point Xk**, S j n
Xk+1 = COS x, -1<-g.

” ’−Xn−に−2の点においてS 1 n Xn−
に−2=COS Xk*I、 Xn−に−1の点におい
て51 n Xn−に−1’=C05X11である。
” At the point −2 to −Xn−, S 1 n Xn−
-2=COS Xk*I, 51 n at the point of -1 to Xn-1'=C05X11.

アドレス信号発生部2は、前記データテーブル部1から
所要のデータを読み出すために、読み出しデータに対応
したアドレス信号を発生出力するところである。このア
ドレス信号発生部2は、ビット反転部3を介してデータ
テーブル部1に接続されている。
The address signal generating section 2 generates and outputs an address signal corresponding to read data in order to read required data from the data table section 1. This address signal generating section 2 is connected to the data table section 1 via a bit inverting section 3.

ビット反転部3は、アドレス信号発生部2のアドレス信
号をデータテーブル部1に直通させる直通経路3aと、
アドレス信号のビットを反転させるビット反転回路3b
と、これら直通経路3aおよびビット反転回路3bの切
換をする切換部3Cとより構成されている。ビット反転
回路3bは、アドレス信号のビットを反転してc o 
s xkの値をデータテーブル部1から読み出す機能を
有する。
The bit inversion unit 3 includes a direct path 3a that directly connects the address signal of the address signal generation unit 2 to the data table unit 1;
Bit inversion circuit 3b that inverts the bits of the address signal
and a switching section 3C that switches between the direct path 3a and the bit inversion circuit 3b. The bit inverting circuit 3b inverts the bit of the address signal and inverts the bit of the address signal.
It has a function of reading the value of s xk from the data table unit 1.

データテーブル部1には正弦関数値のみ格納され、余弦
関数値は格納されていないため、前記5inXn−に−
1°(o s Xyの関係を用いてデータテーブル部1
から余弦関数値と同値の正弦関数値を読み出す必要があ
るからである。すなわち、n=2′″を設定すると、ア
ドレス信号にの2進数表示のビットOを1の反転がn−
に−1の2進数表示に一致するため、5lnXn−に−
1すなわちc o s XI(のデータがデータテーブ
ル部1から読み出されるのである。
Since only the sine function value is stored in the data table section 1 and the cosine function value is not stored, the 5inXn-
1° (using the relationship of o s
This is because it is necessary to read out a sine function value that is equivalent to the cosine function value. In other words, if n=2''' is set, the inversion of 1 for bit O in the binary representation of the address signal becomes n-
Since it matches the binary representation of -1, 5lnXn- becomes -
1, that is, data of cos XI() is read from the data table section 1.

符号反転部4は、データテーブル部lと演算部5との間
に設けられ、データテーブル部1から読み出されたデー
タ5inxにまたはc o s xkを演算部5に直通
させる直通経路4aと、データ5inxkまたはc o
 s Xkの符号を反転させ、データを一5inx、ま
たは−c o s Xhにして演算部5に入力する符号
反転回路4bと、これら直通経路4aおよび符号反転回
路4bの切換を行う切換部4cとより構成されている。
The sign inversion unit 4 is provided between the data table unit l and the calculation unit 5, and has a direct path 4a that directly connects the data 5inx or cos xk read from the data table unit 1 to the calculation unit 5; Data 5inxk or co
a sign inverting circuit 4b which inverts the sign of s It is composed of

演算部5は、3次の項までテーラ展開した式、5in(
x、、+Δx)=s inx、+Δx・cosxk一□
(Δx)”5inx1゜ ■ 一□(Δx)′3cosxk ・・・■ の演算を行うところで、この演算を行うために直通経路
5aと、−次乗算部5bと、二次乗算部5cと、三次乗
算部5dと、これら直通経路5aおよび乗算部5b〜5
cの結果を加算する加算部5eとを備えている。直通経
路5aは、上記■式の0次の項である5inxkのデー
タを加算部5eに直接送り込むための経路である。−次
乗算部5bは、1次の項であるc o s xkのデー
タにΔXの値を掛ける機能を、二次乗算部5Cは、2次
の項である(−sinxよ)のデータにΔXの値を2回
掛けると共に1/2を掛ける機能を、三次乗算部5dは
、3次の項である(−cosx、)にΔXを3回掛ける
と共に1/6を掛ける機能を有する。
The arithmetic unit 5 calculates the formula 5in(
x,,+Δx)=s inx,+Δx・cosxk−□
(Δx)"5inx1゜■ 1□(Δx)'3cosxk...■ In order to perform this operation, a direct path 5a, a negative multiplier 5b, a quadratic multiplier 5c, and a cubic The multiplier 5d, these direct paths 5a and the multipliers 5b to 5
and an adder 5e that adds the results of c. The direct path 5a is a path for directly sending the data of 5inxk, which is the 0th order term of the equation (2) above, to the addition section 5e. The -order multiplier 5b has the function of multiplying the data of cos The third-order multiplier 5d has a function of multiplying the third-order term (-cosx, ) by ΔX three times and by 1/6.

次に、本実施例の作用について説明する。Next, the operation of this embodiment will be explained.

アドレス信号発生部2からのアドレス信号には、ビット
反転部3の切換部3cによってデータテーブル部1に接
続された直通経路3aを介してデータテーブル部1に入
力し、アドレス信号kに対応した5inx、の値がデー
タとして読み出される。
The address signal from the address signal generating section 2 is inputted to the data table section 1 via the direct path 3a connected to the data table section 1 by the switching section 3c of the bit inverting section 3, , is read out as data.

この5inxアの信号は、符号反転部4の切換部4Cに
よって演算部5に接続された直通経路4aを介して演算
部5に入力する。
This 5inxA signal is input to the calculation section 5 via the direct path 4a connected to the calculation section 5 by the switching section 4C of the sign inversion section 4.

また、アドレス信号kに対応したc o s Xl、の
値をデータテーブル部1から読み出す場合には、ビット
反転部3の切換部3cによってデータテーブル部1とビ
ット反転回路3bとを接続してアドレス信号kをビット
反転回路3bに入力する。ビット反転回路3bに入力し
たアドレス信号には、ビット反転作用によってアドレス
信号n−に−1としてビット反転回路3bから出力され
、データテーブル部1からs i nX、−に−l =
(o s Xkの値を読み出す。このc o s Xk
の信号は、符号反転部4の切換部4cによって演算部5
に接続された直通経路4aを介して演算部5に入力する
In addition, when reading the value of cos The signal k is input to the bit inversion circuit 3b. The address signal input to the bit inverting circuit 3b is outputted from the bit inverting circuit 3b as -1 in the address signal n- by a bit inverting effect, and from the data table section 1, s inX, - in -l =
(Read the value of o s Xk. This co s Xk
The signal is sent to the arithmetic unit 5 by the switching unit 4c of the sign inverting unit 4.
The signal is input to the arithmetic unit 5 via a direct path 4a connected to the .

さらに、−5inxよと−c o s xkを演算部5
に入力し、たい場合には、上述した方法でデータテーブ
ル部1から読み出した5inxkとc o s X、M
の信号を、符号反転部4の切換部4cによって演算部5
と接続された符号反転回路4bに入力させることにより
行われる。この符号反転回路4bによって符号反転され
たー5inxkと −cosxkの信号は、演算部5に入力する。
Furthermore, -5inx and -cos xk are calculated by the calculation unit 5.
If you want to input 5inxk and cos
The signal is sent to the calculation unit 5 by the switching unit 4c of the sign inverting unit
This is performed by inputting the signal to the sign inverting circuit 4b connected to the sign inverting circuit 4b. The -5inxk and -cosxk signals whose sign has been inverted by the sign inverting circuit 4b are input to the arithmetic unit 5.

上述のように演算部5に入った5inxk。5inxk entered into the calculation unit 5 as described above.

cosx、、、−s inx、、−CO3Xkの各信号
は、順次直通経路5a、−次乗算部5b、二次乗算部5
c、三次乗算部5dに入力し、乗算部5b〜5dによっ
て乗算された後、加算部5eに入力されて加算される。
The signals cosx, -s inx, -CO3Xk are sequentially transmitted through the direct path 5a, -th multiplier 5b, and secondary multiplier 5.
c, is input to the cubic multiplier 5d, multiplied by the multipliers 5b to 5d, and then input to the adder 5e and added.

すなわち、前記■式に示したテーラ展開式の計算がなさ
れる。
That is, the Taylor expansion equation shown in equation (2) above is calculated.

以上説明したように本実施例に係る三角関数の補間方式
は、データテーブル部1のアドレッシングとデータ符号
を変えるだけでテーラ展開式の各項の微分係数を求める
ことができ、この結果、データテーブル部1からのデー
タの読み出しも5inx、とs i n x、に−、の
2度の回数で済み、演算処理の高速化を図ることができ
る。
As explained above, the trigonometric function interpolation method according to the present embodiment allows the differential coefficient of each term of the Taylor expansion formula to be obtained by simply changing the addressing and data sign of the data table section 1, and as a result, the data table Data can also be read out from the unit 1 only twice, 5 inx and s in x, so that the speed of arithmetic processing can be increased.

なお、本実施例にあっては、正弦関数のテーラ展開の式
を前記■に示すように3次の項までで区切って計算する
例が示されているが、これに限る趣旨ではなく、演算部
5の演算能力を増すことにより、任意の次数の項まで計
算できることは明らかである。
In addition, in this example, an example is shown in which the formula for the Taylor expansion of the sine function is calculated by dividing it into cubic terms as shown in (■) above, but the purpose is not limited to this, and the calculation is It is clear that by increasing the computational power of section 5, it is possible to calculate terms of any order.

また、余弦関数の3次の項迄のテーラ展開式は、cos
(x、+Δx)=cosx、−Δxsinxk−−(Δ
x)”・cosx。
Also, the Taylor expansion formula up to the third order term of the cosine function is cos
(x, +Δx) = cosx, -Δxsinxk−-(Δ
x)”・cosx.

+−(Δx)’−5inxk であるから、余弦関数の補間を求める場合には、データ
テーブル部1に、C03Xh  (0≦に≦n  1.
Xm = ((2に+1)/2n)  ・ff/2)の
値を格納しておけば、上述した方法と同様の方法で求め
ることができることは明らかである。
+-(Δx)'-5inxk Therefore, when calculating the interpolation of the cosine function, C03Xh (0≦≦n 1.
It is clear that if the value of Xm = ((2 + 1)/2n) · ff/2) is stored, it can be determined using a method similar to the method described above.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明は、三角関数の補間方式にお
いて、テーラ展開式を用いかつその各項の微分係数のデ
ータ読み出しをデータテーブルのアドレッシングで行う
と共に、その符号を非反転または反転させることにより
、各項の微分係数のすべてを求めることができるため、
補間演算回数が少なく、この結果補間演算処理時間の短
縮を図ることができる効果がある。
As explained above, in the interpolation method of trigonometric functions, the present invention uses a Taylor expansion formula, reads out the data of the differential coefficient of each term by addressing the data table, and also non-inverts or inverts the sign. , all the differential coefficients of each term can be found, so
The number of interpolation calculations is small, and as a result, the interpolation calculation processing time can be reduced.

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

第1図は本発明の一実施例に係る三角関数の補間方式を
示すブロック図、 第2図は第1図に用いられたデータテーブル部に格納さ
れたデータを示す図、 第3図は従来の補間方式を示す図である。 1・・・・・データテーブル部 2・・・・・アドレス信号発生部 3・・・・・ビット反転部 4・・・・・符号反転部 5・・・・・演算部 代理人 弁理士  岩 佐  義 幸
FIG. 1 is a block diagram showing a trigonometric function interpolation method according to an embodiment of the present invention, FIG. 2 is a diagram showing data stored in the data table section used in FIG. 1, and FIG. 3 is a conventional FIG. 3 is a diagram showing an interpolation method. 1...Data table unit 2...Address signal generation unit 3...Bit inversion unit 4...Sign inversion unit 5...Arithmetic unit agent Patent attorney Iwa Yoshiyuki Sa

Claims (1)

【特許請求の範囲】[Claims] (1)所定範囲の三角関数値をデータとして格納したデ
ータテーブル部と、 このデータテーブル部に、所要のデータを読み出すため
のアドレス信号を送るアドレス信号発生部と、 これらアドレス信号発生部とデータテーブル部との間に
設けられ、前記アドレス信号のビットを非反転または反
転するビット反転部と、 前記データテーブル部から読み出されたデータの符号を
非反転または反転させる符号反転部と、前記データテー
ブル部から読み出され前記符号反転部により符号が非反
転もしくは反転されたデータを、各項の微分係数として
取り入れ三角関数のテーラ展開式を演算する演算部とを
備えたことを特徴とする三角関数の補間方式。
(1) A data table section that stores trigonometric function values in a predetermined range as data, an address signal generation section that sends an address signal to read the required data to this data table section, and these address signal generation sections and the data table. a bit inversion section that is provided between the data table section and non-inverts or inverts the bits of the address signal; a sign inversion section that non-inverts or inverts the sign of the data read from the data table section; A trigonometric function characterized by comprising: an arithmetic unit that calculates a Taylor expansion formula of a trigonometric function by taking data read from the unit and whose sign is not inverted or inverted by the sign inverting unit as a differential coefficient of each term. interpolation method.
JP12628088A 1988-05-24 1988-05-24 Interpolation system for trigonometrical function Pending JPH01295367A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP12628088A JPH01295367A (en) 1988-05-24 1988-05-24 Interpolation system for trigonometrical function

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP12628088A JPH01295367A (en) 1988-05-24 1988-05-24 Interpolation system for trigonometrical function

Publications (1)

Publication Number Publication Date
JPH01295367A true JPH01295367A (en) 1989-11-29

Family

ID=14931305

Family Applications (1)

Application Number Title Priority Date Filing Date
JP12628088A Pending JPH01295367A (en) 1988-05-24 1988-05-24 Interpolation system for trigonometrical function

Country Status (1)

Country Link
JP (1) JPH01295367A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103926881A (en) * 2014-04-21 2014-07-16 北京航空航天大学 Speed-fluctuation-free parameter curve direct interpolation method based on secant method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103926881A (en) * 2014-04-21 2014-07-16 北京航空航天大学 Speed-fluctuation-free parameter curve direct interpolation method based on secant method

Similar Documents

Publication Publication Date Title
US5737253A (en) Method and apparatus for direct digital frequency synthesizer
Swarztrauber Spectral transform methods for solving the shallow-water equations on the sphere
Corliss Industrial applications of interval techniques
JPH01295367A (en) Interpolation system for trigonometrical function
JPS6027024A (en) Arithmetic device
JPH0371331A (en) Multiplier
Gamberger Incompletely specified numbers in the residue number system-definition and applications
JPS6156523B2 (en)
Dubner Partitions approximated by finite cosine-series
SU1509880A1 (en) Device for computing sine and cosine functions
SU1608651A1 (en) Device for computing sine function
JPH03225420A (en) Calculation system for coefficients of polynomial approximating bessel function
SU922734A1 (en) Device for computing sine and cosine functions
SU767782A1 (en) Functional piecewise-non-linear approximation converter
SU1485269A1 (en) Arithmetic unit for discrete fourier transform
SU560236A1 (en) Differential Smoothing Device
SU1160454A1 (en) Device for calculating values of simple functions
JPH0285908A (en) Sine function generating method
SU1160429A1 (en) Device for calculating values of simple functions
Candel et al. A dual algorithm for fast calculation of the H01-transform
RU1784976C (en) Co-ordinate converter
JP2561639B2 (en) Arithmetic logic unit
SU796844A1 (en) Arithmetic device
SU942035A1 (en) Device for computing inverse function
SU608178A1 (en) Function converter