JPH04100152A - Parallel fuzzy controller - Google Patents

Parallel fuzzy controller

Info

Publication number
JPH04100152A
JPH04100152A JP2172454A JP17245490A JPH04100152A JP H04100152 A JPH04100152 A JP H04100152A JP 2172454 A JP2172454 A JP 2172454A JP 17245490 A JP17245490 A JP 17245490A JP H04100152 A JPH04100152 A JP H04100152A
Authority
JP
Japan
Prior art keywords
cpus
fuzzy
membership function
sub
cpu
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
JP2172454A
Other languages
Japanese (ja)
Inventor
Mitsunori Kawabe
満徳 川辺
Hiroshi Sano
弘 佐野
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.)
Yaskawa Electric Corp
Original Assignee
Yaskawa 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 Yaskawa Electric Corp filed Critical Yaskawa Electric Corp
Priority to JP2172454A priority Critical patent/JPH04100152A/en
Publication of JPH04100152A publication Critical patent/JPH04100152A/en
Pending legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)

Abstract

PURPOSE:To obtain the fuzzy controller which is fast at low cost by providing >=2 CPUs, dividing the definition area of a membership function into parts as many as the CPUs and assigning the divided areas to the CPUs, and performing parallel fuzzy reasoning. CONSTITUTION:The definition area is divided and assigned to, for example, four CPUs 1 - 4. The respective CPUs 1 - 4 are stored with output variables and conclusion fuzzy values corresponding to only the assigned parts of the definition area of the membership function. The CPU group consists of one main CPU and many sub-CPUs. The sub-CPUs perform the calculation of the output variable membership function which requires the majority of the processing time of the fuzzy reasoning and gravity center calculation in parallel. Consequently, reasoning speed improvement which is proportional to the number of the sub-CPUs is obtained and processes of the main CPU and sub-CPUs are performed on a pipeline basis simultaneously, so that the reasoning speed is improved more.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はファジー推論を並列に実行して高速な制御を行
なうファジー制御装置に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a fuzzy control device that executes fuzzy inference in parallel to perform high-speed control.

〔従来の技術〕[Conventional technology]

