You are on page 1of 16

1

General Information
Audit Log
2018-07-13 04:11:36 TOSHIBA 8.40b Last Edit
2018-07-13 03:03:47 TOSHIBA 8.40b Created

Documentation Created: jueves, 12 de julio de 2018


Edition Name: fuzzyTECH 8.40b Professional Demo

Table of Contents

List of Figures

List of Tables

List of Abbreviations

Compute MBF Compute Membership Function (Fuzzification Method)


Fast CoA Fast Center of Area (Defuzzification Method)

BSum Bounded Sum Fuzzy Operator for Result Aggregation


Min Fuzzy Operator for AND Aggregation
Max Fuzzy Operator for OR Aggregation
Prod Fuzzy Operator for Composition

LV Linguistic Variable
MBF Membership Function
RB Rule Block
2

Fuzzy System

Project Description

Input Variables 3
Output Variables 1
Intermediate Variables 0
Rule Blocks 1
Rules 36
Membership Functions 13

Table 1: Project Statistics

System Structure

The system structure identifies the fuzzy logic inference flow from the input variables to the output
variables. The fuzzification in the input interfaces translates analog inputs into fuzzy values. The fuzzy
inference takes place in rule blocks which contain the linguistic control rules. The output of these rule
blocks are linguistic variables. The defuzzification in the output interfaces translates them into analog
variables.

The following figure shows the whole structure of this fuzzy system including input interfaces, rule
blocks and output interfaces. The connecting lines symbolize the data flow.

Figure 1: Structure of the Fuzzy Logic System

Variables

This chapter contains the definition of all linguistic variables and of all membership functions.
Linguistic variables are used to translate real values into linguistic values. The possible values of a
linguistic variable are not numbers but so called 'linguistic terms'.

The following tables list all variables of the system as well as the respective fuzzification or
defuzzification method. Also the properties of all base variables and the term names are listed.

Inputs

# Variable Name Type Unit Min Max Default


1 Horas_De_Estudio 0 4 1
2 Motivacion 0 10 1
3 Notas 0 20 1
3

Table 2: Variables of Group "Inputs"

Fuzzification Methods
Compute MBF

Outputs

# Variable Name Type Unit Min Max Default


4 Rendimiento 0 100 0

Table 3: Variables of Group "Outputs"

Defuzzification Methods
Fast CoA

The default value of an output variable is used if no rule is firing for this variable. Different methods
can be used for the defuzzification, resulting either in to the 'most plausible result' or the 'best
compromise'.

The 'best compromise' is produced by the methods:


CoM (Center of Maximum)
CoA (Center of Area)
CoA BSUM, a version especially for efficient VLSI implementations

The 'most plausible result' is produced by the methods:


MoM (Mean of Maximum)
Categorical MoM (Categorical Mean of Maximum)
MoM BSUM, a version especially for efficient VLSI implementations

Input Variable "Horas_De_Estudio"

Figure 2: MBF of "Horas_De_Estudio"

Terms of Variable "Horas_De_Estudio"

Term "Deficiente"

Type: Linear (Standard)


Definition Points: (0.0000|100) (1.3333|0) (4.0000|0)
Inverse: Off
Comment:
4

Term "Bajo"

Type: Linear (Standard)


Definition Points: (0.0000|0) (1.3333|100) (2.6667|0) (4.0000|0)
Inverse: Off
Comment:

Term "Medio"

Type: Linear (Standard)


Definition Points: (0.0000|0) (1.3333|0) (2.6667|100) (4.0000|0)
Inverse: Off
Comment:

Term "Optimo"

Type: Linear (Standard)


Definition Points: (0.0000|0) (2.6667|0) (4.0000|100)
Inverse: Off
Comment:

Input Variable "Motivacion"

Figure 3: MBF of "Motivacion"

Terms of Variable "Motivacion"

Term "Baja"

Type: Linear (Standard)


Definition Points: (0.0000|100) (3.0000|0) (10.0000|0)
Inverse: Off
Comment:

Term "Media"

Type: Linear (Standard)


Definition Points: (0.0000|0) (2.0000|0) (5.0000|100) (8.0000|0) (10.0000|0)
Inverse: Off
5

Comment:

Term "Alta"

Type: Linear (Standard)


Definition Points: (0.0000|0) (7.0000|0) (10.0000|100)
Inverse: Off
Comment:

Input Variable "Notas"

Figure 4: MBF of "Notas"

Terms of Variable "Notas"

Term "Baja"

Type: Linear (Standard)


Definition Points: (0.0000|100) (12.0000|0) (20.0000|0)
Inverse: Off
Comment:

Term "Regular"

Type: Linear (Standard)


Definition Points: (0.0000|0) (11.0000|0) (12.5000|100) (14.0000|0) (20.0000|0)
Inverse: Off
Comment:

