StudentShare
Contact Us
Sign In / Sign Up for FREE
Search
Go to advanced search...
Free

Fuzzy Logic System Analysis - Report Example

Cite this document
Summary
This report discusses the fuzzy analysis of given manufacturing machinery. The default system has been constructed earlier for the given fuzzy rules. Later the different fuzzy approaches, fuzzy sets have been changed to analyze the output values…
Download full paper File format: .doc, available for editing
GRAB THE BEST PAPER94.6% of users find it useful
Fuzzy Logic System Analysis
Read Text Preview

Extract of sample "Fuzzy Logic System Analysis"

FUZZY LOGIC SYSTEM Introduction This report intends to analyse the reliability of a given machinery. The reliability of any complex system depends on the reliability of the individual components in it. Any complex system can be considered as a control system and can be analysed in many different ways. This report adopts the Fuzzy logic approach to analyse the given control system. This report introduces the concepts of fuzzy logic related to the given machinery. Later it deals with the analysis of the machine performance for a default machine using the fuzzy logic tool box in MATLAB. The results of the analysis for different input and output conditions are compared and finally the best conditions are derived for the best performance of the machine. The given system : The given control system is a manufacturing machinery whose reliability can be analysed through the performance of three parts namely part A, part B and part C present in that machine. In order to diagnose faults in the components there are three sensors associated with them namely sensor 1, sensor 2 and sensor 3. A fault in any one of the three components may require either a cheap or expensive repair. The recovery time, the time that it takes the machine to return to full working order after repair, is either quick or slow or takes an intermediate amount of time. The output values of the sensors are to be controlled in a specific manner to evaluate the condition on the three parts on a scale 0 ( representing good condition – okay ) to 1( representing faulty condition). Representing the machinery in MATLAB : The given machinery can be represented and analysed using the Fuzzy Logic Tool Box available in MATLAB. Fuzzy logic starts with the concept of a fuzzy set. A fuzzy set is a set without a crisp, clearly defined boundary. It can contain elements with only a partial degree of membership. For the given system fuzzy variables are defined for each sensor and each part. The fuzzy variables for each sensor contain three equally sized, linear shaped, overlapping fuzzy sets comprising high, medium and low. The fuzzy variable for each machine part also contains three equally sized, linear shaped, overlapping fuzzy sets comprising of faulty, unreliable and okay. To construct the default system, the Mamdani Fuzzy Inference System in MATLAB GUI has been used. Mamdanis method was among the first control systems built using fuzzy set theory. It was proposed in 1975 by Ebrahim Mamdani (Sabeghi and Naghibzadeh , 2006,). In the FIS editor the default methods for AND , OR, implication, aggregation and defuzzification have been used. Three inputs have been defined with names sens1, sens2, sens3. Three outputs have been defined namely part A, part B, part C. The default FIS is as shown in Fig. 1. Fig. 1. The FIS Editor for the Default system. The membership function editor takes into account the range of the sensors as Sensor 1: 0 – 40 Sensor 2: 20 – 120 Sensor 3: 50 – 200. The range of the output parts are chosen to be 0 to 1. The default ‘trimf’ has been chosen for the inputs and outputs of the default system. Fig. 2 shows the membership editor for the default system. Fig. 2 The membership editor for the default system. The rules of the given system are entered through the rules editor as displayed in fig.3. Analysis of the default System : The default system has been analysed by giving different values for the input like [ 20 70 125 ] which is the mid value of the inputs gives the output value of the three parts as [ 0.5 0.5 0.5 ]. [30 110 190 ] values of input gives the outputs as [ 0.361 0.138 0.188 ] as shown in Fig. 4. The output values for the input [ 30 110 190 ] are nearer the reliable range of operation of the machine which has 0 value as okay and 1 value as faulty. Hence the input values for the default system have been chosen to be [ 30 110 190 ]. Fig.3 the Rule Editor showing the rules for the Default system. Fig.4 the Rule Viewer showing the OUTPUT values of the Default System. Analysis for different TASKs : Task 1 – Modification of fuzzy approaches : The different Fuzzy approaches have been modified and the output has been noted for the chosen input set [ 30 110 190 ]. The output values for the different modified fuzzy methods are shown in Table1. Fuzzy Approach Part A output Part B output Part C output AND (prod) 0.426 0.148 0.167 OR (probor) 0.421 0.148 0.167 IMPLICATION (prod) 0.38 0.14 0.15 AGGREGATION SUM 0.38 0.15 0.17 PROBOR 0.39 0.15 0.169 DEFUZZIFICZTION bisector 0.42 0.12 0.13 Mom 0.38 0.0 0.15 Lom 0.77 0.0 0.03 som 0.0 0.0 0.0 Table 1. The output values for the different modified fuzzy methods It can be seen that the som ( Self Organised Maps) - defuzzification method gives the output values to be 0 ( zero ) that corresponds to reliable (okay) condition. Task 2 – Modification of input fuzzy sets : The membership functions of the original input sets are varied and the corresponding output are noted for the chosen input values of [ 30 110 190]. The output values for the different modified fuzzy sets are shown in Table 2. Member function for input fuzzy sets Part A output Part B output Part C output Trapmf 0.414 0.131 0.134 Gbellmf 0.42 0.14 0.146 Gaussmf 0.415 0.175 0.202 Gauss2mf 0.418 0.418 0.167 Sigmf 0.57 0.501 0.504 Dsigmf 0.45 0.297 0.321 Psigmf 0.45 0.29 0.32 smf 0.58 0.5 0.501 Table 2 . The output values for the different modified input fuzzy sets. It can be seen that the output approaches 0 ( zero), the reliable condition only for ‘trapmf’. Task 3 - Modification of input fuzzy sets : Here the membership functions of the original input sets are kept at default ‘trimf’ but the output sets varied and the corresponding output are noted for the chosen input values of [ 30 110 190]. The output values for the different modified fuzzy sets are shown in Table 3. Member function for output fuzzy sets Part A output Part B output Part C output Trampmf 0.343 0.119 0.167 Gbellmf 0.33 0.13 0.162 Gaussmf 0.359 0.133 0.162 Gauss2mf 0.334 0.113 0.162 Sigmf 0.5 0.5 0.5 Dsigmf 0.401 0.203 0.228 Psigmf 0.401 0.203 0.228 smf 0.5 0.5 0.5 Table 3. The output values for the different modified output fuzzy sets. It can be seen that gbellmf and gauss2mf give more effevtive outputs. Among them gauss2mf is more appropriate for reliable system parts. The most effective system possible : From the above analysis, it can be seen that the following are the requirements for the most appropriate reliable system The fuzzy approach has to be default AND, OR, implication, aggregation. But the defuzzification must be SOM. The membership function of input fuzzy set has to be trampmf. The membership function of output fuzzy set has to be gauss2mf. Based on these fuzzy conditions the final appropriate / effective system has been designed. The following fig.5 shows the FIS editor , fig.6 shows the membership function editor. The analysis of this system shows that the outputs are 0 ( zero) which corresponds to the reliable ( okay) condition for the same chosen input values of [ 30 110 190]. This output is shown in the rule view as in fig.7. Fig. 5 FIS Editor of the final reliable system. Fig. 6 The member function editor of output fuzzy set of the final reliable system. Fig.7 Output values of the final reliable system. Conclusion : This report discusses the fuzzy analysis of a given manufacturing machiney. The default system has been constructed earlier for the given fuzzy rules. Later the different fuzzy approaches, fuzzy sets have been changed to analyse the output values. A desired combination of these fuzzy conditions ie. SOM defuzification approach, trapmf for input fuzzy set, gauss2mf for output fuzzy set have been adopted to get the most appropriate reliable machine . References : 1. M. Sabeghi and Naghibzadeh , 2006, Deadline Vs Laxity as a decision parameter in Fuzzy Real Time Scheduling , 2nd IEEE International Conference on information , 2006. Read More
Cite this document
  • APA
  • MLA
  • CHICAGO
