ANALYTICAL STRUCTURES FOR FUZZY PID CONTROLLERS AND APPLICATIONS

Size: px
Start display at page:

Download "ANALYTICAL STRUCTURES FOR FUZZY PID CONTROLLERS AND APPLICATIONS"

Transcription

1 International Journal of Electrical Engineering and Technology (IJEET), ISSN (Print) ISSN (Online), Volume 1 Number 1, May - June (2010), pp IAEME, International Journal of Electrical Engineering and Technology (IJEET), IJEET I A E M E ABSTRACT ANALYTICAL STRUCTURES FOR FUZZY PID CONTROLLERS AND APPLICATIONS VenkataRamesh.Edara Department of EE A.U.C.Eat Visakhapatnam venkatarameshedara@yahoo.com B.Amarendra Reddy Assistant Professor Department of EE,AU College of Engineering Andhra University, bamarendrareddy@yahoo.com Srikanth Monangi Junior manager in Vizag Steel Plant srim250@gmail.com In the present work, analytical structures for fuzzy proportional-integralderivative (PID) controllers are derived via triangular membership functions for inputs; triangular membership functions for output; minimum triangular norm; different combinations of two triangular co-norms (maximum, drastic sum) and five inference methods (such as Mamdani minimum, Larsen product, drastic product, bounded product and standard sequence) and center-of-sum defuzzification method. Computer simulations are included to demonstrate the effectiveness of the fuzzy PID controller over the conventional controller for time-delay and non-linear systems. Index Terms Analytical Structures, Bounded product, Drastic product, Larsen product, Standard Sequence, Triangular co-norm. INTRODUCTION PID controller is the most widely used control structure in industrial plants due to their simple and robust design, low cost and effectiveness for linear systems. Due to their linear structure, conventional PID controllers are usually not effective if the processes 1

2 involved are higher order and time delay systems, nonlinear systems, complex and vague systems without precise mathematical models, and systems with uncertainties [1]. There are researches worldwide aiming to improve the performance of complex processes and, so, leading to several advanced control techniques such as: adaptive control, auto-tuning, optimal control and predictive control. Most advanced control algorithms not only has had a great advance on the control theory but also depends on the mathematical model, where, in hard practical conditions, is not always possible to come up the model. Therefore, there is a necessity for a generalpurpose intelligent controller that can be used easily and effectively to control a wide variety of complex plants, in other words, a fuzzy control. Controllers based on fuzzy logic theory not only try to mimic the behavior of an expert operator but also do not demand the model identification. Fuzzy control systems have been investigated in many technical and industrial applications. The main contribution of the fuzzy control theory is its ability to handle many practical problems that cannot be adequately handled by conventional control methods. Fuzzy controllers are known to be effective in solving practical control problems. They are usually designed and tuned using trial and error method with computer simulations, since basically fuzzy control is model independent. However if model based design is to be carried out, an analytical structure of a fuzzy controller if available will result in a good design. By analytical structure we mean the mathematical expression of a fuzzy controller that represents precisely the fuzzy controller without any approximation. The mathematical structure of a fuzzy controller is determined by its components including input fuzzy sets, output fuzzy sets, fuzzy rules, fuzzy inference, fuzzy logic operators, and defuzzifier. Input-output structure derivation and precise understanding of the resulting structures in relation to conventional controllers is fundamentally important because without such knowledge, systematic analysis and design will be difficult and ineffective at best, so will be effective utilization of the conventional tools. In this work, different classes of fuzzy PID controllers are derived by employing minimum triangular norm, different triangular co-norms (maximum or drastic sum), different inference methods (Mamdani minimum or Larsen product or drastic product or 2

3 bounded product or standard sequence) and center-of-sums method for deffuzification. Fuzzy PID-controller has been employed to meet the desired performances by tuning the controller parameters appropriately. To demonstrate the superiority of fuzzy PID controllers over the conventional PID controller, an attempt has been made to simulate fuzzy PID controller by using triangular membership function as input and output membership functions for non-linear and time delay systems. Figure 1 Structure of fuzzy PID controller STRUCTURE OF FUZZY PID CONTROLLERS The principle structure of a fuzzy PID controller consists of following components and is shown in Figure (1). (i) Fuzzification (ii) Control Rule Base (iii) Inference engine (iv) Defuzzification A. Fuzzification Fuzzification can be defined as a mapping from an observed input space to fuzzy sets in certain input universe of discourse. 3

4 The fuzzy PID controller has 3 inputs: the error signal e (kt) [displacement d (kt)], the first-order time derivative of e (kt) [velocity v (kt)], and the first-order time derivative of v (kt) [acceleration a (kt)]. It has a single output, called the incremental control output u (kt). The input and output membership functions for the fuzzy PID controller are shown in the Figure 2 and Figure 3, respectively, where d N, v N and a N are the inputs and u N is the output. K P, K I and K D are the normalized scaling factors at input and K UPID is the normalized scaling factor at output. L and M are the constants chosen by the designer in the Universe of Discourse. Figure 2 Input membership functions Figure 3 Output membership functions B. Control Rule Base given below. As each input consists of two membership functions, the eight possible rules are R1) If d N is n.d AND v N is n.v AND a N is n.a, then u N is NM. R2) If d N is p.d AND v N is n.v AND a N is n.a, then u N is NS. 4

5 R3) If d N is p.d AND v N is n.v AND a N is p.a, then u N is PS. R4) If d N is n.d AND v N is n.v AND a N is p.a, then u N is NS. R5) If d N is n.d AND v N is p.v AND a N is p.a, then u N is PS. R6) If d N is n.d AND v N is p.v AND a N is n.a, then u N is NS. R7) If d N is p.d AND v N is p.v AND a N is n.a, then u N is PS. R8) If d N is p.d AND v N is p.v AND a N is p.a, then u N is PM. The AND in the antecedent part represents the fuzzy logical AND operation which is considered here as Zadeh s minimum (triangular norm). C. Inference Engine The fuzzy inference engine evaluates the control rules stored in the rule base. Its function is to compute the overall value of the control output variable based on the individual contributions of each rule in the rule base. Each such individual contribution represents the value of the control output variable as computed by a single rule. Based on this degree of match, the clipped fuzzy set representing the value of the control output variable is determined via a particular type of implication. Some fuzzy implication functions, which are often employed in an FLC are (a) Triangular Norms: The triangular norm is a two-place function from [0,1]X[0,1] to [0,1], which includes intersection, algebraic product, bounded product, and drastic product. The operations associated with triangular norms are defined for all x, y є [0,1]: Zadeh s minimum x y = min{ x, y} Algebraic product x y = Bounded product x y = max{ 0, x + y 1} xy (b) Triangular Co-Norms: The triangular co-norms is a two-place function from [0,1]X[0,1] to [0,1], which includes Zadeh OR, Lukasiewicz OR, algebraic sum, drastic sum, and disjoint sum. The operations associated with triangular co-norms are defined for all x, y є [0,1]: Zadeh OR x y = max{ x, y} Lukasiewicz OR x y = min{ 1, x + y} Algebraic sum x y = x + y xy 5

6 Drastic sum D. Defuzzification x x y = y 1 y = 0 x = 0 x, y Defuzzification module converts the set of modified control output values into a single point-wise value. The most commonly used center of sums method is employed > 0 to defuzzify the fuzzy incremental control law. This is expressed as (1) Where A (µ (Ri)) is the area of the inferred fuzzy set corresponding to rule Ri. ANALYTICAL STRUCTURES Analytical Structures can serve as a platform on which analysis can be theoretically and mathematically developed. Deriving the analytical structure of fuzzy controllers is very important as it creates solid information for better understanding, insightful analysis and more effective design of fuzzy control systems. As fuzzy PID controller have three inputs, it is difficult to visualize a point in a 3- D space. A point say (x1, y1, z1), in a 3-D space can always be shown by taking its projection on the xy-, yz- and zx-planes. So, as shown in the Fig.4, eight input combinations are considered in each d N v N -, d N a N - and v N a N -plane so that the state points (d N *, v N *, a N *) can be uniquely located with the 3-D cell represented by the triplet (ni, nii, niii) where ni with i = I, II, III is the input combination number (1 to 8). 6

