0% found this document useful (0 votes)
9 views25 pages

W2

This document discusses fuzzy logic and membership functions. It explains that a membership function defines how each point in the input space is mapped to a value between 0 and 1, representing the degree of membership in fuzzy sets. It describes Mamdani and Sugeno fuzzy inference systems and their use of logical operations and fuzzy rules. It also introduces the Fuzzy Logic Designer app in MATLAB that can be used to build and visualize fuzzy inference systems.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views25 pages

W2

This document discusses fuzzy logic and membership functions. It explains that a membership function defines how each point in the input space is mapped to a value between 0 and 1, representing the degree of membership in fuzzy sets. It describes Mamdani and Sugeno fuzzy inference systems and their use of logical operations and fuzzy rules. It also introduces the Fuzzy Logic Designer app in MATLAB that can be used to build and visualize fuzzy inference systems.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 25

Curso de Inteligencia Artificial – Programa de Ing.

Electrónica

Week 3: Fuzzy Logic – Membership Function

MSc. Rafael Núñez Rodríguez


Electronics Engineering Program
Advanced Control Research Group – GICAV
Unidades Tecnológicas de Santander
Fuzzy Logic

Fuzzy Inference Diagram


Fuzzy Logic

Fuzzy
Fuzzy Sets

Classical
Fuzzy Logic

Fuzzy Sets

Reasoning
Fuzzy Logic

Fuzzy Sets

Reasoning
Fuzzy Logic

Fuzzy Sets

Reasoning
Fuzzy Logic

Fuzzy Sets

Reasoning
Fuzzy Logic

Membership Functions

A membership function (MF) is a curve that defines how each point in the input
space is mapped to a membership value (or degree of membership) between 0
and 1. The input space is sometimes referred to as the universe of discourse
Fuzzy Logic

Membership Functions

A membership function (MF) is a


curve that defines how each point in
the input space is mapped to a
membership value (or degree of
membership) between 0 and 1. The
input space is sometimes referred to
as the universe of discourse
Fuzzy Logic
Membership Functions
Fuzzy Logic

Membership Functions
Fuzzy Logic

Logical Operations
Fuzzy Logic

Logical Operations
Fuzzy Logic

Logical Operations
Fuzzy Logic

Mamdani Fuzzy Inference Systems


Fuzzy Logic

Mamdani Fuzzy Inference Systems - Example

HS LS ZS LS HS

σ𝑁 𝜇 𝑥𝑖 𝑥𝑖 (0 ∗ −13) + (0.25 ∗ −9) + (0.25 ∗ 4) + (0.5 ∗ 6) + (0.75 ∗ 9.5) + (0.75 ∗ 15.5) + (0.5 ∗ 19) + (0 ∗ 25)
𝑢 = 𝑖=1 = = 10
σ𝑏𝑥=𝑎 𝜇 𝑥𝑖 0 + 0.25 + 0.25 + 0.5 + 0.75 + 0.75 + 0.5 + 0
Fuzzy Logic

Sugeno Fuzzy Inference Systems

𝑧𝑖 = 𝑎𝑖 𝑥 + 𝑏𝑖 𝑦 + 𝑐
Fuzzy Logic

Build Fuzzy Systems Using Fuzzy Logic Designer


Fuzzy Logic

Build Fuzzy Systems Using Fuzzy Logic Designer

The Fuzzy Logic Designer app displays information about a fuzzy inference system. To open
Fuzzy Logic Designer, type the following command at the MATLAB prompt:
fuzzyLogicDesigner
Fuzzy Logic

Build Fuzzy Systems Using Fuzzy Logic Designer


Fuzzy Logic

Build Fuzzy Systems Using Fuzzy Logic Designer


Fuzzy Logic

Build Fuzzy Systems Using Fuzzy Logic Designer


Fuzzy Logic

Build Fuzzy Systems Using Fuzzy Logic Designer

You might also like