(Fuzzy Logic System Analysis Report Example | Topics and Well Written Essays - 2000 words, n.d.)
Fuzzy Logic System Analysis Report Example | Topics and Well Written Essays - 2000 words. https://studentshare.org/logic-programming/1550847-fuzzy-logic-system
(Fuzzy Logic System Analysis Report Example | Topics and Well Written Essays - 2000 Words)
Fuzzy Logic System Analysis Report Example | Topics and Well Written Essays - 2000 Words. https://studentshare.org/logic-programming/1550847-fuzzy-logic-system.
“Fuzzy Logic System Analysis Report Example | Topics and Well Written Essays - 2000 Words”. https://studentshare.org/logic-programming/1550847-fuzzy-logic-system.
  • Cited: 0 times

CHECK THESE SAMPLES OF Fuzzy Logic System Analysis

Future of Expert Systems

This paper presents a detailed analysis of expert systems.... hellip; An expert system is believed to be an information system or decision support system but actually, it is different from these systems.... Definition and Description of an Expert system Although Artificial Intelligence (AI) have been around for more than fifty years, it has been just recently that a lot of organizations all over the world are beginning to utilize AI-based tools and applications to help them become more competitive in the ever-increasing competitive world....
13 Pages (3250 words) Report

Controllers for Marine Engineering Systems