7 Figure 4 Input combination regions of the fuzzy PID controller A cell (n I, n II, n III ) is said to be valid if and only if the relations between d N and υ N, and d N and a N, produce the relation between υ N and a N. The mathematical description of the input fuzzy set of Figure 2 is µ n.x =, -L x L (2) µ p.x =, -L x L (3) Table1 Outcomes of Minimum operation of premise part of Fuzzy Control Rules R1 R8 Cells (R1) (R2) (R3) (R4) (R5) (R6) (R7) (R8) (1,2,4), (8,2,5) n.d n.a# n.v* n.d n.d n.d n.a p.v (1,3,4), (8,3,5) n.a n.a n.v* n.d# n.d n.a n.a p.v (6,4,5), (7,3,5) n.a n.a n.v n.v# n.d* n.a n.a p.d (6,4,6), (7,3,6) n.v n.v n.v n.v n.d* n.a# n.a p.d (7,1,7), (7,2,6) n.v n.v n.v n.v n.d n.d# n.a* p.a (8,1,7), (8,2,6) n.d n.v# n.v n.d n.d n.d n.a* p.a 7

8 By using the minimum triangular norm, the outcome of premise (antecedent) part of each rule is found for some valid cells as shown in the Table I. Consider the point (d N *, υ N *, a N * ) in the cells (6, 4, 5) and (7, 3, 5), rule R1 and minimum triangular norm together lead to the fuzzy set n.a. Therefore, the rule R1 yields the input fuzzy set n.a and the corresponding output fuzzy set NM. Similarly in the cells (6, 4, 5) and (7, 3, 5), rules R2 R8 and minimum triangular norm yield the inputoutput fuzzy set pairs as (n.a, NS) for R2, (n.υ, PS) for R3, (n.υ, NS) for R4, (n.d, PS) for R5, (n.a, NS) for R6, (n.a, PS) for R7 and (p.d, PM) for R8. It has seen from the control rules that the output fuzzy sets NS and PS are fired three times. In such a situation, a fuzzy triangular co-norm (shown in Table II) is used to evaluate combined output fuzzy set corresponding to the rule sets {R2, R4, R6} and {R3, R5, R7}. In Table I, symbol # indicates max-min operation outcome of the premise (antecedent) part of the rule set {R2, R4, R6}. Similarly, symbol * indicates max-min operation outcome corresponding to the rule set {R3, R5, R7}. Table III. Different inference methods along with their definitions are tabulated as shown in Table 2 Triangular co-norms T-conorm Definition Maximum max{µ A (x), µ B (y)} max{µ A (x), µ B (y)} if min{µ A (x), Drastic sum µ B (y)}=0 1 if µ A (x), µ B (y) > 0 Since the fuzzy controller has 3 inputs and the membership values corresponding to the cells in Table I are greater than zero, the drastic sum triangular co-norm operation outcome is unity for the rule sets {R2, R4, R6} and {R3, R5, R7}[4]. In the present work, we have classified fuzzy PID controllers into different classes depending upon the combination of output fuzzy sets, triangular co-norms and inference method used. Considering Mamdani minimum (R MM ) inference method, triangular output fuzzy set, maximum triangular co-norm and center of sums for defuzzification, the derivation of analytical structures for the cells (1, 2, 4) and (8, 2, 5) of related fuzzy controller is 8

9 explained here. The inferred area A (µ (R i )), i = 1,2,,8, corresponding to the eight control rules R1 R8, are obtained using the expression for area (corresponding to R MM ) given in Table III. Substituting the inferred area into equation (1) and simplifying lead to the analytical structure classified as class IV fuzzy PID controller. And also, for each class of controller, we have computed u at some arbitrary points in 3-D input space to see if this controller is possessing the desirable property of generating smooth control effort at these points. We choose the points in 3-D input space to be (d N, υ N, a N ): (0, 0, 0), (0, 0, L), (0, L, 0), (L, 0, 0), (0, L, L), (L, L, 0), (L, 0, L) and (L, L, L) as all these points can be approached from the cells (8,2,5), (8, 3, 5), (7, 3, 5), (7, 3, 6), (7, 2, 6), (8, 2, 6). The computed values of u are shown in Tables IV XII. A. Class I: Triangular co-norm: nil; inference method: drastic product or Larsen product; output fuzzy sets: triangular. Where N u is the normalization factor of u; x, y, z are d N, υ N and a N respectively. The incremental control output for other cells is derived in a similar manner. Drastic Product, R Table 3 Inference methods and their definitions Inference method Definition Area of inferred output fuzzy sets Mamdani minimum, R MM min(, µ( u N )) 2M (2- )/3 Larsen product, R LP.µ( u N ) 2M /3 Case2: µ( u N ), if = 1 2M/3 Case1:, if µ( u N ) = 1 - DP Case3: 0, otherwise 0 Bounded product, R BP max{0, + µ( u N ) 1} 2M 2 / 3 Standard -Sequence, R SS Case1: 1, if ( u N ) (4M/3){1 - } Case2: 0, if > ( u N ) 9

10 Table 4 u for Class I Controller (d N, υ N,a N ) (8,2,5) (8,3,5) (7,3,5) (7,3,6) (7,2,6) (8,2,6) (0,0,L) ¼ ¼ (0,L,0) ¼ ¼ (L,0,0) 1 0 ¼ ¼ 0 1 (0,L,L) 1/3 3/ /2 1/3 (L,L,0) 3/2 1/3 1/3 3/2 2 2 (L,0,L) 2 2 3/2 1/3 1/3 3/2 (L,L,L) B. Class II: Triangular co-norm: maximum; inference method: drastic product or Larsen product; output fuzzy sets: triangular. C. Class III: Table 5 u for Class II Controller (d N,υ N,a N ) (8,2,5) (8,3,5) (7,3,5) (7,3,6) (7,2,6) (8,2,6) (0,0,L) 1/ /3 ½ ½ (0,L,0) ½ ½ 1/ /3 (L,0,0) 1 1/3 ½ ½ 1/3 1 (0,L,L) 1 5/ /3 1 (L,L,0) 5/ /3 2 2 (L,0,L) 2 2 5/ /3 (L,L,L) Triangular co-norm: drastic sum; inference method: drastic product or Larsen product; output fuzzy sets: triangular. 10

11 D. Class IV: Table 6 u for Class III Controller (dn, υn, an) (8,2,5) (8,3,5) (7,3,5) (7,3,6) (7,2,6) (8,2,6) (0,0,L) 0 1/5 1/5 0 1/7 1/7 (0,L,0) 1/7 1/7 0 1/5 1/5 0 (L,0,0) 1/5 0 1/7 1/7 0 1/5 (0,L,L) 1/7 1/3 1/5 1/5 1/3 1/7 (L,L,0) 1/3 1/7 1/7 1/3 1/5 1/5 (L,0,L) 1/5 1/5 1/3 1/7 1/7 1/3 (L,L,L) 1/3 1/3 1/3 1/3 1/3 1/3 Triangular co-norm: maximum; inference method: Mamdani minimum; fuzzy sets: triangular. output E. Class V: Table 7 u for Class IV Controller (dn, υn, an) (8,2,5) (8,3,5) (7,3,5) (7,3,6) (7,2,6) (8,2,6) (0,0,L) 1/ /3 0 0 (0,L,0) 0 0 1/ /3 (L,0,0) 1 1/ /3 1 (0,L,L) 3/7 9/ /7 3/7 (L,L,0) 9/7 3/7 3/7 9/7 2 2 (L,0,L) 2 2 9/7 3/7 3/7 9/7 (L,L,L) Triangular co-norm: drastic sum; inference method: Mamdani minimum; output fuzzy sets: triangular. 11