Term "Alta"

Type: Linear (Standard)


Definition Points: (0.0000|0) (13.0000|0) (20.0000|100)
Inverse: Off
Comment:

Output Variable "Rendimiento"


6

Figure 5: MBF of "Rendimiento"

Terms of Variable "Rendimiento"

Term "Bajo"

Type: Linear (Standard)


Definition Points: (0.000|100) (40.000|0) (100.000|0)
Comment:

Term "Medio"

Type: Linear (Standard)


Definition Points: (0.000|0) (25.000|0) (50.000|100) (75.000|0) (100.000|0)
Comment:

Term "Alto"

Type: Linear (Standard)


Definition Points: (0.000|0) (60.000|0) (100.000|100)
Comment:

Rule Blocks

The rule blocks contain the control strategy of a fuzzy logic system. Each rule block confines all rules
for the same context. A context is defined by the same input and output variables of the rules.

The rules' 'if' part describes the situation, for which the rules are designed. The 'then' part describes
the response of the fuzzy system in this situation. The degree of support (DoS) is used to weigh each
rule according to its importance.

The processing of the rules starts with calculating the 'if' part. The operator type of the rule block
determines which method is used. The operator types MIN-MAX, MIN-AVG and GAMMA are
available. The characteristic of each operator type is influenced by an additional parameter.

For example:

MIN-MAX, parameter value 0 = Minimum Operator (MIN)


MIN-MAX, parameter value 1 = Maximum Operator (MAX)
GAMMA, parameter value 0 = Product Operator (PROD)

The minimum operator is a generalization of the Boolean 'and'; the maximum operator is a
generalization of the Boolean 'or'.

The fuzzy composition eventually combines the different rules to one conclusion. If the BSUM method
is used all firing rules are evaluated, if the MAX method is used only the dominant rules are evaluated.
7

Rule Block "RB1"

Input Aggregation: Min


Result Aggregation: Max
Number of Inputs: 3
Number of Outputs: 1
Number of Rules: 36
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: ACF0D997-8A21-4DDD-A2E4-4DB6A2506FA9

Rule Group "BR1"

Number of Rules: 36
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: 0DD3D768-3AF2-468B-A24A-CAE52F152A59

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: CBB766E7-DC55-4A2C-A8EB-782BA4F8F2BF

Horas_De_Estudio.Deficiente & Motivacion.Baja & Notas.Baja => Rendimiento.Bajo with 100

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: 521949FC-50AF-47F6-B5C5-11FB561AD3E2

Horas_De_Estudio.Deficiente & Motivacion.Baja & Notas.Regular => Rendimiento.Medio with 30

Rule

Number of Rules: 1
8

Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: 6F753F00-17A3-40BF-A0ED-89E0C6490F97

Horas_De_Estudio.Deficiente & Motivacion.Baja & Notas.Alta => Rendimiento.Alto with 20

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: EFBBD9BA-F6A7-41EE-9F70-489270A7893B

Horas_De_Estudio.Deficiente & Motivacion.Media & Notas.Baja => Rendimiento.Bajo with 90

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: C47A255F-5BAF-4517-8870-8B07C73CE8D9

Horas_De_Estudio.Deficiente & Motivacion.Media & Notas.Regular => Rendimiento.Medio with 40

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: 7F42806B-356B-47E6-9A81-CF5471B69757

Horas_De_Estudio.Deficiente & Motivacion.Media & Notas.Alta => Rendimiento.Alto with 25

Rule

Number of Rules: 1
Comment:
Color: Default
9

Deactivation: Off
Protection: Off
GUID: E7A0A2A2-707C-4642-8E2A-CA4BEA659CF2

Horas_De_Estudio.Deficiente & Motivacion.Alta & Notas.Baja => Rendimiento.Bajo with 80

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: 73475334-8E6D-4E71-9E22-98FF7A55269E

Horas_De_Estudio.Deficiente & Motivacion.Alta & Notas.Regular => Rendimiento.Medio with 50

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: C37717BF-7213-4250-989C-B0DD0C8FC33A

Horas_De_Estudio.Deficiente & Motivacion.Alta & Notas.Alta => Rendimiento.Alto with 30

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: 4DD620A8-8555-4B54-9F4A-E09C4211B912

Horas_De_Estudio.Bajo & Motivacion.Baja & Notas.Baja => Rendimiento.Bajo with 70

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
10

GUID: 295B6F36-E980-4518-AAC7-8DCD4355A392

Horas_De_Estudio.Bajo & Motivacion.Baja & Notas.Regular => Rendimiento.Medio with 60

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: 1C4041C7-FEDE-4012-908E-E27443830E97

Horas_De_Estudio.Bajo & Motivacion.Baja & Notas.Alta => Rendimiento.Alto with 35

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: 2BA683A4-6A56-41F2-B577-06C0B9977795

