Using Simulink Simulink Help Desk

Help for SymbInfSug

FlouLib

This block implements a Sugeno inference with a linguistique representation (or symbolic) of the input.

Input: Membership degree vector

The input vector is generally the result of a symbolic fuzzification but it can also be the output of another block producing a symbolic output (for example a SymbInfMam block), thus allowing the chaining of rules.

Output: real

Parameters : file name describing the set of rules

The file is formed as follows: 

The line "A-1 B-1 10.25" corresponds to the rule:

If Input1 is A-1 and Input2 is B-1 Then Output = 10.25

An example of file is:

2
A-1 B-1 -20.0
A-1 B0 -10.0
A-1 B1 0.0
A0 B-1 -10.0
A0 B0 0.0
A0 B1 10.0
A1 B-1 0.0
A1 B0 10.0
A1 B1 20.0