12 Table 8 u for Class V Controller (dn, υn, an) (8,2,5) (8,3,5) (7,3,5) (7,3,6) (7,2,6) (8,2,6) (0,0,L) 0 3/11 3/11 0 1/15 1/15 (0,L,0) 1/15 1/15 0 3/11 3/11 0 (L,0,0) 3/11 0 1/15 1/15 0 3/11 (0,L,L) 1/15 1/3 3/11 3/11 1/3 1/15 (L,L,0) 1/3 1/15 1/15 1/3 3/11 3/11 (L,0,L) 3/11 3/11 1/3 1/15 1/15 1/3 (L,L,L) 1/3 1/3 1/3 1/3 1/3 1/3 F. Class VI: Triangular co-norm: drastic sum; inference method: Bounded product; output fuzzy sets: triangular. G. Class VII: Table 9 u for Class VI Controller (dn, υn, an) (8,2,5) (8,3,5) (7,3,5) (7,3,6) (7,2,6) (8,2,6) (0,0,L) 0 1/9 1/9 0 3/13 3/13 (0,L,0) 3/13 3/13 0 1/9 1/9 0 (L,0,0) 1/9 0 3/13 3/13 0 1/9 (0,L,L) 3/13 1/3 1/9 1/9 1/3 3/13 (L,L,0) 1/3 3/13 3/13 1/3 1/9 1/9 (L,0,L) 1/9 1/9 1/3 3/13 3/13 1/3 (L,L,L) 1/3 1/3 1/3 1/3 1/3 1/3 Triangular co-norm: drastic sum; inference method: Standard sequence; fuzzy sets: triangular. output 12

13 F. Class VIII: Table 10 u for Class VII Controller (dn, υn, an) (8,2,5) (8,3,5) (7,3,5) (7,3,6) (7,2,6) (8,2,6) (0,0,L) 0 1/3 1/ (0,L,0) /3 1/3 0 (L,0,0) 1/ /3 (0,L,L) 1 1 1/3 1/3 1 1 (L,L,0) /3 1/3 (L,0,L) 1/3 1/ (L,L,L) Triangular co-norm: maximum; inference method: Bounded product; fuzzy sets: triangular. output Table 11 u for Class VIII Controller (dn, υn, an) (8,2,5) (8,3,5) (7,3,5) (7,3,6) (7,2,6) (8,2,6) (0,0,L) 1/ /3 4/3 4/3 (0,L,0) 4/3 4/3 1/ /3 (L,0,0) 1 1/3 4/3 4/3 1/3 1 (0,L,L) 9/5 11/ /5 9/5 (L,L,0) 11/5 9/5 9/5 11/5 2 2 (L,0,L) /5 9/5 9/5 11/5 (L,L,L) I. Class IX: Triangular co-norm: maximum; inference method: Standard sequence; fuzzy sets: triangular. output 13

14 SIMULATION RESULTS Table 12 u for Class IX Controller The control performance of the fuzzy PID controller subjected to a step input is compared with conventional PID controller for linear, non-linear and time-delay systems. These responses are shown in Figure 5 Figure 8. A) FOR TIME DELAY SYSTEMS Example 1: (dn, υn, an) (8,2,5) (8,3,5) (7,3,5) (7,3,6) (7,2,6) (8,2,6) (0,0,L) 1/5 3/5 3/5 1/5 ¾ ¾ (0,L,0) ¾ ¾ 1/5 3/5 3/5 1/5 (L,0,0) 3/5 1/5 ¾ ¾ 1/5 3/5 (0,L,L) 4/5 6/5 2/3 2/3 6/5 4/5 (L,L,0) 6/5 4/5 4/5 6/5 2/3 2/3 (L,0,L) 2/3 2/3 6/5 4/5 4/5 6/5 (L,L,L) 7/6 7/6 7/6 7/6 7/6 7/6 Consider a first order system with time delay described by G(s) = e -0.75s /(s+1) Figure 5Unit Step Response for first order Time delay system 14

15 Example 2: Consider a second order system with time delay described by G(s) = e -s / s(s+3 Figure 6 Unit Step Response for second order Time delay system FOR NON-LINEAR SYSTEMS Example 1: For a non-linear system Figure 7 Unit Step Response for non-linear system 15

16 Example 2: For a non-linear system Figure 8 Unit Step Response for modulus nonlinearity system CONCLUSION In this paper analytical structures for different classes are derived triangular output fuzzy sets, different combinations of (Maximum, Drastic Sum) and by using two triangular co-norms five inference methods (Mamdani Minimum, Larsen Product, Drastic product, Bounded Product and Standard sequence) and center-of-sum defuzzification method. For each class of controller, the controller output u is computed at some arbitrary points and is tabulated. Computer simulations for non-linear and time delay systems shows that fuzzy PID controllers are giving better response over the conventional PID controllers. REFERENCES [1]. Mohan.B.M and Sinha.A, The simplest fuzzy PID controllers: mathematical models and stability analysis, Soft Computing, vol.10, pp , [2]. G.Chen, Conventional and fuzzy PID controllers: An overview, International Journal of Intelligent Control and Systems, 1 (1996), [3]. Patel.A.V., Mohan.B.M.,(2002), Analytical Structures and analysis of the simplest fuzzy PI controllers, Automatica, 38:

17 [4]. Mohan.B.M and Sinha.A, Analytical Structures for fuzzy PID controllers? IEEE Transactions on Fuzzy Systems, Vol. 16, No. 1, February 2008 [5]. Ying, H. The simplest fuzzy controllers using different inference methods and different nonlinear proportional-integral controllers with variable gains. Automatica, 29(6), [6] Astrom, K. J., & Haagglund, T. (2001). The future of PID control Control Engineering Practice, 9, [7] s. Galichet and L. Foulloy, Fuzzy controllers: Synthesis and alences, IEEE Trans. Fuzzy Syst., vol. 3, pp , May [8] B. S. Moon, Equivalence between fuzzy logic controllers and PI controllers for single input systems, Fuzzy Sets Syst., vol. 69, pp ,

CHAPTER 4 FREQUENCY STABILIZATION USING FUZZY LOGIC CONTROLLER

CHAPTER 4 FREQUENCY STABILIZATION USING FUZZY LOGIC CONTROLLER 60 CHAPTER 4 FREQUENCY STABILIZATION USING FUZZY LOGIC CONTROLLER 4.1 INTRODUCTION Problems in the real world quite often turn out to be complex owing to an element of uncertainty either in the parameters

More information

Chapter 7 Fuzzy Logic Controller

Chapter 7 Fuzzy Logic Controller Chapter 7 Fuzzy Logic Controller 7.1 Objective The objective of this section is to present the output of the system considered with a fuzzy logic controller to tune the firing angle of the SCRs present

More information

CHAPTER 5 FUZZY LOGIC CONTROL

CHAPTER 5 FUZZY LOGIC CONTROL 64 CHAPTER 5 FUZZY LOGIC CONTROL 5.1 Introduction Fuzzy logic is a soft computing tool for embedding structured human knowledge into workable algorithms. The idea of fuzzy logic was introduced by Dr. Lofti

More information

Introduction 3 Fuzzy Inference. Aleksandar Rakić Contents

Introduction 3 Fuzzy Inference. Aleksandar Rakić Contents Beograd ETF Fuzzy logic Introduction 3 Fuzzy Inference Aleksandar Rakić rakic@etf.rs Contents Mamdani Fuzzy Inference Fuzzification of the input variables Rule evaluation Aggregation of rules output Defuzzification

More information

Introduction to Fuzzy Logic and Fuzzy Systems Adel Nadjaran Toosi

Introduction to Fuzzy Logic and Fuzzy Systems Adel Nadjaran Toosi Introduction to Fuzzy Logic and Fuzzy Systems Adel Nadjaran Toosi Fuzzy Slide 1 Objectives What Is Fuzzy Logic? Fuzzy sets Membership function Differences between Fuzzy and Probability? Fuzzy Inference.

More information

FUZZY LOGIC TECHNIQUES. on random processes. In such situations, fuzzy logic exhibits immense potential for

FUZZY LOGIC TECHNIQUES. on random processes. In such situations, fuzzy logic exhibits immense potential for FUZZY LOGIC TECHNIQUES 4.1: BASIC CONCEPT Problems in the real world are quite often very complex due to the element of uncertainty. Although probability theory has been an age old and effective tool to

More information

Fuzzy Logic Controller

Fuzzy Logic Controller Fuzzy Logic Controller Debasis Samanta IIT Kharagpur dsamanta@iitkgp.ac.in 23.01.2016 Debasis Samanta (IIT Kharagpur) Soft Computing Applications 23.01.2016 1 / 34 Applications of Fuzzy Logic Debasis Samanta

More information

Chapter 4 Fuzzy Logic

Chapter 4 Fuzzy Logic 4.1 Introduction Chapter 4 Fuzzy Logic The human brain interprets the sensory information provided by organs. Fuzzy set theory focus on processing the information. Numerical computation can be performed

More information

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET)

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) ISSN 0976 6367(Print) ISSN 0976 6375(Online) Volume 3, Issue 2, July- September (2012), pp. 157-166 IAEME: www.iaeme.com/ijcet.html Journal