Horas_De_Estudio.Bajo & Motivacion.Media & Notas.Baja => Rendimiento.Bajo with 60

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: A9E3F1C5-E0D2-4FB0-840C-B7C3C4D820CB

Horas_De_Estudio.Bajo & Motivacion.Media & Notas.Regular => Rendimiento.Medio with 70

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: 6707CA4C-8D2F-413F-B90E-80ED78FA7443
11

Horas_De_Estudio.Bajo & Motivacion.Media & Notas.Alta => Rendimiento.Alto with 40

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: 67EB9D10-D3A6-46C0-8D5B-8BFB56C11EAE

Horas_De_Estudio.Bajo & Motivacion.Alta & Notas.Baja => Rendimiento.Bajo with 50

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: 99800387-1EB1-450A-9145-C61E844A7439

Horas_De_Estudio.Bajo & Motivacion.Alta & Notas.Regular => Rendimiento.Medio with 80

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: F9843AC7-7DEB-47BF-B3A9-F542C8CFB36E

Horas_De_Estudio.Bajo & Motivacion.Alta & Notas.Alta => Rendimiento.Alto with 45

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: EE533331-65CB-4E97-AA69-78966AE9D72F
12

Horas_De_Estudio.Medio & Motivacion.Baja & Notas.Baja => Rendimiento.Bajo with 45

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: F1C956AB-8233-4AC5-942A-7B68460C2641

Horas_De_Estudio.Medio & Motivacion.Baja & Notas.Regular => Rendimiento.Medio with 90

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: C53C4017-25CA-4891-B162-1D92277C2B31

Horas_De_Estudio.Medio & Motivacion.Baja & Notas.Alta => Rendimiento.Alto with 50

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: 8213C873-75A7-453E-AD8E-18C7052DF5DB

Horas_De_Estudio.Medio & Motivacion.Media & Notas.Baja => Rendimiento.Bajo with 40

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: 2AD69B42-7DF6-4834-8053-0884EE83565F

Horas_De_Estudio.Medio & Motivacion.Media & Notas.Regular => Rendimiento.Medio with 100


13

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: E9DAE9BE-3158-4F37-B2DD-839EFAF35A75

Horas_De_Estudio.Medio & Motivacion.Media & Notas.Alta => Rendimiento.Alto with 60

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: 4B70B739-458E-4D3D-832C-91C879761FD9

Horas_De_Estudio.Medio & Motivacion.Alta & Notas.Baja => Rendimiento.Bajo with 35

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: 36AC99DE-46F0-482D-B277-63D77019FDD5

Horas_De_Estudio.Medio & Motivacion.Alta & Notas.Regular => Rendimiento.Medio with 90

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: 4CDBEE97-C1E6-46CE-87F1-92B5B0E5C499

Horas_De_Estudio.Medio & Motivacion.Alta & Notas.Alta => Rendimiento.Alto with 70


14

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: CBB22B33-0511-4A5B-BB26-E6B94F785CE7

Horas_De_Estudio.Optimo & Motivacion.Baja & Notas.Baja => Rendimiento.Bajo with 30

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: 65CF9A1E-8F0D-4804-B91F-D83A95471E79

Horas_De_Estudio.Optimo & Motivacion.Baja & Notas.Regular => Rendimiento.Medio with 80

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: 188C5618-DE8E-49EE-9686-9CF4B147A55C

Horas_De_Estudio.Optimo & Motivacion.Baja & Notas.Alta => Rendimiento.Alto with 80

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: B67A3D50-CA4A-47AD-BAE1-9E095EEBED4C

Horas_De_Estudio.Optimo & Motivacion.Media & Notas.Baja => Rendimiento.Bajo with 25


15

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: D18747B0-E301-4CF8-A624-F21297DEDFDB

Horas_De_Estudio.Optimo & Motivacion.Media & Notas.Regular => Rendimiento.Medio with 70

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: B948EA30-1235-4B29-9797-A8757D05C1FC

Horas_De_Estudio.Optimo & Motivacion.Media & Notas.Alta => Rendimiento.Alto with 90

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: A5944E05-2EF0-4889-A46E-980CCBD207F0

Horas_De_Estudio.Optimo & Motivacion.Alta & Notas.Baja => Rendimiento.Bajo with 20

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: D7AD300E-284C-47E3-A525-0DC5144EAA8B

Horas_De_Estudio.Optimo & Motivacion.Alta & Notas.Regular => Rendimiento.Medio with 60


16

Rule

Number of Rules: 1
Comment:
Color: Default
Deactivation: Off
Protection: Off
GUID: F0E722C1-F1EB-45E3-92F8-3D80343F0105

Horas_De_Estudio.Optimo & Motivacion.Alta & Notas.Alta => Rendimiento.Alto with 100

You might also like