ファジー制御では第5図に示すようなファジールールで
制御規則が与えられる。ここで、x、yは入力変数、2
は出力変数でる。出力変数はファジー集合の変数である
。また、At、 A2. Bl、 B2. C1,C2
はファジー値、すなわち、大きいとか小さいといったフ
ァジー集合の定数である。ファジー集合はそのメンバシ
ップ関数で表される。tpの後が条件部、TH[!Nの
後が結論部である。それぞれ複数の条件節、結論節から
なる。ルール1はXがA1かつyがB1ならば2はC1
にせよという制御規則を表している。
In fuzzy control, control rules are given using fuzzy rules as shown in FIG. Here, x, y are input variables, 2
is an output variable. The output variables are fuzzy set variables. Also, At, A2. Bl, B2. C1, C2
is a fuzzy value, that is, a constant of a fuzzy set such as greater or lesser. A fuzzy set is represented by its membership function. After tp is the conditional part, TH[! After N is the conclusion part. Each consists of multiple conditional clauses and conclusion clauses. Rule 1 is if X is A1 and y is B1 then 2 is C1
It represents a control rule that tells you to do something.

入力変数が与えられると、それに各ルールを適応してフ
ァジー推論を行ない出力変数のメンバシップ関数が得ら
れる。第5図のルールを例にし、そのMAX−MIN合
成による推論過程を第6図に示す。
When an input variable is given, each rule is applied to it to perform fuzzy inference and obtain the membership function of the output variable. Taking the rule of FIG. 5 as an example, FIG. 6 shows the inference process by MAX-MIN synthesis.

ファジー値のメンバシップ関数は横軸が定義域で、縦軸
が1に規格化された帰属度を表している。
In the fuzzy value membership function, the horizontal axis represents the domain, and the vertical axis represents the degree of membership normalized to 1.

まず、入力値xo、 yOに対する各ルールの適合度を
求める。適合度には、このときの入力値に対するルール
条件節メンバシップ関数の値がとられ、条件節が複数あ
る時はその最小値がとられる。この例では適合度は、ル
ール1が0.5、ルール2が0.3となる。
First, the degree of suitability of each rule to the input values xo and yO is determined. The value of the rule conditional clause membership function for the input value at this time is taken as the fitness degree, and when there are multiple conditional clauses, the minimum value thereof is taken. In this example, the degree of conformance is 0.5 for rule 1 and 0.3 for rule 2.

次に、その適合度と結論節のメンバシップ関数とのMI
Nがとられて、各ルールに対する出力変数のメンバシッ
プ関数が得られる。
Next, the MI between the goodness of fit and the membership function of the conclusion clause
N is taken to obtain the membership function of the output variables for each rule.

そして、各ルールのメンバシップ関数相互のMAXをと
ることにより、全ルールに対する最終的な出力変数のメ
ンバシップ関数が得られる。
Then, by calculating the mutual MAX of the membership functions of each rule, the final membership functions of output variables for all rules can be obtained.

最後に、この出力メンバシップ関数の重心位置zOを求
めて、出力すべき操作量とする。
Finally, the center of gravity position zO of this output membership function is determined and used as the manipulated variable to be output.

以上に示したMAX−MIN合成によるファジー推論の
フローチャートを第7図に示す。
FIG. 7 shows a flowchart of the fuzzy inference based on the MAX-MIN synthesis described above.

まず最初に出力ファジー変数を全てクリアする。First, clear all output fuzzy variables.

次に、各ルールに対してその適合度の計算を行ない、そ
の値を使って出力変数のメンバシップ関数を計算する。
Next, we calculate the goodness of fit for each rule, and use that value to calculate the membership function of the output variable.

最後に出力変数のメンバシップ関数の重心を求める。Finally, find the centroid of the membership function of the output variable.

ここで、出力変数のメンバシップ関数計算ではMAX−
MIN合成が行なわれる。
Here, in the membership function calculation of the output variable, MAX-
MIN synthesis is performed.

まず、結論ファジー値と適合度のMINをとったメンバ
シップ関数を求める。
First, a membership function is obtained by taking the conclusion fuzzy value and the MIN of the degree of fitness.

そして、それまでのルールて計算した出力メンバシップ
関数とのMAXをとり、新しい出力メンバシップ関数に
設定する。
Then, take the MAX of the output membership function calculated using the previous rules and set it as a new output membership function.

メンバシップ関数は第8図に示すように、定義域に対す
る関数値の配列で表現される。この図では定義域を25
6に、メンバシップ関数の帰属度を256に分割してい
る。MAX−MIN合成を行なう場合、この配列全体に
対して計算を行なわなければならない。この部分の詳し
いフローチャートを第9図に示す。この例では、配列の
インデックスをi、出力ファジー変数をOUT[il、
結論ファジー値をA[il 、適合度をKとしている。
As shown in FIG. 8, the membership function is expressed as an array of function values for a domain. In this figure, the domain is 25
6, the degree of membership of the membership function is divided into 256. When performing MAX-MIN synthesis, calculations must be performed on this entire array. A detailed flowchart of this part is shown in FIG. In this example, the array index is i and the output fuzzy variable is OUT[il,
The conclusion fuzzy value is A[il, and the goodness of fit is K.

この例から分るように、MAX−MIN合成を行なうに
は、メンバシップ関数の配列要素全てに対して、MAX
とMINの演算を行なう必要がある。この結果、この部
分の処理がファジー推論の全計算処理の大半を占めるこ
とになる。特にメンバシップ関数の定義域を細か(分割
すると、配列のサイズが大きくなり、それに比例して計
算時間も増大する。
As you can see from this example, in order to perform MAX-MIN composition, all array elements of the membership function must be
It is necessary to calculate MIN. As a result, this part of the processing occupies most of the total computational processing of fuzzy inference. In particular, if the domain of the membership function is divided into smaller parts, the size of the array will increase, and the calculation time will increase proportionally.

従来のファジー制御装置には、以上で示したファジー推
論をソフトウェアで行なうものとハードウェアで行なう
ものがある。ソフトウェアで行なうものはプログラム性
に優れ複雑な処理を行なえるが、一般に推論速度が遅(
、高速なファジー制御には向いていない。また、ファジ
ー制御専用のCPUを使用すれば、より高速な制御が可
能になるが、非常に高価なシステムとなる。専用のハー
ドウェアで行なうものは最も高速であるが、ルールの数
やルールの複雑さに制限があり、複雑なファジー制御を
行なうことが難しくなる。また、一般に非常に高価なシ
ステムになりがちである。
Conventional fuzzy control devices include those that perform the above-mentioned fuzzy inference using software and those that perform it using hardware. Software-based methods have excellent programmability and can perform complex processing, but in general, the inference speed is slow (
, it is not suitable for high-speed fuzzy control. Further, if a CPU dedicated to fuzzy control is used, faster control becomes possible, but the system becomes very expensive. Although the method using dedicated hardware is the fastest, there are limits to the number of rules and the complexity of the rules, making it difficult to perform complex fuzzy control. Additionally, these systems generally tend to be very expensive.

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

高速なファジー制御を行なう場合、ファジー制御専用C
PUや専用ハードウェアを使用すると非常に高価なシス
テムになる。逆に、安価な汎用CPUを利用したソフト
ウェアによるファジー制御は、プログラム性が高く複雑
な制御にも対応できるが、十分な高速性を得ることがで
きなかった。
When performing high-speed fuzzy control, use the dedicated fuzzy control C
Using a PU or dedicated hardware results in a very expensive system. On the other hand, fuzzy control using software using an inexpensive general-purpose CPU has high programmability and can handle complex control, but cannot achieve sufficient speed.

一方、特開昭63−113735.特開昭63−113
736はファジールールの集合をいくつかのグループに
分割して並列に処理する技術が提案されているが、処理
速度が向上するものではない。
On the other hand, JP-A-63-113735. Japanese Unexamined Patent Publication No. 63-113
For 736, a technique has been proposed in which a set of fuzzy rules is divided into several groups and processed in parallel, but this does not improve the processing speed.

本発明は、安価な汎用CPUを多数使用し、並列処理に
よって高速かつプログラム性の高いファジー制御装置を
安価に提供するものである。
The present invention uses a large number of inexpensive general-purpose CPUs to provide a fuzzy control device with high speed and high programmability at low cost through parallel processing.

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

先に示したように、ソフトウェアでファジー推論を行な
う場合、最も計算処理が必要な部分はMAX−MIN合
成を行なって出力変数のメンバシップ関数と、その重心
を求める演算である。この部分の計算量はメンバシップ
関数の定義域の広さに比例している。本発明の特徴はこ
の定義域をCPUの個数分に分割することにより、非常
に効率良く並列計算をさせることができるものである。
As shown above, when performing fuzzy inference using software, the part that requires the most calculation processing is the calculation of the membership function of the output variable and its center of gravity by performing MAX-MIN synthesis. The amount of calculation in this part is proportional to the width of the domain of the membership function. A feature of the present invention is that by dividing this domain into the number of CPUs, parallel calculation can be performed very efficiently.

この様子を第1図に示す。この例では4個のCPuに定
義域を分割して割り当てている。各CPUには出力変数
と結論ファジー値のメンバシップ関数の割り当てられた
定義域の部分だけが格納される。
This situation is shown in FIG. In this example, the domain is divided and allocated to four CPUs. Each CPU stores only the portion of the domain to which the membership function of the output variable and the conclusion fuzzy value is assigned.

CPU群は第2図に示すように、一つのメインCPUと
多数のサブCPUからなる。それぞれのCPUはローカ
ルメモリを持ち、メインCPUとサブ020間はメツセ
ージ通信、あるいは共有メモリ等によって互いに通信す
ることができる。
As shown in FIG. 2, the CPU group consists of one main CPU and many sub-CPUs. Each CPU has a local memory, and the main CPU and sub 020 can communicate with each other through message communication or shared memory.

メインCPUとサブCPUでの計算処理フローを第3図
に示す。メインCPUはルール毎にその適合度を計算し
、サブCPUへその値をブロードキャストする。サブC
PUは適合度をメインCPuから受けとり、受は持って
いるメンバシップ関数領域に関して、出力変数のメンバ
シップ関数を計算する。この部分の計算は第9図に示し
たMAX−MIN合成のフローチャートと同一である。
FIG. 3 shows the calculation processing flow in the main CPU and sub CPU. The main CPU calculates the degree of suitability for each rule and broadcasts the value to the sub CPUs. Sub C
The PU receives the fitness degree from the main CPU, and the receiver calculates the membership function of the output variable with respect to the membership function domain it has. This part of the calculation is the same as the MAX-MIN synthesis flowchart shown in FIG.

以上の処理はルールの数だけ繰り返される。The above process is repeated for the number of rules.

サブCPUは出力変数メンバシップ関数の計算が終ると
、その部分領域のモーメントと面積をメインCPUへ返
す。メインCPUは全サブCPUから部分モーメントと
部分面積を受けとり出力変数の重心を計算する。この処
理は出力変数の数だけ繰り返される。ここで、サブCP
U iで計算される出力変数2の部分モーメントMi及
び、部分面積Stは、分割された定義域をDi、その領
域の出力変数メンバシップ関数をμ1(z)とすると、 Mi =  Σ μ1(z) z Di Si  =  Σ  μ1cz) Di で与えられる。そして、出力変数z(7)重心20は、
Σ Si で与えられる。
When the sub CPU finishes calculating the output variable membership function, it returns the moment and area of the partial area to the main CPU. The main CPU receives partial moments and partial areas from all sub-CPUs and calculates the center of gravity of the output variable. This process is repeated for the number of output variables. Here, sub CP
The partial moment Mi and partial area St of the output variable 2 calculated by U i are calculated as follows: Mi = Σ μ1 (z), where Di is the divided domain and μ1 (z) is the output variable membership function of that region. ) z Di Si = Σ μ1cz) Di is given by. Then, the output variable z(7) center of gravity 20 is
It is given by Σ Si.

メインCPUでの計算処理はルールの適合度を求めるこ
とと、分割されたモーメントから重心を計算することだ
けで、サブCPUでの計算処理よりも十分小さい。その
ため、各サブCPUがメインCPUの処理待ちになって
、全体の処理速度が低下することはない。
The calculation processing performed by the main CPU consists only of determining the conformity of the rules and calculating the center of gravity from the divided moments, which is much smaller than the calculation processing performed by the sub CPU. Therefore, each sub CPU does not wait for processing by the main CPU and the overall processing speed does not decrease.

〔作用〕[Effect]

第3図のフローチャートで示したように、ファジー推論
において大半の処理時間を要する出力変数メンバシップ
関数の計算と重心計算をサブCPUで並列に実行するこ
とができる。その結果、サブCPU0数に比例した推論
速度向上が得られる。さらに、メインCPUとサブCP
Uの処理は互いに重なって処理されるバイブライン処理
になっており、よりいっそう推論速度が向上する。
As shown in the flowchart of FIG. 3, the calculation of the output variable membership function and the calculation of the center of gravity, which require most of the processing time in fuzzy inference, can be executed in parallel by the sub CPU. As a result, the inference speed can be improved in proportion to the number of sub CPU0s. In addition, the main CPU and sub CPU
The processing of U is a vibe line processing in which processing is performed overlapping each other, and the inference speed is further improved.

また、メインCPUからはルールの適合度だけがサブC
PUへ渡され、分割された出力変数メンバシップ関数の
部分モーメントと面積だけが返される。
Also, from the main CPU, only the conformance of the rule is sent to the sub-C
Passed to the PU, only the partial moments and areas of the divided output variable membership functions are returned.

よって、CPU間の通信が非常に少なく通信コストが処
理速度のネックになることがない。
Therefore, there is very little communication between CPUs, and communication costs do not become a bottleneck to processing speed.

ファジー制御を複数のCPUで並列処理する場合、本発
明で示したメンバシップ関数の定義域による分割ではな
く、ルール単位で分割する方法が考えられる。
When fuzzy control is processed in parallel by a plurality of CPUs, it is possible to consider a method of dividing by rule instead of dividing by the domain of the membership function as shown in the present invention.

しかし、各CPUで得られた出力変数メンバシップ関数
を合成する必要があるため、処理が複雑になり、かつ、
CPU間の通信量が大きくなるという欠点があった。
However, since it is necessary to synthesize the output variable membership functions obtained by each CPU, the processing becomes complicated, and
This has the disadvantage that the amount of communication between CPUs becomes large.

本発明ではこれらの欠点が解消され、効率的な並列処理
が可能になる。
The present invention eliminates these drawbacks and enables efficient parallel processing.

〔実施例〕〔Example〕

第4図に本発明の実施例として、一つのメインCPUと
4つのサブCPUからなる並列ファジー制御装置の構成
図を示す。メインCPUには外部ローカルメモリと、外
部制御対象から観測値と操作量を入出力するためのA/
D変換器、およびD/A変換器がバスで接続されている
。各サブCPtJは小量のローカルメモリを内部に持っ
ており、そこに、分割されたメンバシップ関数のデータ
と処理プログラムが格納される。各CPUは通信リンク
によって線形に接続され、メインCPUからのデータは
サブCPUを一つずつ伝わって、全サブCPUヘブロー
ドキャストすることができる。同様に、サブCPUから
のデータはメインCPUへ伝えられる。それぞれのCP
Uでの処理のフローチャートは第3図で示したものと同
一である。
FIG. 4 shows a configuration diagram of a parallel fuzzy control device consisting of one main CPU and four sub-CPUs as an embodiment of the present invention. The main CPU has an external local memory and an A/C for inputting and outputting observed values and manipulated variables from external control targets.
A D converter and a D/A converter are connected by a bus. Each sub-CPtJ has a small amount of local memory inside, in which data of divided membership functions and processing programs are stored. Each CPU is linearly connected by a communication link, and data from the main CPU can be passed through the sub-CPUs one by one and broadcast to all sub-CPUs. Similarly, data from the sub CPU is transmitted to the main CPU. each CP
The flowchart of the processing at U is the same as that shown in FIG.

この構成では、サブCPLIは外部メモリのような付加
回路素子を必要としないため、構造が非常に単純になる
という利点がある。また、サブCPUを新たに付加して
通信リンクで接続するだけで、推論速度を容易に向上さ
せることができる。
This configuration has the advantage that the sub-CPLI does not require additional circuit elements such as external memory, and therefore has a very simple structure. Furthermore, simply by adding a new sub-CPU and connecting it via a communication link, the inference speed can be easily improved.

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

以上述べたように、各CPUヘメンバシップ関数の定義
域を分割して受は持たせ、出力メンバシップ関数とその
重心計算を並列に行なうことによって、非常に効率的な
並列処理が実現できる。そして、汎用のCPUを利用で
きるので、安価に高速なファジー制御装置が実現できる
という効果がある。
As described above, very efficient parallel processing can be realized by dividing the domain of the membership function into each CPU and assigning a receiver, and calculating the output membership function and its center of gravity in parallel. Furthermore, since a general-purpose CPU can be used, there is an effect that a high-speed fuzzy control device can be realized at low cost.

さらに、ファジー制御のアルゴリズムはソフトウェアで
行なわれるため、複雑なファジー制御にも十分対応でき
るという利点がある。
Furthermore, since the fuzzy control algorithm is implemented in software, it has the advantage of being able to adequately handle complex fuzzy control.

また、メンバシップ関数を分割して各CPuに割り当て
ているため、必要なデータ量が分割の個数に比例して減
少する。その結果、それを蓄えるローカルメモリが少な
(てすむという効果がある。
Furthermore, since the membership function is divided and assigned to each CPU, the amount of required data is reduced in proportion to the number of divisions. As a result, it has the effect of requiring less local memory to store it.

特に、内部RAMを持つCPUを利用すると、必要なデ
ータやプログラムを全てそこに割り当てることができ、
メモリへのアクセス速度が早くなって、より高速な処理
が可能となる。さらに、外部メモリの必要がなくなるの
で、ファジー制御装置の構成が非常に簡単になるという
利点が得られる。
In particular, if you use a CPU with internal RAM, you can allocate all the necessary data and programs there.
Access to memory becomes faster, allowing faster processing. A further advantage is that the construction of the fuzzy controller is very simple, since no external memory is required.

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

第1図は出力変数メンバシップ関数の計算を複数のCP
Uで分割した例を示す図、第2図は並列ファジー制御の
構成図、第3図は並列ファジー制御のフローチャート、
第4図は本発明を利用したファジー制御装置の実施例を
示す図、第5図はファジールールの例、第6図はMAX
−MIN  合成によって出力変数のメンバシップ関数
を求める過程を示す図、第7図はファジー推論のフロー
チャート、第8図は従来のファジー値のデータ構造を示
す図、第9図はメンバシップ関数を計算するフローチャ
ートである。 特許出願人 株式会社 安用電製作作所館1侶 Σ 3 ぴ 僧21 サフ・こPl、/ 尤 牛 第7凶
Figure 1 shows the calculation of output variable membership functions using multiple CPs.
A diagram showing an example of division by U, Figure 2 is a configuration diagram of parallel fuzzy control, Figure 3 is a flowchart of parallel fuzzy control,
Fig. 4 is a diagram showing an embodiment of a fuzzy control device using the present invention, Fig. 5 is an example of a fuzzy rule, and Fig. 6 is a diagram showing an example of a fuzzy control device using the present invention.
-MIN Diagram showing the process of finding membership functions of output variables through synthesis, Figure 7 is a flowchart of fuzzy inference, Figure 8 is a diagram showing the conventional fuzzy value data structure, Figure 9 is a diagram showing membership functions calculated. This is a flowchart. Patent applicant Anyo Electric Manufacturing Co., Ltd.

Claims (1)

【特許請求の範囲】  IF−THBN形式のファジールールを持ち、そのル
ールが持つファジー値のメンバシップ関数をその定義域
に対する関数値のテーブルとして格納し、入力変数とフ
ァジー値のメンバシップ関数のMAX−MIN合成から
出力変数のメンバシップ関数を求めるファジー推論制御
装置において、 2個以上のCPUを備え、そのCPUの個数にファジー
メンバシップ関数の定義域を分割し、各CPUにその分
割された領域を割り当て、並列にファジー推論を行うこ
とを特徴とするファジー制御装置。
[Claims] It has a fuzzy rule in IF-THBN format, stores the fuzzy value membership function of the rule as a table of function values for its domain, and stores the MAX of the membership function of input variables and fuzzy values. - A fuzzy inference control device that calculates the membership function of an output variable from MIN synthesis, is equipped with two or more CPUs, divides the domain of the fuzzy membership function into the number of CPUs, and divides the domain into each CPU. A fuzzy control device that allocates and performs fuzzy inference in parallel.
JP2172454A 1990-06-28 1990-06-28 Parallel fuzzy controller Pending JPH04100152A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2172454A JPH04100152A (en) 1990-06-28 1990-06-28 Parallel fuzzy controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2172454A JPH04100152A (en) 1990-06-28 1990-06-28 Parallel fuzzy controller

Publications (1)

Publication Number Publication Date
JPH04100152A true JPH04100152A (en) 1992-04-02

Family

ID=15942291

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2172454A Pending JPH04100152A (en) 1990-06-28 1990-06-28 Parallel fuzzy controller

Country Status (1)

Country Link
JP (1) JPH04100152A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5392935A (en) * 1992-10-06 1995-02-28 Obayashi Corporation Control system for cable crane

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5392935A (en) * 1992-10-06 1995-02-28 Obayashi Corporation Control system for cable crane

Similar Documents

Publication Publication Date Title
CN111427838A (en) Classification system and method for dynamically updating convolutional neural network based on ZYNQ
US5799132A (en) Fuzzy logic electronic controller and associated method for setting up memories thereof
US5353380A (en) Approximate reasoning apparatus
JPH04100152A (en) Parallel fuzzy controller
US5604842A (en) Fuzzy reasoning processor and method, and rule setting apparatus and method
JPH02226304A (en) Group control system for fuzzy controller
JP2509929B2 (en) Parallel sort processing method
Van Swaaij et al. Deriving ASIC architectures for the Hough transform
JP3017300B2 (en) Fuzzy inference device
US5841948A (en) Defuzzifying method in fuzzy inference system
JPS6247785A (en) Adjacent image processor
Hall et al. Scheduling and lot streaming in two‐machine open shops with no‐wait in process
JPH0250220A (en) Summarized arithmetic processing machine
SU1051556A1 (en) Device for reducing information redundancy
CA1237524A (en) Geometric processing system
JP2889244B2 (en) Image processing device
JPS63113737A (en) Arithmetic method for fuzzy inference
JPH06266860A (en) Vector processing processor
JPH0583945B2 (en)
Senoussi et al. Quadtree algorithms for template matching on mesh connected computer
JPH05289882A (en) Fuzzy inference device
CN117933327A (en) Processing device, processing method, chip and electronic device
CN117933314A (en) Processing device, processing method, chip and electronic device
JPH04260933A (en) Fuzzy inference device
JPH04256168A (en) Digital signal processor