More information

CHAPTER 3 INTELLIGENT FUZZY LOGIC CONTROLLER

CHAPTER 3 INTELLIGENT FUZZY LOGIC CONTROLLER 38 CHAPTER 3 INTELLIGENT FUZZY LOGIC CONTROLLER 3.1 INTRODUCTION The lack of intelligence, learning and adaptation capability in the control methods discussed in general control scheme, revealed the need

More information

ARTIFICIAL INTELLIGENCE. Uncertainty: fuzzy systems

ARTIFICIAL INTELLIGENCE. Uncertainty: fuzzy systems INFOB2KI 2017-2018 Utrecht University The Netherlands ARTIFICIAL INTELLIGENCE Uncertainty: fuzzy systems Lecturer: Silja Renooij These slides are part of the INFOB2KI Course Notes available from www.cs.uu.nl/docs/vakken/b2ki/schema.html

More information

Fuzzy based Excitation system for Synchronous Generator

Fuzzy based Excitation system for Synchronous Generator Fuzzy based Excitation system for Synchronous Generator Dr. Pragya Nema Professor, Netaji Subhash Engineering College, Kolkata, West Bangal. India ABSTRACT- Power system stability is essential requirement

More information

CHAPTER 3 FUZZY RULE BASED MODEL FOR FAULT DIAGNOSIS

CHAPTER 3 FUZZY RULE BASED MODEL FOR FAULT DIAGNOSIS 39 CHAPTER 3 FUZZY RULE BASED MODEL FOR FAULT DIAGNOSIS 3.1 INTRODUCTION Development of mathematical models is essential for many disciplines of engineering and science. Mathematical models are used for

More information

CHAPTER 4 FUZZY LOGIC, K-MEANS, FUZZY C-MEANS AND BAYESIAN METHODS

CHAPTER 4 FUZZY LOGIC, K-MEANS, FUZZY C-MEANS AND BAYESIAN METHODS CHAPTER 4 FUZZY LOGIC, K-MEANS, FUZZY C-MEANS AND BAYESIAN METHODS 4.1. INTRODUCTION This chapter includes implementation and testing of the student s academic performance evaluation to achieve the objective(s)

More information

Lecture notes. Com Page 1

Lecture notes. Com Page 1 Lecture notes Com Page 1 Contents Lectures 1. Introduction to Computational Intelligence 2. Traditional computation 2.1. Sorting algorithms 2.2. Graph search algorithms 3. Supervised neural computation

More information

Why Fuzzy Fuzzy Logic and Sets Fuzzy Reasoning. DKS - Module 7. Why fuzzy thinking?

Why Fuzzy Fuzzy Logic and Sets Fuzzy Reasoning. DKS - Module 7. Why fuzzy thinking? Fuzzy Systems Overview: Literature: Why Fuzzy Fuzzy Logic and Sets Fuzzy Reasoning chapter 4 DKS - Module 7 1 Why fuzzy thinking? Experts rely on common sense to solve problems Representation of vague,

More information

FUZZY INFERENCE SYSTEMS

FUZZY INFERENCE SYSTEMS CHAPTER-IV FUZZY INFERENCE SYSTEMS Fuzzy inference is the process of formulating the mapping from a given input to an output using fuzzy logic. The mapping then provides a basis from which decisions can

More information

ROUGH MEMBERSHIP FUNCTIONS: A TOOL FOR REASONING WITH UNCERTAINTY

ROUGH MEMBERSHIP FUNCTIONS: A TOOL FOR REASONING WITH UNCERTAINTY ALGEBRAIC METHODS IN LOGIC AND IN COMPUTER SCIENCE BANACH CENTER PUBLICATIONS, VOLUME 28 INSTITUTE OF MATHEMATICS POLISH ACADEMY OF SCIENCES WARSZAWA 1993 ROUGH MEMBERSHIP FUNCTIONS: A TOOL FOR REASONING

More information

Fuzzy Rules & Fuzzy Reasoning

Fuzzy Rules & Fuzzy Reasoning Sistem Cerdas : PTK Pasca Sarjana - UNY Fuzzy Rules & Fuzzy Reasoning Pengampu: Fatchul rifin Referensi: Jyh-Shing Roger Jang et al., Neuro-Fuzzy and Soft Computing: Computational pproach to Learning and

More information

Fuzzy logic controllers

Fuzzy logic controllers Fuzzy logic controllers Digital fuzzy logic controllers Doru Todinca Department of Computers and Information Technology UPT Outline Hardware implementation of fuzzy inference The general scheme of the

More information

Fuzzy Reasoning. Outline

Fuzzy Reasoning. Outline Fuzzy Reasoning Outline Introduction Bivalent & Multivalent Logics Fundamental fuzzy concepts Fuzzification Defuzzification Fuzzy Expert System Neuro-fuzzy System Introduction Fuzzy concept first introduced

More information

Unit V. Neural Fuzzy System

Unit V. Neural Fuzzy System Unit V Neural Fuzzy System 1 Fuzzy Set In the classical set, its characteristic function assigns a value of either 1 or 0 to each individual in the universal set, There by discriminating between members

More information

Development of a Generic and Configurable Fuzzy Logic Systems Library for Real-Time Control Applications using an Object-oriented Approach

Development of a Generic and Configurable Fuzzy Logic Systems Library for Real-Time Control Applications using an Object-oriented Approach 2018 Second IEEE International Conference on Robotic Computing Development of a Generic and Configurable Fuzzy Logic Systems Library for Real-Time Control Applications using an Object-oriented Approach

More information

Fuzzy Based Decision System for Gate Limiter of Hydro Power Plant

Fuzzy Based Decision System for Gate Limiter of Hydro Power Plant International Journal of Electronic and Electrical Engineering. ISSN 0974-2174 Volume 5, Number 2 (2012), pp. 157-166 International Research Publication House http://www.irphouse.com Fuzzy Based Decision

More information

Fuzzy rule-based decision making model for classification of aquaculture farms