It is not easy to provide an fair analysis of an field whilst it is still developing; nevertheless, looking back on the progress of feedback control theory it is by now possible to distinguish some main trends and point out some key advances. … In the past, automatic control theory using frequency-domain techniques had come of age, establishing itself as a standard (Kuhn, 1962).... Consequently, classical techniques can be applied on a linearized form of a nonlinear system, giving good results at an equilibrium position about which the system performance is more or less linear....
9 Pages (2250 words) Essay

Taxonomy on Existing Techniques of Reducing False Alarms in Sensor-Based Healthcare Monitoring

According to Qassim, Patel and Modzhin (2014), fuzzy logic risk analysis is implemented to reduce false alarm instances and maintain a sufficient level of security against serious attacks in intrusion and detection systems.... By using a fuzzy logic-Risk Analysis (FLRA) model, the Qassim et al.... This second layer referred to as the fuzzy logic-Risk Analysis Intrusion Detection Manager is responsible comprises of four modules: monitor module, analyzer, planner module and control module....
5 Pages (1250 words) Literature review

Fuzzy Logic-Based Machines

Fuzzy logic based capabilities are utilized in system analysis, control, and design since it cuts down the time intended for engineering development.... This paper "fuzzy logic" discusses fuzzy logic and fuzzy logic based machines that are the future of Artificial Intelligence.... This research will present a deep analysis of the fuzzy logic and its functioning areas.... hellip; By adding the fuzzy logic-based capabilities and analysis we can have better control over managing and technical capabilities as well as we would be able to perform things that machines and humans are nor able to otherwise do....
8 Pages (2000 words) Case Study

Application of Fuzzy Logic in Financial Modeling

This research paper "Application of fuzzy logic in Financial Modeling" seeks to bring out the benefits that will be achieved including establishing systems that will advise the company in the initial state of the status of the finances worsens.... nbsp;The way to approach this research is to explain the prediction mechanism to use and explore concepts of fuzzy logic and the way it relates to financing.... The aim here is to bring out how fuzzy logic is used to predict bankruptcy in organizations....
12 Pages (3000 words) Research Paper

The Discipline of Quality Planning

This term paper "The Discipline of Quality Planning" discusses the Taguchi Quality Loss Function that shows forth that quality planning management is an exercise in fuzzy logic.... fuzzy logic is a mathematical technique for dealing with imprecise data and problems that have many solutions rather than one.... hellip; fuzzy logic is used for solving problems with expert systems and real-time systems that must react to an imperfect environment of highly variable, or unpredictable conditions, and necessarily solves problems in a way that resembles human logic....
8 Pages (2000 words) Term Paper

Advantages and Disadvantages of Outsourcing Software Development

In the last part, I will differentiate among three terms, artificial neural networks, genetic algorithms and fuzzy logic.... … IntroductionIn this report I will present the answers of the different questions.... In the first part of this report I will discuss about the concept of the outsourcing, which is a very commonly used term these days as many software development firms IntroductionIn this report I will present the answers of the different questions....
8 Pages (2000 words) Essay

SCADA System Traffic Light

In so doing, the project will begin by assessing different components of the system then detailed analysis on how the system works.... … The paper "SCADA system Traffic Light" is a wonderful example of a case study on technology.... The paper "SCADA system Traffic Light" is a wonderful example of a case study on technology.... It is for this reason that the SCADA system for traffic light needs to be introduced.... Being a system, it is made with some components among them, Remote Telemetry Units, sensors, and SCADAmaster units among others....
8 Pages (2000 words) Case Study
sponsored ads
We use cookies to create the best experience for you. Keep on browsing if you are OK with that, or find out how to manage cookies.
Contact Us