SlideShare a Scribd company logo
2
Most read
6
Most read
9
Most read
Name Ammar Muhammad
Subject Intelligent Control Application
Topic Fuzzy Controller Design Procedure
Professor Chan Zhou
CONTENTS
• What is Fuzzy Controller?
• Structure of Fuzzy Controller
• Importance in Control Systems
• Example problem: Temperature Control
• Fuzzification
• Membership Functions And Linguistic Variables
• Knowledge base (Rule Set)
• Fuzzy inference system (FIS)
• Defuzzification in Fuzzy Logic
• Summary
WHAT IS FUZZY CONTROLLER?
• A fuzzy controller is a type of control system that uses linguistic variables to emulates human decision-making
in handling uncertain or imprecise information to handle complex and non-linear control systems.
• It employs fuzzy logic to interpret input variables, assess them against a set of rules, and produce continuous
output values.
• This controller operates by creating relationships between input and output using fuzzy sets, membership
functions, and rule-based reasoning, making it well-suited for systems where traditional binary control isn't
precise enough.
• This intelligent control system is widely used in various applications, such as robotics, process control, and
automation.
STRUCTURE OF FUZZY CONTROLLER
IMPORTANCE IN CONTROL SYSTEMS
1. Handling uncertainty: Traditional control systems often struggle with handling uncertain or imprecise information. Fuzzy logic excels here by
allowing for imprecise inputs and linguistic descriptions, enabling effective decision-making even with incomplete or vague data.
2. Human-like reasoning: it mimics human decision-making processes by allowing for linguistic variables and rules. This flexibility enables
controllers to be more natural, making it easier to incorporate expert knowledge into the control system.
3. Robustness: fuzzy control systems tend to be more robust in dealing with dynamic or nonlinear systems. They adapt well to changing
environments or system conditions, providing stability and improved performance.
4. Complex system control: fuzzy logic enables control over systems that are difficult to model precisely. It's particularly useful in systems where
mathematical modeling is challenging or where the system behavior is highly nonlinear.
5. Simple implementation: fuzzy controllers can often be implemented more straightforwardly compared to complex mathematical models. They
require fewer computations and can be easily understood and implemented in various hardware and software systems.
• Overall, the adaptability, robustness, and ability to handle uncertainty make fuzzy logic a valuable tool in control systems across various
industries and applications.
EXAMPLE PROBLEM: TEMPERATURE
CONTROL
Temperature control using fuzzy logic
Scenario: controlling room temperature
Objective: utilizing fuzzy controller for precision
Control variables
Input variable: Temperature Error
• Linguistic terms: cold, warm, hot
• Membership functions: representing fuzzy sets
Output variable: Heater Power
• Linguistic terms: low, medium, high
• Mapping membership functions for control output
Nonlinear mapping of an input data set to a scalar output data is known as fuzzy logic system. A fuzzy logic
system consists of four main parts:
• Fuzzifier
• Rules
• Inference engine
• Defuzzifier.
These components and the general architecture of a fuzzy logic system
Example Problem: Temperature Control
FUZZIFICATION
• Fuzzification is a process within fuzzy logic that converts crisp, numerical input values into fuzzy sets or
linguistic variables.
• In traditional logic or mathematics, inputs are precise and exact, but in real-world scenarios, information might
be imprecise, uncertain, or vague.
• Fuzzy logic addresses this by allowing inputs to be represented not just as precise values, but as linguistic terms
or fuzzy sets that capture degrees of membership.
MEMBERSHIP FUNCTIONS AND
LINGUISTIC VARIABLES
Membership function (MF) -
A function which represents
the graph of fuzzy sets that
allows users to quantify the
linguistic term.
Linguistic variables represent
crisp information in a form
and precision appropriate for
the problem.
Degree of membership- the
output of a membership
function, this value is always
limited to between 0 and 1.
Also known as a
membership value or
membership grade.
Each linguistic term covers a
relatively wide range of
numerical values. Its value is
not a number but word.
DIFFERENT FORMS OF MEMBERSHIP
FUNCTIONS
KNOWLEDGE BASE (RULE SET)
• Most of the fuzzy logic applications involve construction and processing of fuzzy rules.
• Fuzzy rules serve to describe, in linguistic terms, a qualitative relationship between two or more variables.
• In a fuzzy logic, a rule base is constructed to control the output variable.
• A fuzzy logic controller describes a control protocol by means of IF-THEN rules, such as "IF temperature is
low open heating valve slightly".
RULE BASE CREATION IN FUZZY LOGIC
• IF-THEN rules for decision making
Example rule: IF temperature is cold THEN heater power is high
Linguistic variables linked via IF-THEN statements
Explanation of rules reflecting control actions
• Components of rule base
Linguistic variables interconnection:
Temperature error ↔ heater power
Multiple IF-THEN statements for different scenarios
RULE BASE CREATION IN FUZZY LOGIC(CONT.)
• Rule base importance: forms core decision-making structure
• Human-like reasoning: allows incorporation of expert knowledge
• Flexibility: adaptable to varying control scenarios
• The concept of rule base creation in fuzzy logic, emphasizing the structure of IF-THEN rules connecting linguistic
variables and explaining their importance in decision-making within a fuzzy controller.
• The visual representation will aid in demonstrating how linguistic variables are interconnected to determine control
actions.
FUZZY INFERENCE SYSTEM (FIS)
• A rule base containing a number of fuzzy IF-THEN rules.
• A database which defines the membership functions of the fuzzy sets used in fuzzy rules.
• A decision-making unit which performs the inference operations on the rules.
• A fuzzification interface which transforms the crisp inputs into degrees of match with linguistic values.
• A defuzzification interface which transform the fuzzy results of the inference into a crisp output.
FIS (CONTINUED)
• Fuzzy operators: logical operations in fuzzy logic
Types of fuzzy operators
1. AND operator (t-norm):
1. Purpose: represents intersection
2. Example: MIN operator - t-norm representing minimum membership
2. OR operator (t-conorm):
1. Purpose: represents union
2. Example: MAX operator - t-conorm representing maximum membership
3. NOT operator:
1. Purpose: represents complement
2. Example: 1 - membership degree
CONT.
• DEGREE OF RELATIONSHIP:
Define degrees of membership or relationship in rules (e.g., High, low, very high)
• Fuzzy relation matrix
• Illustrate a matrix showing the degrees of relationship between input (temperature error) and output (heater
power) fuzzy sets.
• Rows represent input linguistic terms; columns represent output linguistic terms.
• Highlight how changes in input (e.g, From cold to warm) impact the output (e.G., From high to medium heater
power).
Slow Moderate Fast Very Fast
Slow Very Slow Slow Moderate Fast
Moderate Slow Moderate Fast Very Fast
Fast Moderate Fast Very Fast Very Fast
Very Fast Fast Very Fast Very Fast Very Fast
DEFUZZIFICATION IN FUZZY LOGIC
• The procedure of producing a quantitative outcome in fuzzy logic, given fuzzy sets and corresponding
membership degrees can be described as term “Defuzzification”.
• It is basically required in fuzzy control arrangements. These arrangements will contain large number of rules
which will convert a number of variables into a fuzzy result and eventually the converted variables called
results are expressed in terms of membership in fuzzy sets.
• In the defuzzification the methods (centroid and max membership), and their significance in obtaining crisp
outputs from fuzzy set outputs.
• Emphasizing the importance of this process in finalizing control actions and the consideration of method
selection based on application requirements.
SUMMARY
• Fuzzy controller design procedure
• Defined linguistic variables & fuzzy sets
• Created rule base & fuzzy inference mechanism
• Determined fuzzy relation & Defuzzified output
• Applications
• Widespread use: HVAC systems, robotics, traffic control
• Enhanced control: better performance in dynamic environments
• Fuzzy valuable in complex control systems
• The conclusion emphasizes the importance of fuzzy logic in addressing complex control challenges and its
continuous evolution to meet dynamic system demands.
REFERENCE
• BOOK OF FUZZY CONTROL KEVIN M. PASSINO DEPARTMENT OF ELECTRICAL ENGINEERING THE OHIO STATE UNIVERSITY.
• BOOK FUZZY CONTROLLERS LEONID REZNIK VICTORIA UNIVERSITY OF TECHNOLOGY, MELBOURNE, AUSTRALIA
• A. HAMAM AND N. D. GEORGANAS, “A COMPARISON OF MAMDANI AND SUGENO FUZZY INFERENCE SYSTEMS FOR EVALUATING THE QUALITY OF
EXPERIENCE OF HAPTO-AUDIO-VISUAL APPLICATIONS” HAVE 2008 – IEEE INTERNATIONAL WORKSHOP ON HAPTIC AUDIO VISUAL ENVIRONMENTS AND
THEIR APPLICATIONSOTTAWA CANADA, 18-19 OCTOBER 2008.
• RAJANI K. MUDI AND NIKHIL R. PAL, “A NOTE ON FUZZY PI-TYPE CONTROLLERS WITH RESETTING ACTION”, ELSEVIER, FUZZY SETS AND SYSTEMS 121
(2001) 149–159.
• RAJANI K. MUDI AND NIKHIL R. PAL, “A ROBUST SELF-TUNING SCHEME FOR PI- AND PD-TYPE FUZZY CONTROLLERS” IEEE HILL, G., HORSTKOTTE, E. AND
TEICHROW, J. (1990). )X]]& GHYHORSPHQW VVWHP ± XVHUV PDQXDO , TOGAI INFRALOGIC, 30 CORPORATE PARK, IRVINE, CA 92714, USA.
• HOLMBLAD, L. P. AND ØSTERGAARD, J.-J. (1982). CONTROL OF A CEMENT KILN BY FUZZY LOGIC, LQ GUPTA AND SANCHEZ (EDS), )X]] ,QIRUPDWLRQ DQG
'HFLVLRQ 3URFHVVHV, NORTH-HOLLAND, AMSTERDAM, PP. 389–399. (REPRINT IN: FLS REVIEW NO 67, FLS AUTOMATION A/S, HØFFDINGSVEJ 77, DK-
2500 VALBY, COPENHAGEN, DENMARK).
Fuzzy Controller Design Procedure System