Fuzzy rule-based decision making model for classification of aquaculture farms Chapter 6 Fuzzy rule-based decision making model for classification of aquaculture farms This chapter presents the fundamentals of fuzzy logic, and development, implementation and validation of a fuzzy

More information

Intelligent Control. 4^ Springer. A Hybrid Approach Based on Fuzzy Logic, Neural Networks and Genetic Algorithms. Nazmul Siddique.

Intelligent Control. 4^ Springer. A Hybrid Approach Based on Fuzzy Logic, Neural Networks and Genetic Algorithms. Nazmul Siddique. Nazmul Siddique Intelligent Control A Hybrid Approach Based on Fuzzy Logic, Neural Networks and Genetic Algorithms Foreword by Bernard Widrow 4^ Springer Contents 1 Introduction 1 1.1 Intelligent Control

More information

Background Fuzzy control enables noncontrol-specialists. A fuzzy controller works with verbal rules rather than mathematical relationships.

Background Fuzzy control enables noncontrol-specialists. A fuzzy controller works with verbal rules rather than mathematical relationships. Introduction to Fuzzy Control Background Fuzzy control enables noncontrol-specialists to design control system. A fuzzy controller works with verbal rules rather than mathematical relationships. knowledge

More information

CHAPTER 3 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM

CHAPTER 3 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM 33 CHAPTER 3 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM The objective of an ANFIS (Jang 1993) is to integrate the best features of Fuzzy Systems and Neural Networks. ANFIS is one of the best tradeoffs between

More information

FUZZY LOGIC CONTROL. Helsinki University of Technology Control Engineering Laboratory

FUZZY LOGIC CONTROL. Helsinki University of Technology Control Engineering Laboratory FUZZY LOGIC CONTROL FUZZY LOGIC CONTROL (FLC) Control applications most common FL applications Control actions based on rules Rules in linguistic form Reasoning with fuzzy logic FLC is (on the surface)

More information

Design of Fuzzy Logic Controller for Speed Regulation of BLDC motor using MATLAB

Design of Fuzzy Logic Controller for Speed Regulation of BLDC motor using MATLAB IJSRD - International Journal for Scientific Research & Development Vol. 1, Issue 2, 2013 ISSN (online): 2321-0613 Design of Fuzzy Logic Controller for Speed Regulation of BLDC motor using MTLB 1 Mr. Rakesh

More information

Static Var Compensator: Effect of Fuzzy Controller and Changing Membership Functions in its operation

Static Var Compensator: Effect of Fuzzy Controller and Changing Membership Functions in its operation International Journal of Electrical Engineering. ISSN 0974-2158 Volume 6, Number 2 (2013), pp. 189-196 International Research Publication House http://www.irphouse.com Static Var Compensator: Effect of

More information

FUZZY SYSTEMS: Basics using MATLAB Fuzzy Toolbox. Heikki N. Koivo

FUZZY SYSTEMS: Basics using MATLAB Fuzzy Toolbox. Heikki N. Koivo FUZZY SYSTEMS: Basics using MATLAB Fuzzy Toolbox By Heikki N. Koivo 200 2.. Fuzzy sets Membership functions Fuzzy set Universal discourse U set of elements, {u}. Fuzzy set F in universal discourse U: Membership

More information

Deciphering Data Fusion Rule by using Adaptive Neuro-Fuzzy Inference System

Deciphering Data Fusion Rule by using Adaptive Neuro-Fuzzy Inference System Deciphering Data Fusion Rule by using Adaptive Neuro-Fuzzy Inference System Ramachandran, A. Professor, Dept. of Electronics and Instrumentation Engineering, MSRIT, Bangalore, and Research Scholar, VTU.

More information

Fuzzy Expert Systems Lecture 8 (Fuzzy Systems)

Fuzzy Expert Systems Lecture 8 (Fuzzy Systems) Fuzzy Expert Systems Lecture 8 (Fuzzy Systems) Soft Computing is an emerging approach to computing which parallels the remarkable ability of the human mind to reason and learn in an environment of uncertainty

More information

POSITION CONTROL OF DC SERVO MOTOR USING FUZZY LOGIC CONTROLLER

POSITION CONTROL OF DC SERVO MOTOR USING FUZZY LOGIC CONTROLLER POSITION CONTROL OF DC SERVO MOTOR USING FUZZY LOGIC CONTROLLER Vinit Nain 1, Yash Nashier 2, Gaurav Gautam 3, Ashwani Kumar 4, Dr. Puneet Pahuja 5 1,2,3 B.Tech. Scholar, 4,5 Asstt. Professor, Deptt. of

More information

FUZZY INFERENCE. Siti Zaiton Mohd Hashim, PhD

FUZZY INFERENCE. Siti Zaiton Mohd Hashim, PhD FUZZY INFERENCE Siti Zaiton Mohd Hashim, PhD Fuzzy Inference Introduction Mamdani-style inference Sugeno-style inference Building a fuzzy expert system 9/29/20 2 Introduction Fuzzy inference is the process

More information

Information Granulation and Approximation in a Decision-theoretic Model of Rough Sets

Information Granulation and Approximation in a Decision-theoretic Model of Rough Sets Information Granulation and Approximation in a Decision-theoretic Model of Rough Sets Y.Y. Yao Department of Computer Science University of Regina Regina, Saskatchewan Canada S4S 0A2 E-mail: yyao@cs.uregina.ca

More information

Cost Minimization Fuzzy Assignment Problem applying Linguistic Variables

Cost Minimization Fuzzy Assignment Problem applying Linguistic Variables Inter national Journal of Pure and Applied Mathematics Volume 113 No. 6 2017, 404 412 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Cost Minimization

More information

Design and Synthesis of Temperature Controller Using Fuzzy for Industrial Application

Design and Synthesis of Temperature Controller Using Fuzzy for Industrial Application Proceedings of the 8th WSEAS International Conference on Fuzzy Systems, Vancouver, British Columbia, Canada, June 19-21, 2007 220 Design and Synthesis of Temperature Controller Using Fuzzy for Industrial

More information

Fuzzy Systems Handbook

Fuzzy Systems Handbook The Fuzzy Systems Handbook Second Edition Te^hnische Universitat to instmjnik AutomatisiaMngstechnlk Fachgebi^KQegelup^stheorie und D-S4283 Darrftstadt lnvfentar-ngxc? V 2^s TU Darmstadt FB ETiT 05C Figures

More information

MODELING FOR RESIDUAL STRESS, SURFACE ROUGHNESS AND TOOL WEAR USING AN ADAPTIVE NEURO FUZZY INFERENCE SYSTEM

MODELING FOR RESIDUAL STRESS, SURFACE ROUGHNESS AND TOOL WEAR USING AN ADAPTIVE NEURO FUZZY INFERENCE SYSTEM CHAPTER-7 MODELING FOR RESIDUAL STRESS, SURFACE ROUGHNESS AND TOOL WEAR USING AN ADAPTIVE NEURO FUZZY INFERENCE SYSTEM 7.1 Introduction To improve the overall efficiency of turning, it is necessary to

More information

Design of Different Fuzzy Controllers for Delayed Systems

Design of Different Fuzzy Controllers for Delayed Systems Design of Different Fuzzy Controllers for Delayed Systems Kapil Dev Sharma 1, Shailika Sharma 2, M.Ayyub 3 1, 3 Electrical Engg. Dept., Aligarh Muslim University, Aligarh, 2 Electronics& Com. Engg. Dept.,

More information

ANALYSIS AND REASONING OF DATA IN THE DATABASE USING FUZZY SYSTEM MODELLING

ANALYSIS AND REASONING OF DATA IN THE DATABASE USING FUZZY SYSTEM MODELLING ANALYSIS AND REASONING OF DATA IN THE DATABASE USING FUZZY SYSTEM MODELLING Dr.E.N.Ganesh Dean, School of Engineering, VISTAS Chennai - 600117 Abstract In this paper a new fuzzy system modeling algorithm