More Related Content

PDF
Exception Handling
PPTX
Crisp set
PPTX
closure properties of regular language.pptx
PPTX
Ip security
PDF
Mercado livre
PPTX
Mapping Data Types In Python.pptx
PPT
Algorithm: priority queue
PPT
Input and output in C++
Exception Handling
Crisp set
closure properties of regular language.pptx
Ip security
Mercado livre
Mapping Data Types In Python.pptx
Algorithm: priority queue
Input and output in C++

What's hot (20)

PPTX
C formatted and unformatted input and output constructs
PDF
Object-oriented Programming-with C#
PPT
Data abstraction and object orientation
PDF
Algoritmos de enrutamiento
PPTX
10 protocolos de enrutamiento
PPTX
Access specifiers(modifiers) in java
DOC
Cse 7 softcomputing lab
PPTX
Strings in Java
PDF
Curso de VoIP / Parte 03: Dialplan
DOCX
8-Practice problems on operator precedence parser-24-05-2023.docx
PPTX
8 QUEENS PROBLEM.pptx
PPTX
Inheritance and Polymorphism Java
PPTX
Encapsulation C++
ODP
Type Parameterization
PDF
C++ Programming
PPTX
Post Machine
PPTX
Type casting
PPTX
2.5 ambiguity in context free grammars
PDF
Software de VOIP
PDF
All pairs shortest path algorithm
C formatted and unformatted input and output constructs
Object-oriented Programming-with C#
Data abstraction and object orientation
Algoritmos de enrutamiento
10 protocolos de enrutamiento
Access specifiers(modifiers) in java
Cse 7 softcomputing lab
Strings in Java
Curso de VoIP / Parte 03: Dialplan
8-Practice problems on operator precedence parser-24-05-2023.docx
8 QUEENS PROBLEM.pptx
Inheritance and Polymorphism Java
Encapsulation C++
Type Parameterization
C++ Programming
Post Machine
Type casting
2.5 ambiguity in context free grammars
Software de VOIP
All pairs shortest path algorithm
Ad

Similar to Fuzzy Controller Design Procedure System (20)

PPT
DESIGN AND SIMULATION OF FUZZY LOGIC CONTROLLER USING MATLAB
PPTX
Fuzzy logic
PPTX
Fuzzy Logic Controller.pptx
PPTX
Fuzzy logic 2014
PPT
fuzzy-logic nit-Bharat.ppt
PDF
On fuzzy concepts in engineering ppt. ncce
PPT
Intelligence control using fuzzy logic
PPTX
Fuzzy logic
PPTX
Week 8.pptx
PPTX
Fuzzy Logic Seminar with Implementation
PPTX
Chapter 5 - Fuzzy Logic
PPTX
Fuzzy logic
PPTX
Fuzzy Logic Application and Fuzzy Set Theory
PPT
Fuzzy logic
PPT
Fuzzy logic control
PPTX
Fuzzy expert system
PPTX
Swaroop.m.r
PPTX
Swaroop.m.r
PDF
Report on robotic control
PPTX
Fuzzy logic mis
DESIGN AND SIMULATION OF FUZZY LOGIC CONTROLLER USING MATLAB
Fuzzy logic
Fuzzy Logic Controller.pptx
Fuzzy logic 2014
fuzzy-logic nit-Bharat.ppt
On fuzzy concepts in engineering ppt. ncce
Intelligence control using fuzzy logic
Fuzzy logic
Week 8.pptx
Fuzzy Logic Seminar with Implementation
Chapter 5 - Fuzzy Logic
Fuzzy logic
Fuzzy Logic Application and Fuzzy Set Theory
Fuzzy logic
Fuzzy logic control
Fuzzy expert system
Swaroop.m.r
Swaroop.m.r
Report on robotic control
Fuzzy logic mis
Ad