More information

Fuzzy Systems (1/2) Francesco Masulli

Fuzzy Systems (1/2) Francesco Masulli (1/2) Francesco Masulli DIBRIS - University of Genova, ITALY & S.H.R.O. - Sbarro Institute for Cancer Research and Molecular Medicine Temple University, Philadelphia, PA, USA email: francesco.masulli@unige.it

More information

European Journal of Science and Engineering Vol. 1, Issue 1, 2013 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM IDENTIFICATION OF AN INDUCTION MOTOR

European Journal of Science and Engineering Vol. 1, Issue 1, 2013 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM IDENTIFICATION OF AN INDUCTION MOTOR ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM IDENTIFICATION OF AN INDUCTION MOTOR Ahmed A. M. Emam College of Engineering Karrary University SUDAN ahmedimam1965@yahoo.co.in Eisa Bashier M. Tayeb College of Engineering

More information

FUZZY SYSTEM FOR PLC

FUZZY SYSTEM FOR PLC FUZZY SYSTEM FOR PLC L. Körösi, D. Turcsek Institute of Control and Industrial Informatics, Slovak University of Technology, Faculty of Electrical Engineering and Information Technology Abstract Programmable

More information

Dinner for Two, Reprise

Dinner for Two, Reprise Fuzzy Logic Toolbox Dinner for Two, Reprise In this section we provide the same two-input, one-output, three-rule tipping problem that you saw in the introduction, only in more detail. The basic structure

More information

Machine Learning & Statistical Models

Machine Learning & Statistical Models Astroinformatics Machine Learning & Statistical Models Neural Networks Feed Forward Hybrid Decision Analysis Decision Trees Random Decision Forests Evolving Trees Minimum Spanning Trees Perceptron Multi

More information

Analysis of Control of Inverted Pendulum using Adaptive Neuro Fuzzy system

Analysis of Control of Inverted Pendulum using Adaptive Neuro Fuzzy system Analysis of Control of Inverted Pendulum using Adaptive Neuro Fuzzy system D. K. Somwanshi, Mohit Srivastava, R.Panchariya Abstract: Here modeling and simulation study of basically two control strategies

More information

A control-based algorithm for rate adaption in MPEG-DASH

A control-based algorithm for rate adaption in MPEG-DASH A control-based algorithm for rate adaption in MPEG-DASH Dimitrios J. Vergados, Angelos Michalas, Aggeliki Sgora,2, and Dimitrios D. Vergados 2 Department of Informatics Engineering, Technological Educational

More information

VHDL framework for modeling fuzzy automata

VHDL framework for modeling fuzzy automata Doru Todinca Daniel Butoianu Department of Computers Politehnica University of Timisoara SYNASC 2012 Outline Motivation 1 Motivation Why fuzzy automata? Why a framework for modeling FA? Why VHDL? 2 Fuzzy

More information

Iterative Learning Fuzzy Inference System

Iterative Learning Fuzzy Inference System Iterative Learning Fuzzy Inference System S. Ashraf *, E. Muhammad **, F. Rashid and M. Shahzad, * NUST, Rawalpndi, Pakistan, ** NUST, Rawalpindi, Pakistan, *** PAEC, Pakistan, **** NUST, Pakistan Abstract

More information

A Brief Idea on Fuzzy and Crisp Sets