Recently uploaded (20)

PPT
Mechanical Engineering MATERIALS Selection
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PPTX
UNIT 4 Total Quality Management .pptx
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PPTX
Internet of Things (IOT) - A guide to understanding
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PPTX
OOP with Java - Java Introduction (Basics)
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PPTX
Welding lecture in detail for understanding
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PPTX
additive manufacturing of ss316l using mig welding
PDF
PPT on Performance Review to get promotions
Mechanical Engineering MATERIALS Selection
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
UNIT 4 Total Quality Management .pptx
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
CYBER-CRIMES AND SECURITY A guide to understanding
Internet of Things (IOT) - A guide to understanding
Operating System & Kernel Study Guide-1 - converted.pdf
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
UNIT-1 - COAL BASED THERMAL POWER PLANTS
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
OOP with Java - Java Introduction (Basics)
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Welding lecture in detail for understanding
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
additive manufacturing of ss316l using mig welding
PPT on Performance Review to get promotions

Fuzzy Controller Design Procedure System

  • 1. Name Ammar Muhammad Subject Intelligent Control Application Topic Fuzzy Controller Design Procedure Professor Chan Zhou
  • 2. CONTENTS • What is Fuzzy Controller? • Structure of Fuzzy Controller • Importance in Control Systems • Example problem: Temperature Control • Fuzzification • Membership Functions And Linguistic Variables • Knowledge base (Rule Set) • Fuzzy inference system (FIS) • Defuzzification in Fuzzy Logic • Summary
  • 3. WHAT IS FUZZY CONTROLLER? • A fuzzy controller is a type of control system that uses linguistic variables to emulates human decision-making in handling uncertain or imprecise information to handle complex and non-linear control systems. • It employs fuzzy logic to interpret input variables, assess them against a set of rules, and produce continuous output values. • This controller operates by creating relationships between input and output using fuzzy sets, membership functions, and rule-based reasoning, making it well-suited for systems where traditional binary control isn't precise enough. • This intelligent control system is widely used in various applications, such as robotics, process control, and automation.
  • 4. STRUCTURE OF FUZZY CONTROLLER
  • 5. IMPORTANCE IN CONTROL SYSTEMS 1. Handling uncertainty: Traditional control systems often struggle with handling uncertain or imprecise information. Fuzzy logic excels here by allowing for imprecise inputs and linguistic descriptions, enabling effective decision-making even with incomplete or vague data. 2. Human-like reasoning: it mimics human decision-making processes by allowing for linguistic variables and rules. This flexibility enables controllers to be more natural, making it easier to incorporate expert knowledge into the control system. 3. Robustness: fuzzy control systems tend to be more robust in dealing with dynamic or nonlinear systems. They adapt well to changing environments or system conditions, providing stability and improved performance. 4. Complex system control: fuzzy logic enables control over systems that are difficult to model precisely. It's particularly useful in systems where mathematical modeling is challenging or where the system behavior is highly nonlinear. 5. Simple implementation: fuzzy controllers can often be implemented more straightforwardly compared to complex mathematical models. They require fewer computations and can be easily understood and implemented in various hardware and software systems. • Overall, the adaptability, robustness, and ability to handle uncertainty make fuzzy logic a valuable tool in control systems across various industries and applications.
  • 6. EXAMPLE PROBLEM: TEMPERATURE CONTROL Temperature control using fuzzy logic Scenario: controlling room temperature Objective: utilizing fuzzy controller for precision Control variables Input variable: Temperature Error • Linguistic terms: cold, warm, hot • Membership functions: representing fuzzy sets Output variable: Heater Power • Linguistic terms: low, medium, high • Mapping membership functions for control output
  • 7. Nonlinear mapping of an input data set to a scalar output data is known as fuzzy logic system. A fuzzy logic system consists of four main parts: • Fuzzifier • Rules • Inference engine • Defuzzifier. These components and the general architecture of a fuzzy logic system Example Problem: Temperature Control
  • 8. FUZZIFICATION • Fuzzification is a process within fuzzy logic that converts crisp, numerical input values into fuzzy sets or linguistic variables. • In traditional logic or mathematics, inputs are precise and exact, but in real-world scenarios, information might be imprecise, uncertain, or vague. • Fuzzy logic addresses this by allowing inputs to be represented not just as precise values, but as linguistic terms or fuzzy sets that capture degrees of membership.
  • 9. MEMBERSHIP FUNCTIONS AND LINGUISTIC VARIABLES Membership function (MF) - A function which represents the graph of fuzzy sets that allows users to quantify the linguistic term. Linguistic variables represent crisp information in a form and precision appropriate for the problem. Degree of membership- the output of a membership function, this value is always limited to between 0 and 1. Also known as a membership value or membership grade. Each linguistic term covers a relatively wide range of numerical values. Its value is not a number but word.
  • 10. DIFFERENT FORMS OF MEMBERSHIP FUNCTIONS
  • 11. KNOWLEDGE BASE (RULE SET) • Most of the fuzzy logic applications involve construction and processing of fuzzy rules. • Fuzzy rules serve to describe, in linguistic terms, a qualitative relationship between two or more variables. • In a fuzzy logic, a rule base is constructed to control the output variable. • A fuzzy logic controller describes a control protocol by means of IF-THEN rules, such as "IF temperature is low open heating valve slightly".
  • 12. RULE BASE CREATION IN FUZZY LOGIC • IF-THEN rules for decision making Example rule: IF temperature is cold THEN heater power is high Linguistic variables linked via IF-THEN statements Explanation of rules reflecting control actions • Components of rule base Linguistic variables interconnection: Temperature error ↔ heater power Multiple IF-THEN statements for different scenarios
  • 13. RULE BASE CREATION IN FUZZY LOGIC(CONT.) • Rule base importance: forms core decision-making structure • Human-like reasoning: allows incorporation of expert knowledge • Flexibility: adaptable to varying control scenarios • The concept of rule base creation in fuzzy logic, emphasizing the structure of IF-THEN rules connecting linguistic variables and explaining their importance in decision-making within a fuzzy controller. • The visual representation will aid in demonstrating how linguistic variables are interconnected to determine control actions.
  • 14. FUZZY INFERENCE SYSTEM (FIS) • A rule base containing a number of fuzzy IF-THEN rules. • A database which defines the membership functions of the fuzzy sets used in fuzzy rules. • A decision-making unit which performs the inference operations on the rules. • A fuzzification interface which transforms the crisp inputs into degrees of match with linguistic values. • A defuzzification interface which transform the fuzzy results of the inference into a crisp output.
  • 15. FIS (CONTINUED) • Fuzzy operators: logical operations in fuzzy logic Types of fuzzy operators 1. AND operator (t-norm): 1. Purpose: represents intersection 2. Example: MIN operator - t-norm representing minimum membership 2. OR operator (t-conorm): 1. Purpose: represents union 2. Example: MAX operator - t-conorm representing maximum membership 3. NOT operator: 1. Purpose: represents complement 2. Example: 1 - membership degree
  • 16. CONT. • DEGREE OF RELATIONSHIP: Define degrees of membership or relationship in rules (e.g., High, low, very high) • Fuzzy relation matrix • Illustrate a matrix showing the degrees of relationship between input (temperature error) and output (heater power) fuzzy sets. • Rows represent input linguistic terms; columns represent output linguistic terms. • Highlight how changes in input (e.g, From cold to warm) impact the output (e.G., From high to medium heater power). Slow Moderate Fast Very Fast Slow Very Slow Slow Moderate Fast Moderate Slow Moderate Fast Very Fast Fast Moderate Fast Very Fast Very Fast Very Fast Fast Very Fast Very Fast Very Fast
  • 17. DEFUZZIFICATION IN FUZZY LOGIC • The procedure of producing a quantitative outcome in fuzzy logic, given fuzzy sets and corresponding membership degrees can be described as term “Defuzzification”. • It is basically required in fuzzy control arrangements. These arrangements will contain large number of rules which will convert a number of variables into a fuzzy result and eventually the converted variables called results are expressed in terms of membership in fuzzy sets. • In the defuzzification the methods (centroid and max membership), and their significance in obtaining crisp outputs from fuzzy set outputs. • Emphasizing the importance of this process in finalizing control actions and the consideration of method selection based on application requirements.
  • 18. SUMMARY • Fuzzy controller design procedure • Defined linguistic variables & fuzzy sets • Created rule base & fuzzy inference mechanism • Determined fuzzy relation & Defuzzified output • Applications • Widespread use: HVAC systems, robotics, traffic control • Enhanced control: better performance in dynamic environments • Fuzzy valuable in complex control systems • The conclusion emphasizes the importance of fuzzy logic in addressing complex control challenges and its continuous evolution to meet dynamic system demands.
  • 19. REFERENCE • BOOK OF FUZZY CONTROL KEVIN M. PASSINO DEPARTMENT OF ELECTRICAL ENGINEERING THE OHIO STATE UNIVERSITY. • BOOK FUZZY CONTROLLERS LEONID REZNIK VICTORIA UNIVERSITY OF TECHNOLOGY, MELBOURNE, AUSTRALIA • A. HAMAM AND N. D. GEORGANAS, “A COMPARISON OF MAMDANI AND SUGENO FUZZY INFERENCE SYSTEMS FOR EVALUATING THE QUALITY OF EXPERIENCE OF HAPTO-AUDIO-VISUAL APPLICATIONS” HAVE 2008 – IEEE INTERNATIONAL WORKSHOP ON HAPTIC AUDIO VISUAL ENVIRONMENTS AND THEIR APPLICATIONSOTTAWA CANADA, 18-19 OCTOBER 2008. • RAJANI K. MUDI AND NIKHIL R. PAL, “A NOTE ON FUZZY PI-TYPE CONTROLLERS WITH RESETTING ACTION”, ELSEVIER, FUZZY SETS AND SYSTEMS 121 (2001) 149–159. • RAJANI K. MUDI AND NIKHIL R. PAL, “A ROBUST SELF-TUNING SCHEME FOR PI- AND PD-TYPE FUZZY CONTROLLERS” IEEE HILL, G., HORSTKOTTE, E. AND TEICHROW, J. (1990). )X]]& GHYHORSPHQW VVWHP ± XVHUV PDQXDO , TOGAI INFRALOGIC, 30 CORPORATE PARK, IRVINE, CA 92714, USA. • HOLMBLAD, L. P. AND ØSTERGAARD, J.-J. (1982). CONTROL OF A CEMENT KILN BY FUZZY LOGIC, LQ GUPTA AND SANCHEZ (EDS), )X]] ,QIRUPDWLRQ DQG 'HFLVLRQ 3URFHVVHV, NORTH-HOLLAND, AMSTERDAM, PP. 389–399. (REPRINT IN: FLS REVIEW NO 67, FLS AUTOMATION A/S, HØFFDINGSVEJ 77, DK- 2500 VALBY, COPENHAGEN, DENMARK).