A Brief Idea on Fuzzy and Crisp Sets International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) A Brief Idea on Fuzzy and Crisp Sets Rednam SS Jyothi 1, Eswar Patnala 2, K.Asish Vardhan 3 (Asst.Prof(c),Information Technology,

More information

Simple Linear Interpolation Explains All Usual Choices in Fuzzy Techniques: Membership Functions, t-norms, t-conorms, and Defuzzification

Simple Linear Interpolation Explains All Usual Choices in Fuzzy Techniques: Membership Functions, t-norms, t-conorms, and Defuzzification Simple Linear Interpolation Explains All Usual Choices in Fuzzy Techniques: Membership Functions, t-norms, t-conorms, and Defuzzification Vladik Kreinovich, Jonathan Quijas, Esthela Gallardo, Caio De Sa

More information

In the Name of God. Lecture 17: ANFIS Adaptive Network-Based Fuzzy Inference System

In the Name of God. Lecture 17: ANFIS Adaptive Network-Based Fuzzy Inference System In the Name of God Lecture 17: ANFIS Adaptive Network-Based Fuzzy Inference System Outline ANFIS Architecture Hybrid Learning Algorithm Learning Methods that Cross-Fertilize ANFIS and RBFN ANFIS as a universal

More information

The analysis of inverted pendulum control and its other applications

The analysis of inverted pendulum control and its other applications Journal of Applied Mathematics & Bioinformatics, vol.3, no.3, 2013, 113-122 ISSN: 1792-6602 (print), 1792-6939 (online) Scienpress Ltd, 2013 The analysis of inverted pendulum control and its other applications

More information

Disjunctive and Conjunctive Normal Forms in Fuzzy Logic

Disjunctive and Conjunctive Normal Forms in Fuzzy Logic Disjunctive and Conjunctive Normal Forms in Fuzzy Logic K. Maes, B. De Baets and J. Fodor 2 Department of Applied Mathematics, Biometrics and Process Control Ghent University, Coupure links 653, B-9 Gent,

More information

A SELF-ORGANISING FUZZY LOGIC CONTROLLER

A SELF-ORGANISING FUZZY LOGIC CONTROLLER Nigerian Journal of Technology: Vol. 20, No. 1 March, 2001. 1 A SELF-ORGANISING FUZZY LOGIC CONTROLLER Paul N. Ekemezie Department of Electronic Engineering University of Nigeria, Nsukka. Abstract Charles

More information

Optimization with linguistic variables

Optimization with linguistic variables Optimization with linguistic variables Christer Carlsson christer.carlsson@abo.fi Robert Fullér rfuller@abo.fi Abstract We consider fuzzy mathematical programming problems (FMP) in which the functional

More information

Computational Intelligence Lecture 12:Linguistic Variables and Fuzzy Rules

Computational Intelligence Lecture 12:Linguistic Variables and Fuzzy Rules Computational Intelligence Lecture 12:Linguistic Variables and Fuzzy Rules Farzaneh Abdollahi Department of Electrical Engineering Amirkabir University of Technology Fall 2011 Farzaneh Abdollahi Computational

More information

Learning in Pursuit-Evasion Differential Games Using Reinforcement Fuzzy Learning. Badr Al Faiya, B.Sc.

Learning in Pursuit-Evasion Differential Games Using Reinforcement Fuzzy Learning. Badr Al Faiya, B.Sc. Learning in Pursuit-Evasion Differential Games Using Reinforcement Fuzzy Learning by Badr Al Faiya, B.Sc. A thesis submitted to the Faculty of Graduate and Postdoctoral Affairs in partial fulfillment of

More information

Lecture 5 Fuzzy expert systems: Fuzzy inference Mamdani fuzzy inference Sugeno fuzzy inference Case study Summary

Lecture 5 Fuzzy expert systems: Fuzzy inference Mamdani fuzzy inference Sugeno fuzzy inference Case study Summary Lecture 5 Fuzzy expert systems: Fuzzy inference Mamdani fuzzy inference Sugeno fuzzy inference Case study Summary Negnevitsky, Pearson Education, 25 Fuzzy inference The most commonly used fuzzy inference

More information

Fuzzy system theory originates from fuzzy sets, which were proposed by Professor L.A.

Fuzzy system theory originates from fuzzy sets, which were proposed by Professor L.A. 6 Fuzzy-MCDM for Decision Making 6.1 INTRODUCTION Fuzzy system theory originates from fuzzy sets, which were proposed by Professor L.A. Zadeh (University of California) in 1965, and after that, with the

More information

Inducing Fuzzy Decision Trees in Non-Deterministic Domains using CHAID

Inducing Fuzzy Decision Trees in Non-Deterministic Domains using CHAID Inducing Fuzzy Decision Trees in Non-Deterministic Domains using CHAID Jay Fowdar, Zuhair Bandar, Keeley Crockett The Intelligent Systems Group Department of Computing and Mathematics John Dalton Building

More information

Neuro Fuzzy Controller for Position Control of Robot Arm

Neuro Fuzzy Controller for Position Control of Robot Arm Neuro Fuzzy Controller for Position Control of Robot Arm Jafar Tavoosi, Majid Alaei, Behrouz Jahani Faculty of Electrical and Computer Engineering University of Tabriz Tabriz, Iran jtavoosii88@ms.tabrizu.ac.ir,

More information

Some Properties of Intuitionistic. (T, S)-Fuzzy Filters on. Lattice Implication Algebras

Some Properties of Intuitionistic. (T, S)-Fuzzy Filters on. Lattice Implication Algebras Theoretical Mathematics & Applications, vol.3, no.2, 2013, 79-89 ISSN: 1792-9687 (print), 1792-9709 (online) Scienpress Ltd, 2013 Some Properties of Intuitionistic (T, S)-Fuzzy Filters on Lattice Implication

More information

ON THEORY OF INTUITIONISTIC FUZZY SETS (OR VAGUE SETS)

ON THEORY OF INTUITIONISTIC FUZZY SETS (OR VAGUE SETS) International Journal of Fuzzy Systems On Theory and Rough of Intuitionistic Systems Fuzzy Sets (Or Vague Sets) 113 4(2), December 2011, pp. 113-117, Serials Publications, ISSN: 0974-858X ON THEORY OF

More information

Advanced Inference in Fuzzy Systems by Rule Base Compression

Advanced Inference in Fuzzy Systems by Rule Base Compression Mathware & Soft Computing 14 (2007), 201-216 Advanced Inference in Fuzzy Systems by Rule Base Compression A. Gegov 1 and N. Gobalakrishnan 2 1,2 University of Portsmouth, School of Computing, Buckingham

More information

Design of Obstacle Avoidance System for Mobile Robot using Fuzzy Logic Systems

Design of Obstacle Avoidance System for Mobile Robot using Fuzzy Logic Systems ol. 7, No. 3, May, 2013 Design of Obstacle Avoidance System for Mobile Robot using Fuzzy ogic Systems Xi i and Byung-Jae Choi School of Electronic Engineering, Daegu University Jillyang Gyeongsan-city

More information

Review of Fuzzy Logical Database Models

Review of Fuzzy Logical Database Models IOSR Journal of Computer Engineering (IOSRJCE) ISSN: 2278-0661, ISBN: 2278-8727Volume 8, Issue 4 (Jan. - Feb. 2013), PP 24-30 Review of Fuzzy Logical Database Models Anupriya 1, Prof. Rahul Rishi 2 1 (Department

More information

Modeling and Control of Non Linear Systems

Modeling and Control of Non Linear Systems Modeling and Control of Non Linear Systems K.S.S.Anjana and M.Sridhar, GIET, Rajahmudry, A.P. Abstract-- This paper a neuro-fuzzy approach is used to model any non-linear data. Fuzzy curve approach is

More information

Fuzzy Based composition Control of Distillation Column

Fuzzy Based composition Control of Distillation Column Fuzzy Based composition Control of Distillation Column Guru.R 1, Arumugam.A 2, Balasubramanian.G 3, Balaji.V.S 4 School of Electrical and Electronics Engineering, SASTRA University, Tirumalaisamudram,

More information

Design of Neuro Fuzzy Systems

Design of Neuro Fuzzy Systems International Journal of Engineering Research and Technology. ISSN 0974-3154 Volume 6, Number 5 (2013), pp. 695-700 International Research Publication House http://www.irphouse.com Design of Neuro Fuzzy

More information

International Journal of Scientific & Engineering Research, Volume 5, Issue 12, December-2014 ISSN

International Journal of Scientific & Engineering Research, Volume 5, Issue 12, December-2014 ISSN 61 FUZZY LOGIC BASED DRILLING CONTROL PROCESS Devendra G. Pendokhare1, Taqui Z. Quazi2 # Mechanical Engineering Department, Mumbai University, India, dgp.124@gmail.com Saraswati college of engineering,

More information

Fuzzy Classification of Facial Component Parameters

Fuzzy Classification of Facial Component Parameters Fuzzy Classification of Facial Component Parameters S. alder 1,. Bhattacherjee 2,. Nasipuri 2,. K. Basu 2* and. Kundu 2 1 epartment of Computer Science and Engineering, RCCIIT, Kolkata -, India Email:

More information

Adaptive Neuro Fuzzy Inference System (ANFIS) For Fault Classification in the Transmission Lines

Adaptive Neuro Fuzzy Inference System (ANFIS) For Fault Classification in the Transmission Lines Adaptive Neuro Fuzzy Inference System (ANFIS) For Fault Classification in the Transmission Lines Tamer S. Kamel M. A. Moustafa Hassan Electrical Power and Machines Department, Faculty of Engineering, Cairo

More information

A Fuzzy System for Adaptive Network Routing

A Fuzzy System for Adaptive Network Routing A Fuzzy System for Adaptive Network Routing A. Pasupuleti *, A.V. Mathew*, N. Shenoy** and S. A. Dianat* Rochester Institute of Technology Rochester, NY 14623, USA E-mail: axp1014@rit.edu Abstract In this

More information

Exploring Gaussian and Triangular Primary Membership Functions in Non-Stationary Fuzzy Sets

Exploring Gaussian and Triangular Primary Membership Functions in Non-Stationary Fuzzy Sets Exploring Gaussian and Triangular Primary Membership Functions in Non-Stationary Fuzzy Sets S. Musikasuwan and J.M. Garibaldi Automated Scheduling, Optimisation and Planning Group University of Nottingham,

More information

fuzzylite a fuzzy logic control library in C++

fuzzylite a fuzzy logic control library in C++ fuzzylite a fuzzy logic control library in C++ Juan Rada-Vilela jcrada@fuzzylite.com Abstract Fuzzy Logic Controllers (FLCs) are software components found nowadays within well-known home appliances such

More information

Cancer Biology 2017;7(3) A New Method for Position Control of a 2-DOF Robot Arm Using Neuro Fuzzy Controller

Cancer Biology 2017;7(3)   A New Method for Position Control of a 2-DOF Robot Arm Using Neuro Fuzzy Controller A New Method for Position Control of a 2-DOF Robot Arm Using Neuro Fuzzy Controller Jafar Tavoosi*, Majid Alaei*, Behrouz Jahani 1, Muhammad Amin Daneshwar 2 1 Faculty of Electrical and Computer Engineering,

More information

SEMI-ACTIVE CONTROL OF BUILDING STRUCTURES USING A NEURO-FUZZY CONTROLLER WITH ACCELERATION FEEDBACK

SEMI-ACTIVE CONTROL OF BUILDING STRUCTURES USING A NEURO-FUZZY CONTROLLER WITH ACCELERATION FEEDBACK Proceedings of the 6th International Conference on Mechanics and Materials in Design, Editors: J.F. Silva Gomes & S.A. Meguid, P.Delgada/Azores, 26-30 July 2015 PAPER REF: 5778 SEMI-ACTIVE CONTROL OF BUILDING

More information

Fuzzy time series forecasting of wheat production

Fuzzy time series forecasting of wheat production Fuzzy time series forecasting of wheat production Narendra kumar Sr. lecturer: Computer Science, Galgotia college of engineering & Technology Sachin Ahuja Lecturer : IT Dept. Krishna Institute of Engineering

More information

Reference Variables Generation Using a Fuzzy Trajectory Controller for PM Tubular Linear Synchronous Motor Drive

Reference Variables Generation Using a Fuzzy Trajectory Controller for PM Tubular Linear Synchronous Motor Drive Reference Variables Generation Using a Fuzzy Trajectory Controller for PM Tubular Linear Synchronous Motor Drive R. LUÍS J.C. QUADRADO ISEL, R. Conselheiro Emídio Navarro, 1950-072 LISBOA CAUTL, R. Rovisco

More information

Defect Depth Estimation Using Neuro-Fuzzy System in TNDE by Akbar Darabi and Xavier Maldague

Defect Depth Estimation Using Neuro-Fuzzy System in TNDE by Akbar Darabi and Xavier Maldague Defect Depth Estimation Using Neuro-Fuzzy System in TNDE by Akbar Darabi and Xavier Maldague Electrical Engineering Dept., Université Laval, Quebec City (Quebec) Canada G1K 7P4, E-mail: darab@gel.ulaval.ca

More information

Florida State University Libraries

Florida State University Libraries Florida State University Libraries Electronic Theses, Treatises and Dissertations The Graduate School 2004 A Design Methodology for the Implementation of Fuzzy Logic Traffic Controller Using Field Programmable

More information

FUZZY BOOLEAN ALGEBRAS AND LUKASIEWICZ LOGIC. Angel Garrido

FUZZY BOOLEAN ALGEBRAS AND LUKASIEWICZ LOGIC. Angel Garrido Acta Universitatis Apulensis ISSN: 1582-5329 No. 22/2010 pp. 101-111 FUZZY BOOLEAN ALGEBRAS AND LUKASIEWICZ LOGIC Angel Garrido Abstract. In this paper, we analyze the more adequate tools to solve many

More information

Implementation Of Fuzzy Controller For Image Edge Detection

Implementation Of Fuzzy Controller For Image Edge Detection Implementation Of Fuzzy Controller For Image Edge Detection Anjali Datyal 1 and Satnam Singh 2 1 M.Tech Scholar, ECE Department, SSCET, Badhani, Punjab, India 2 AP, ECE Department, SSCET, Badhani, Punjab,

More information

Fuzzy Model for Optimizing Strategic Decisions using Matlab

Fuzzy Model for Optimizing Strategic Decisions using Matlab 270 Fuzzy Model for Optimizing Strategic Decisions using Matlab Amandeep Kaur 1, Vinay Chopra 2 1 M.Tech Student, 2 Assistant Professor, DAV Institute of Engineering. & Technology, Jalandhar Abstract:-

More information

Fuzzy Sets and Systems. Lecture 1 (Introduction) Bu- Ali Sina University Computer Engineering Dep. Spring 2010

Fuzzy Sets and Systems. Lecture 1 (Introduction) Bu- Ali Sina University Computer Engineering Dep. Spring 2010 Fuzzy Sets and Systems Lecture 1 (Introduction) Bu- Ali Sina University Computer Engineering Dep. Spring 2010 Fuzzy sets and system Introduction and syllabus References Grading Fuzzy sets and system Syllabus

More information

Genetic Tuning for Improving Wang and Mendel s Fuzzy Database

Genetic Tuning for Improving Wang and Mendel s Fuzzy Database Proceedings of the 2009 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 2009 Genetic Tuning for Improving Wang and Mendel s Fuzzy Database E. R. R. Kato, O.

More information

Why Fuzzy? Definitions Bit of History Component of a fuzzy system Fuzzy Applications Fuzzy Sets Fuzzy Boundaries Fuzzy Representation

Why Fuzzy? Definitions Bit of History Component of a fuzzy system Fuzzy Applications Fuzzy Sets Fuzzy Boundaries Fuzzy Representation Contents Why Fuzzy? Definitions Bit of History Component of a fuzzy system Fuzzy Applications Fuzzy Sets Fuzzy Boundaries Fuzzy Representation Linguistic Variables and Hedges INTELLIGENT CONTROLSYSTEM

More information

Fuzzy multi objective linear programming problem with imprecise aspiration level and parameters

Fuzzy multi objective linear programming problem with imprecise aspiration level and parameters An International Journal of Optimization and Control: Theories & Applications Vol.5, No.2, pp.81-86 (2015) c IJOCTA ISSN:2146-0957 eissn:2146-5703 DOI:10.11121/ijocta.01.2015.00210 http://www.ijocta.com

More information

American Scientific Research Journal for Engineering, Technology, and Sciences (ASRJETS) ISSN (Print) , ISSN (Online)

American Scientific Research Journal for Engineering, Technology, and Sciences (ASRJETS) ISSN (Print) , ISSN (Online) American Scientific Research Journal for Engineering, Technology, and Sciences (ASRJETS) ISSN (Print) 2313-4410, ISSN (Online) 2313-4402 Global Society of Scientific Research and Researchers http://asrjetsjournal.org/

More information

A New Fuzzy Neural System with Applications

A New Fuzzy Neural System with Applications A New Fuzzy Neural System with Applications Yuanyuan Chai 1, Jun Chen 1 and Wei Luo 1 1-China Defense Science and Technology Information Center -Network Center Fucheng Road 26#, Haidian district, Beijing

More information

A Study on Triangular Type 2 Triangular Fuzzy Matrices

A Study on Triangular Type 2 Triangular Fuzzy Matrices International Journal of Fuzzy Mathematics and Systems. ISSN 2248-9940 Volume 4, Number 2 (2014), pp. 145-154 Research India Publications http://www.ripublication.com A Study on Triangular Type 2 Triangular

More information

Adaptive Neuro-Fuzzy Model with Fuzzy Clustering for Nonlinear Prediction and Control

Adaptive Neuro-Fuzzy Model with Fuzzy Clustering for Nonlinear Prediction and Control Asian Journal of Applied Sciences (ISSN: 232 893) Volume 2 Issue 3, June 24 Adaptive Neuro-Fuzzy Model with Fuzzy Clustering for Nonlinear Prediction and Control Bayadir Abbas AL-Himyari, Azman Yasin 2

More information

Figure 2-1: Membership Functions for the Set of All Numbers (N = Negative, P = Positive, L = Large, M = Medium, S = Small)

Figure 2-1: Membership Functions for the Set of All Numbers (N = Negative, P = Positive, L = Large, M = Medium, S = Small) Fuzzy Sets and Pattern Recognition Copyright 1998 R. Benjamin Knapp Permission to make digital or hard copies of part or all of this work for personal or classroom use is granted without fee provided that

More information

Solving Fuzzy Sequential Linear Programming Problem by Fuzzy Frank Wolfe Algorithm

Solving Fuzzy Sequential Linear Programming Problem by Fuzzy Frank Wolfe Algorithm Global Journal of Pure and Applied Mathematics. ISSN 0973-768 Volume 3, Number (07), pp. 749-758 Research India Publications http://www.ripublication.com Solving Fuzzy Sequential Linear Programming Problem

More information

Approximate Reasoning with Fuzzy Booleans

Approximate Reasoning with Fuzzy Booleans Approximate Reasoning with Fuzzy Booleans P.M. van den Broek Department of Computer Science, University of Twente,P.O.Box 217, 7500 AE Enschede, the Netherlands pimvdb@cs.utwente.nl J.A.R. Noppen Department

More information

Generalizations of the Distance and Dependent Function in Extenics to 2D, 3D, and n-d

Generalizations of the Distance and Dependent Function in Extenics to 2D, 3D, and n-d Generalizations of the Distance and Dependent Function in Extenics to D, 3D, and n-d Florentin Smarandache University of New Mexico Mathematics and Science Department 705 Gurey Ave. Gallup, NM 87301, USA

More information