SlideShare a Scribd company logo
1 of 30
Download to read offline
Application of Fuzzy Logic for Effective
Anti-lock Braking System
Presented By : Under Guidance of :
- Amrita B. Chavan (04) - Dr. K. Rajeswari
ME 1st year (CE) HOD of (CE)
PCCOE, Nigdi, Pune. PCCOE, Nigdi, Pune.
Pimpri Chinchwad College of Engineering, Pune
Introduction
1. Anti-lock Braking System (ABS)
a. The Anti-lock Braking System (ABS) was invented by Gabriel Voisin in 1929
b. It is automobile safety system
c. Monitor the operating condition of the tire and controls the applied braking torque
d. Prevents the wheels of vehicle from locking up
e. Steering stays under control and stopping distances are generally reduced.
205.15.18 ME 1st year (Computer Engineering)
Introduction contd...
2. Fuzzy Logic (FL)
a. Fuzzy Logic was initiated in 1965 by Lotfi A. Zadeh, Professor for Computer Science at the University
of California in Berkeley
b. Fuzzy logic is a form of multi-valued logic as well derived from fuzzy set theory to deal with reasoning
that is approximate
c. Fuzzy Logic variables may have truth values that ranges between 0 and 1
3ME 1st year (Computer Engineering)05.15.18
Literature Survey
Sr.No. Paper Name Author Name Strength Weakness
1. Anti-lock Braking
Systems
Data-driven Control
using Q-Learning
Mircea-Bogdan Radac
Radu-Emil Precup
Raul-Cristian Roman
It doesn’t require an
initial stabilizing
controller
More complex with more
parameter to be tuned
4ME 1st year (Computer Engineering)05.15.18
Literature Survey contd...
Sr.No. Paper Name Author Name Strength Weakness
2. Adaptive Control of
Anti-lock Braking System
Using Grey Multilayer
Feedforward Multilayer
Neural Network
Erdal Kayacan
Yesim Oniz
Okyay Kaynak
Andon V. Topalov
2008
Ability to control
nonlinear system
accurately, Robustness
of system can be
guaranteed
System is getting unstable
at the end of simulation
3. Anti-lock-Braking System
Using Fuzzy Logic
K. Subbulakshmi
2014
Ability to modify and
tune certain parts of
nonlinear characteristic
surface easily
5ME 1st year (Computer Engineering)05.15.18
ABS in cars
● You have more control on your car during situations such as
sudden braking
● It is designed to help the driver maintain some steering ability
and avoid skidding while braking.
6ME 1st year (Computer Engineering)05.15.18
Need of ABS
● It may help the driver stop quicker under wet or slippery conditions
● You’ll stop faster, and you’ll be able to steer while you stop.
● It prevent you from running into the immovable object that you might otherwise have tried to move
● With ABS, you have more control on your car
7ME 1st year (Computer Engineering)05.15.18
Components of ABS
An ABS system consists :
● Some wheel speed sensors (is a type of tachometer)
a. It is a sender device used for reading the speed of a vehicle's
wheel rotation
● Brake calipers
a. Brake calipers squeeze the brake pads against the surface of the
brake rotor to slow or stop the vehicle.
b. The job of the caliper is to slow the car's wheels by creating
friction with the rotors
8
Fig 1: Brake caliper (1)
wheel speed sensor (2)
(Source :http://www.drivingfast.net/abs/ )
ME 1st year (Computer Engineering)05.15.18
Components of ABS
● A hydraulic motor
a. is a mechanical actuator that converts hydraulic pressure and flow into torque and angular displacement
● Some pressure release valves
● A quick thinking computer which coordinates the whole process
905.15.18 ME 1st year (Computer Engineering)
Fuzzy Logic (FL)
● Fuzzy logic is a convenient way to map an input space to an output space.
● With information about how good your service was at a restaurant, a fuzzy logic system can tell you what the
tip should be.
● With information about how fast the car is going and how hard the motor is working, a fuzzy logic system can
shift gears for you.
10ME 1st year (Computer Engineering)05.15.18
Fuzzy Logic (FL) contd...
A graphical example of an input-output map is shown in the following figure.
(Image source : mathworks.com)
11ME 1st year (Computer Engineering)05.15.18
An Intoductory Example: Tipping Problem The Non-Fuzzy Approach
The Extended Tipping Problem: Given two sets of numbers between 0 and 10 (where 10 is excellent) that
respectively represent the quality of the service and the quality of the food at a restaurant,
what should the tip be?
1205.15.18 ME 1st year (Computer Engineering)
An Intoductory Example: Tipping Problem The Non-Fuzzy Approach
The Extended Tipping Problem: Given two sets of numbers between 0 and 10 (where 10 is excellent) that respectively represent the
quality of the service and the quality of the food at a restaurant,
Suppose you want the service to be a more important factor than the food quality. Specify that service accounts for
80% of the overall tipping grade and the food makes up the other 20%.
what should the tip be?
1305.15.18 ME 1st year (Computer Engineering)
An Intoductory Example: Tipping Problem The Fuzzy Approach
The Extended Tipping Problem: Given two sets of numbers between 0 and 10 (where 10 is excellent) that
respectively represent the quality of the service and the quality of the food at a restaurant,
1405.15.18 ME 1st year (Computer Engineering)
An Intoductory Example: Tipping Problem The Fuzzy Approach
15
The Extended Tipping Problem: Given two sets of numbers between 0
and 10 (where 10 is excellent) that respectively represent the quality of
the service and the quality of the food at a restaurant,
Tipping Problem Rules — Service Factor
If service is poor, then tip is cheap
If service is good, then tip is average
If service is excellent, then tip is generous
Tipping Problem Rules — Food Factor
If food is rancid, then tip is cheap
If food is delicious, then tip is generous
05.15.18 ME 1st year (Computer Engineering)
An Intoductory Example: Tipping Problem The Fuzzy Approach
Tipping Problem — Both Service and Food Factors
If service is poor OR the food is rancid, then tip is cheap
If service is good, then tip is average
If service is excellent OR food is delicious, then tip is generous
16ME 1st year (Computer Engineering)05.15.18
Why Fuzzy Logic
● Fuzzy logic is conceptually easy to understand.
● Fuzzy logic is flexible
● Fuzzy logic is tolerant of imprecise data.
● Fuzzy logic can model nonlinear functions of arbitrary complexity.
● Fuzzy logic can be blended with conventional control techniques.
● Fuzzy logic is based on natural language.
17ME 1st year (Computer Engineering)05.15.18
Fuzzy Rule
18
µR(x, y) = f(µA(x), µB(y))
● A Fuzzy rule can be represented by a fuzzy relation on R = A → B
● R can be viewed as a fuzzy set with a two-dimensional membership function
● where f :- fuzzy implication function, performs the task of transforming the membership degrees of x in
A and y in B into those of (x, y) in A × B.
05.15.18 ME 1st year (Computer Engineering)
Example
19
T 20 30 40
A
(t) 0.1 0.5 0.9
H 20 50 70 90
B
(h) 0.2 0.6 0.7 1
05.15.18 ME 1st year (Computer Engineering)
Example contd...
Calculated R(t,h) through min operator
20
20 50 70 90
20 0.1 0.1 0.1 0.1
30 0.2 0.5 0.5 0.5
40 0.2 0.6 0.7 0.9
05.15.18 ME 1st year (Computer Engineering)
Example contd...
● Now suppose, we want to get information about the humidity when there is the following premise about the
temperature:
Temperature is fairly high.
● This fact is rewritten as
R(t): t is A′ where A′ = fairly high.
where the fuzzy term A′ ⊆ T is defined as below
Membership function of A′ in T (temperature)
t 20 30 40 µA′
(t) 0.01 0.25 0.81
2105.15.18 ME 1st year (Computer Engineering)
Fuzzy Partition Example
● Fuzzy partition of input and output spaces
22
Fig A : Fuzzy Partition in 2-D input
space
Fig B : Fuzzy Partition in having three
rules
05.15.18 ME 1st year (Computer Engineering)
Membership Function
● Membership function represents the degree of truth in fuzzy logic.
● Membership functions characterize fuzziness
● Technique to solve practical problems by experience
● Membership functions are represented by graphical forms.
● Rules for defining fuzziness are fuzzy too.
23ME 1st year (Computer Engineering)ME 1st year (Computer Engineering)05.15.18
Building System with MATLAB Fuzzy Logic Toolbox
24ME 1st year (Computer Engineering)05.15.18
Market Research
25
1. TATA Autocomp Systems LTD (http://www.tacogroup.com)
a. TATA AutoComp Systems Limited - Supply Chain Management (TACO SCM) is a Strategic Business
Unit and leading service provider on
b. Offers its customers full engineering support for the design and installation of braking systems
c. The company is capable of handling the whole life cycle of the product, from design and development
to production, supply and after-sales.
ME 1st year (Computer Engineering)05.15.18
Market Research contd...
2. Knorr-Bremse (www.knorr-bremse.com)
a. In the area of bandwidth of innovative solutions ranges from complete braking systems (for example,
ABS and ESP) and transmission control systems
b. These solutions focus on increased efficiency and reduced fuel consumption
c. Specialties :Manufacturer of Braking and Doors
26ME 1st year (Computer Engineering)05.15.18
Market Research contd...
3. WABCO (www.wabco-auto.com)
a. WABCO's Anti-lock Braking System (ABS) prevents the wheel from locking during emergency
braking situations and thereby helps commercial vehicle drivers to maintain stability of the vehicle.
b. ABS also helps to bring a vehicle to a complete stop with the shortest possible stopping distance and in
the safest possible way.
c. Specialities : safety technologies, electronic and foundation brakes, air suspension, truck, bus, trailer,
off-highway, car, and aerodynamics
27ME 1st year (Computer Engineering)05.15.18
Conclusion
● For Antilock Braking system it is hard to develop the mathematical model
to accurate level as there are highly nonlinear relationship between the
parameters, hence the Fuzzy Logic, linguistic variables come into picture.
● The convincing advantage of fuzzy logic is the ability to modify and tune
certain parts of this characteristic surface easily and carefully
2805.15.18 ME 1st year (Computer Engineering)
REFERENCES
K. Subbulakshmi “Antilock-Braking System Using Fuzzy Logic” Middle-East J. Sci. Res., 20 (10): 1306-1310, 2014
2. Mircea-Bogdan Radac, Radu-Emil Precup and Raul Cristian Roman “Anti-Lock Braking System Data-Driven Control
Using Q-Learning” 2017 IEEE
3. Erdal Kayacan, Yesim Oniz, Okyay Kaynak and Andon V. Topalov “Adaptive Control of Antilock Braking System Using
Grey Multilayer Feedforward Neural Networks”
4. Radu-Emil Precup, Marius-Csaba Sabau, Emil M. Petriu, “Nature-inspired optimal tuning of input membership
functions of Takagi-Sugeno-Kang fuzzy models for Anti-lock Braking Systems” ELSEVIER, Applied Soft Computing, 27
(2015 ) 575-589
5. Wei-Yen Wang, Ming-Chang Chen, Shun-Feng Su, “Hi erarchical T–S fuzzy-neural control of anti-lock braking system
and active suspension in a vehicle” ELSEVIER, Automatic , 48 (2012) 1698-1706
29
30
THANK YOU
THANK YOU

More Related Content

What's hot

Automotive Systems course (Module 10) - Active and Passive Safety Systems for...
Automotive Systems course (Module 10) - Active and Passive Safety Systems for...Automotive Systems course (Module 10) - Active and Passive Safety Systems for...
Automotive Systems course (Module 10) - Active and Passive Safety Systems for...Mário Alves
 
Automotive Airbag Solution from Freescale
Automotive Airbag Solution from FreescaleAutomotive Airbag Solution from Freescale
Automotive Airbag Solution from FreescalePremier Farnell
 
Ultrasonic automatic braking system in cars by Accelerator Disengagement Mech...
Ultrasonic automatic braking system in cars by Accelerator Disengagement Mech...Ultrasonic automatic braking system in cars by Accelerator Disengagement Mech...
Ultrasonic automatic braking system in cars by Accelerator Disengagement Mech...Arvind Srivastava
 
Cruise control systems
Cruise control systemsCruise control systems
Cruise control systemsYusha Patel
 
WHAT IS TPMS & HOW DOES IT WORK
WHAT IS TPMS & HOW DOES IT WORKWHAT IS TPMS & HOW DOES IT WORK
WHAT IS TPMS & HOW DOES IT WORKSam Thai Aladeen
 
Autonomous braking system
Autonomous braking systemAutonomous braking system
Autonomous braking systemPhilsonPhilip2
 
Automatic Emergency Braking
Automatic Emergency BrakingAutomatic Emergency Braking
Automatic Emergency Brakingmani kanta
 
anti-lock braking system
anti-lock braking systemanti-lock braking system
anti-lock braking systemsambit86
 
Adaptive cruise control
Adaptive cruise controlAdaptive cruise control
Adaptive cruise controlJinu Joy
 
Tire Pressure Monitoring System (TPMS) - An Introduction
Tire Pressure Monitoring System (TPMS) - An IntroductionTire Pressure Monitoring System (TPMS) - An Introduction
Tire Pressure Monitoring System (TPMS) - An IntroductionSaurav Mukherjee
 
Seminar report on Artificial Intelligence in defence application
Seminar report on Artificial Intelligence in defence applicationSeminar report on Artificial Intelligence in defence application
Seminar report on Artificial Intelligence in defence applicationMohammad Athik
 
Antilock braking system report
Antilock braking system reportAntilock braking system report
Antilock braking system reportjyotigangar
 
Intelligent Vehicles
Intelligent VehiclesIntelligent Vehicles
Intelligent Vehiclesanakarenbm
 
Real time vehicle overload detection and prevention system
Real time vehicle overload detection and prevention systemReal time vehicle overload detection and prevention system
Real time vehicle overload detection and prevention systemKapil Nagpure
 
Fuzzy logic in automated mobiles
Fuzzy logic in automated mobilesFuzzy logic in automated mobiles
Fuzzy logic in automated mobilesHemanth Sunny
 
Collision mitigation
Collision mitigationCollision mitigation
Collision mitigationVISHALM580
 
ACCIDENT PREVENTION AND DETECTION SYSTEM
ACCIDENT PREVENTION AND DETECTION SYSTEMACCIDENT PREVENTION AND DETECTION SYSTEM
ACCIDENT PREVENTION AND DETECTION SYSTEManand bedre
 
adptive cruise control report
adptive cruise control reportadptive cruise control report
adptive cruise control reportShijo T Daniel
 
Automobile safety system
Automobile safety systemAutomobile safety system
Automobile safety systemavinash reddi
 

What's hot (20)

Automotive Systems course (Module 10) - Active and Passive Safety Systems for...
Automotive Systems course (Module 10) - Active and Passive Safety Systems for...Automotive Systems course (Module 10) - Active and Passive Safety Systems for...
Automotive Systems course (Module 10) - Active and Passive Safety Systems for...
 
Automotive Airbag Solution from Freescale
Automotive Airbag Solution from FreescaleAutomotive Airbag Solution from Freescale
Automotive Airbag Solution from Freescale
 
Ultrasonic automatic braking system in cars by Accelerator Disengagement Mech...
Ultrasonic automatic braking system in cars by Accelerator Disengagement Mech...Ultrasonic automatic braking system in cars by Accelerator Disengagement Mech...
Ultrasonic automatic braking system in cars by Accelerator Disengagement Mech...
 
Cruise control systems
Cruise control systemsCruise control systems
Cruise control systems
 
WHAT IS TPMS & HOW DOES IT WORK
WHAT IS TPMS & HOW DOES IT WORKWHAT IS TPMS & HOW DOES IT WORK
WHAT IS TPMS & HOW DOES IT WORK
 
Autonomous braking system
Autonomous braking systemAutonomous braking system
Autonomous braking system
 
Automatic Emergency Braking
Automatic Emergency BrakingAutomatic Emergency Braking
Automatic Emergency Braking
 
anti-lock braking system
anti-lock braking systemanti-lock braking system
anti-lock braking system
 
Adaptive cruise control
Adaptive cruise controlAdaptive cruise control
Adaptive cruise control
 
Tire Pressure Monitoring System (TPMS) - An Introduction
Tire Pressure Monitoring System (TPMS) - An IntroductionTire Pressure Monitoring System (TPMS) - An Introduction
Tire Pressure Monitoring System (TPMS) - An Introduction
 
Seminar report on Artificial Intelligence in defence application
Seminar report on Artificial Intelligence in defence applicationSeminar report on Artificial Intelligence in defence application
Seminar report on Artificial Intelligence in defence application
 
EMBEDDED IN AUTOMOBILES
EMBEDDED IN AUTOMOBILESEMBEDDED IN AUTOMOBILES
EMBEDDED IN AUTOMOBILES
 
Antilock braking system report
Antilock braking system reportAntilock braking system report
Antilock braking system report
 
Intelligent Vehicles
Intelligent VehiclesIntelligent Vehicles
Intelligent Vehicles
 
Real time vehicle overload detection and prevention system
Real time vehicle overload detection and prevention systemReal time vehicle overload detection and prevention system
Real time vehicle overload detection and prevention system
 
Fuzzy logic in automated mobiles
Fuzzy logic in automated mobilesFuzzy logic in automated mobiles
Fuzzy logic in automated mobiles
 
Collision mitigation
Collision mitigationCollision mitigation
Collision mitigation
 
ACCIDENT PREVENTION AND DETECTION SYSTEM
ACCIDENT PREVENTION AND DETECTION SYSTEMACCIDENT PREVENTION AND DETECTION SYSTEM
ACCIDENT PREVENTION AND DETECTION SYSTEM
 
adptive cruise control report
adptive cruise control reportadptive cruise control report
adptive cruise control report
 
Automobile safety system
Automobile safety systemAutomobile safety system
Automobile safety system
 

Similar to Application of Fuzzy Logic for Effective Anti-lock Braking System

Customized Mass Transit
Customized Mass TransitCustomized Mass Transit
Customized Mass TransitDanTrietsch
 
Anti lock braking (ABS) Model based Design in MATLAB-Simulink
Anti lock braking (ABS) Model based Design in MATLAB-SimulinkAnti lock braking (ABS) Model based Design in MATLAB-Simulink
Anti lock braking (ABS) Model based Design in MATLAB-SimulinkOmkar Rane
 
EE323 Mini-Project - Line tracing robot
EE323 Mini-Project - Line tracing robotEE323 Mini-Project - Line tracing robot
EE323 Mini-Project - Line tracing robotPraneel Chand
 
Quarter car active suspension systemdesign using optimal and robust control m...
Quarter car active suspension systemdesign using optimal and robust control m...Quarter car active suspension systemdesign using optimal and robust control m...
Quarter car active suspension systemdesign using optimal and robust control m...Mustefa Jibril
 
Quarter car active suspension systemdesign using optimal and robust control m...
Quarter car active suspension systemdesign using optimal and robust control m...Quarter car active suspension systemdesign using optimal and robust control m...
Quarter car active suspension systemdesign using optimal and robust control m...Mustefa Jibril
 
Quarter car active suspension systemdesign using optimal and robust control m...
Quarter car active suspension systemdesign using optimal and robust control m...Quarter car active suspension systemdesign using optimal and robust control m...
Quarter car active suspension systemdesign using optimal and robust control m...Mustefa Jibril
 
1FINAL STAGE 1 REPORT.pdf
1FINAL STAGE 1 REPORT.pdf1FINAL STAGE 1 REPORT.pdf
1FINAL STAGE 1 REPORT.pdfKailasMoreKM
 
presentation on Toyota Assembly Unit Simulation
presentation on Toyota Assembly Unit Simulationpresentation on Toyota Assembly Unit Simulation
presentation on Toyota Assembly Unit Simulationsandeepbags2004
 
Improving_programming_skills_of_Mechanical_Enginee.pdf
Improving_programming_skills_of_Mechanical_Enginee.pdfImproving_programming_skills_of_Mechanical_Enginee.pdf
Improving_programming_skills_of_Mechanical_Enginee.pdfssuserbe139c
 
Mitsubishi robot system solutions catalog
Mitsubishi robot system solutions catalogMitsubishi robot system solutions catalog
Mitsubishi robot system solutions catalogDien Ha The
 
Mitsubishi robot system solutions catalog
Mitsubishi robot system solutions catalogMitsubishi robot system solutions catalog
Mitsubishi robot system solutions catalogDien Ha The
 
Modeling and Simulation of Manufacturing Line Improvement
Modeling and Simulation of Manufacturing Line ImprovementModeling and Simulation of Manufacturing Line Improvement
Modeling and Simulation of Manufacturing Line Improvementijceronline
 
Optimal and robust controllers based design of quarter car active suspension ...
Optimal and robust controllers based design of quarter car active suspension ...Optimal and robust controllers based design of quarter car active suspension ...
Optimal and robust controllers based design of quarter car active suspension ...Mustefa Jibril
 
AUTOMATIC SOLAR VERTICAL CAR PARKING SYSTEM
      AUTOMATIC  SOLAR VERTICAL CAR PARKING SYSTEM      AUTOMATIC  SOLAR VERTICAL CAR PARKING SYSTEM
AUTOMATIC SOLAR VERTICAL CAR PARKING SYSTEMMirza Baig
 
Gestión proyectos traducción - Universitat Autònoma de Barcelona
Gestión proyectos traducción - Universitat Autònoma de BarcelonaGestión proyectos traducción - Universitat Autònoma de Barcelona
Gestión proyectos traducción - Universitat Autònoma de BarcelonaManuel Herranz
 
Gestión proyectos traducción en la Universitat Autònoma de Barcelona
Gestión proyectos traducción en la Universitat Autònoma de BarcelonaGestión proyectos traducción en la Universitat Autònoma de Barcelona
Gestión proyectos traducción en la Universitat Autònoma de BarcelonaManuel Herranz
 
Concepts of predictive control
Concepts of predictive controlConcepts of predictive control
Concepts of predictive controlJARossiter
 
Optimization of vehicle suspension system using genetic algorithm
Optimization of vehicle suspension system using genetic algorithmOptimization of vehicle suspension system using genetic algorithm
Optimization of vehicle suspension system using genetic algorithmIAEME Publication
 
Optimization of vehicle suspension system using genetic algorithm
Optimization of vehicle suspension system using genetic algorithmOptimization of vehicle suspension system using genetic algorithm
Optimization of vehicle suspension system using genetic algorithmIAEME Publication
 

Similar to Application of Fuzzy Logic for Effective Anti-lock Braking System (20)

Customized Mass Transit
Customized Mass TransitCustomized Mass Transit
Customized Mass Transit
 
Anti lock braking (ABS) Model based Design in MATLAB-Simulink
Anti lock braking (ABS) Model based Design in MATLAB-SimulinkAnti lock braking (ABS) Model based Design in MATLAB-Simulink
Anti lock braking (ABS) Model based Design in MATLAB-Simulink
 
EE323 Mini-Project - Line tracing robot
EE323 Mini-Project - Line tracing robotEE323 Mini-Project - Line tracing robot
EE323 Mini-Project - Line tracing robot
 
Quarter car active suspension systemdesign using optimal and robust control m...
Quarter car active suspension systemdesign using optimal and robust control m...Quarter car active suspension systemdesign using optimal and robust control m...
Quarter car active suspension systemdesign using optimal and robust control m...
 
Quarter car active suspension systemdesign using optimal and robust control m...
Quarter car active suspension systemdesign using optimal and robust control m...Quarter car active suspension systemdesign using optimal and robust control m...
Quarter car active suspension systemdesign using optimal and robust control m...
 
Quarter car active suspension systemdesign using optimal and robust control m...
Quarter car active suspension systemdesign using optimal and robust control m...Quarter car active suspension systemdesign using optimal and robust control m...
Quarter car active suspension systemdesign using optimal and robust control m...
 
1FINAL STAGE 1 REPORT.pdf
1FINAL STAGE 1 REPORT.pdf1FINAL STAGE 1 REPORT.pdf
1FINAL STAGE 1 REPORT.pdf
 
presentation on Toyota Assembly Unit Simulation
presentation on Toyota Assembly Unit Simulationpresentation on Toyota Assembly Unit Simulation
presentation on Toyota Assembly Unit Simulation
 
Improving_programming_skills_of_Mechanical_Enginee.pdf
Improving_programming_skills_of_Mechanical_Enginee.pdfImproving_programming_skills_of_Mechanical_Enginee.pdf
Improving_programming_skills_of_Mechanical_Enginee.pdf
 
Mitsubishi robot system solutions catalog
Mitsubishi robot system solutions catalogMitsubishi robot system solutions catalog
Mitsubishi robot system solutions catalog
 
Mitsubishi robot system solutions catalog
Mitsubishi robot system solutions catalogMitsubishi robot system solutions catalog
Mitsubishi robot system solutions catalog
 
Modeling and Simulation of Manufacturing Line Improvement
Modeling and Simulation of Manufacturing Line ImprovementModeling and Simulation of Manufacturing Line Improvement
Modeling and Simulation of Manufacturing Line Improvement
 
Optimal and robust controllers based design of quarter car active suspension ...
Optimal and robust controllers based design of quarter car active suspension ...Optimal and robust controllers based design of quarter car active suspension ...
Optimal and robust controllers based design of quarter car active suspension ...
 
AUTOMATIC SOLAR VERTICAL CAR PARKING SYSTEM
      AUTOMATIC  SOLAR VERTICAL CAR PARKING SYSTEM      AUTOMATIC  SOLAR VERTICAL CAR PARKING SYSTEM
AUTOMATIC SOLAR VERTICAL CAR PARKING SYSTEM
 
CAE_Tech_Seminar_PD
CAE_Tech_Seminar_PDCAE_Tech_Seminar_PD
CAE_Tech_Seminar_PD
 
Gestión proyectos traducción - Universitat Autònoma de Barcelona
Gestión proyectos traducción - Universitat Autònoma de BarcelonaGestión proyectos traducción - Universitat Autònoma de Barcelona
Gestión proyectos traducción - Universitat Autònoma de Barcelona
 
Gestión proyectos traducción en la Universitat Autònoma de Barcelona
Gestión proyectos traducción en la Universitat Autònoma de BarcelonaGestión proyectos traducción en la Universitat Autònoma de Barcelona
Gestión proyectos traducción en la Universitat Autònoma de Barcelona
 
Concepts of predictive control
Concepts of predictive controlConcepts of predictive control
Concepts of predictive control
 
Optimization of vehicle suspension system using genetic algorithm
Optimization of vehicle suspension system using genetic algorithmOptimization of vehicle suspension system using genetic algorithm
Optimization of vehicle suspension system using genetic algorithm
 
Optimization of vehicle suspension system using genetic algorithm
Optimization of vehicle suspension system using genetic algorithmOptimization of vehicle suspension system using genetic algorithm
Optimization of vehicle suspension system using genetic algorithm
 

Recently uploaded

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 

Recently uploaded (20)

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 

Application of Fuzzy Logic for Effective Anti-lock Braking System

  • 1. Application of Fuzzy Logic for Effective Anti-lock Braking System Presented By : Under Guidance of : - Amrita B. Chavan (04) - Dr. K. Rajeswari ME 1st year (CE) HOD of (CE) PCCOE, Nigdi, Pune. PCCOE, Nigdi, Pune. Pimpri Chinchwad College of Engineering, Pune
  • 2. Introduction 1. Anti-lock Braking System (ABS) a. The Anti-lock Braking System (ABS) was invented by Gabriel Voisin in 1929 b. It is automobile safety system c. Monitor the operating condition of the tire and controls the applied braking torque d. Prevents the wheels of vehicle from locking up e. Steering stays under control and stopping distances are generally reduced. 205.15.18 ME 1st year (Computer Engineering)
  • 3. Introduction contd... 2. Fuzzy Logic (FL) a. Fuzzy Logic was initiated in 1965 by Lotfi A. Zadeh, Professor for Computer Science at the University of California in Berkeley b. Fuzzy logic is a form of multi-valued logic as well derived from fuzzy set theory to deal with reasoning that is approximate c. Fuzzy Logic variables may have truth values that ranges between 0 and 1 3ME 1st year (Computer Engineering)05.15.18
  • 4. Literature Survey Sr.No. Paper Name Author Name Strength Weakness 1. Anti-lock Braking Systems Data-driven Control using Q-Learning Mircea-Bogdan Radac Radu-Emil Precup Raul-Cristian Roman It doesn’t require an initial stabilizing controller More complex with more parameter to be tuned 4ME 1st year (Computer Engineering)05.15.18
  • 5. Literature Survey contd... Sr.No. Paper Name Author Name Strength Weakness 2. Adaptive Control of Anti-lock Braking System Using Grey Multilayer Feedforward Multilayer Neural Network Erdal Kayacan Yesim Oniz Okyay Kaynak Andon V. Topalov 2008 Ability to control nonlinear system accurately, Robustness of system can be guaranteed System is getting unstable at the end of simulation 3. Anti-lock-Braking System Using Fuzzy Logic K. Subbulakshmi 2014 Ability to modify and tune certain parts of nonlinear characteristic surface easily 5ME 1st year (Computer Engineering)05.15.18
  • 6. ABS in cars ● You have more control on your car during situations such as sudden braking ● It is designed to help the driver maintain some steering ability and avoid skidding while braking. 6ME 1st year (Computer Engineering)05.15.18
  • 7. Need of ABS ● It may help the driver stop quicker under wet or slippery conditions ● You’ll stop faster, and you’ll be able to steer while you stop. ● It prevent you from running into the immovable object that you might otherwise have tried to move ● With ABS, you have more control on your car 7ME 1st year (Computer Engineering)05.15.18
  • 8. Components of ABS An ABS system consists : ● Some wheel speed sensors (is a type of tachometer) a. It is a sender device used for reading the speed of a vehicle's wheel rotation ● Brake calipers a. Brake calipers squeeze the brake pads against the surface of the brake rotor to slow or stop the vehicle. b. The job of the caliper is to slow the car's wheels by creating friction with the rotors 8 Fig 1: Brake caliper (1) wheel speed sensor (2) (Source :http://www.drivingfast.net/abs/ ) ME 1st year (Computer Engineering)05.15.18
  • 9. Components of ABS ● A hydraulic motor a. is a mechanical actuator that converts hydraulic pressure and flow into torque and angular displacement ● Some pressure release valves ● A quick thinking computer which coordinates the whole process 905.15.18 ME 1st year (Computer Engineering)
  • 10. Fuzzy Logic (FL) ● Fuzzy logic is a convenient way to map an input space to an output space. ● With information about how good your service was at a restaurant, a fuzzy logic system can tell you what the tip should be. ● With information about how fast the car is going and how hard the motor is working, a fuzzy logic system can shift gears for you. 10ME 1st year (Computer Engineering)05.15.18
  • 11. Fuzzy Logic (FL) contd... A graphical example of an input-output map is shown in the following figure. (Image source : mathworks.com) 11ME 1st year (Computer Engineering)05.15.18
  • 12. An Intoductory Example: Tipping Problem The Non-Fuzzy Approach The Extended Tipping Problem: Given two sets of numbers between 0 and 10 (where 10 is excellent) that respectively represent the quality of the service and the quality of the food at a restaurant, what should the tip be? 1205.15.18 ME 1st year (Computer Engineering)
  • 13. An Intoductory Example: Tipping Problem The Non-Fuzzy Approach The Extended Tipping Problem: Given two sets of numbers between 0 and 10 (where 10 is excellent) that respectively represent the quality of the service and the quality of the food at a restaurant, Suppose you want the service to be a more important factor than the food quality. Specify that service accounts for 80% of the overall tipping grade and the food makes up the other 20%. what should the tip be? 1305.15.18 ME 1st year (Computer Engineering)
  • 14. An Intoductory Example: Tipping Problem The Fuzzy Approach The Extended Tipping Problem: Given two sets of numbers between 0 and 10 (where 10 is excellent) that respectively represent the quality of the service and the quality of the food at a restaurant, 1405.15.18 ME 1st year (Computer Engineering)
  • 15. An Intoductory Example: Tipping Problem The Fuzzy Approach 15 The Extended Tipping Problem: Given two sets of numbers between 0 and 10 (where 10 is excellent) that respectively represent the quality of the service and the quality of the food at a restaurant, Tipping Problem Rules — Service Factor If service is poor, then tip is cheap If service is good, then tip is average If service is excellent, then tip is generous Tipping Problem Rules — Food Factor If food is rancid, then tip is cheap If food is delicious, then tip is generous 05.15.18 ME 1st year (Computer Engineering)
  • 16. An Intoductory Example: Tipping Problem The Fuzzy Approach Tipping Problem — Both Service and Food Factors If service is poor OR the food is rancid, then tip is cheap If service is good, then tip is average If service is excellent OR food is delicious, then tip is generous 16ME 1st year (Computer Engineering)05.15.18
  • 17. Why Fuzzy Logic ● Fuzzy logic is conceptually easy to understand. ● Fuzzy logic is flexible ● Fuzzy logic is tolerant of imprecise data. ● Fuzzy logic can model nonlinear functions of arbitrary complexity. ● Fuzzy logic can be blended with conventional control techniques. ● Fuzzy logic is based on natural language. 17ME 1st year (Computer Engineering)05.15.18
  • 18. Fuzzy Rule 18 µR(x, y) = f(µA(x), µB(y)) ● A Fuzzy rule can be represented by a fuzzy relation on R = A → B ● R can be viewed as a fuzzy set with a two-dimensional membership function ● where f :- fuzzy implication function, performs the task of transforming the membership degrees of x in A and y in B into those of (x, y) in A × B. 05.15.18 ME 1st year (Computer Engineering)
  • 19. Example 19 T 20 30 40 A (t) 0.1 0.5 0.9 H 20 50 70 90 B (h) 0.2 0.6 0.7 1 05.15.18 ME 1st year (Computer Engineering)
  • 20. Example contd... Calculated R(t,h) through min operator 20 20 50 70 90 20 0.1 0.1 0.1 0.1 30 0.2 0.5 0.5 0.5 40 0.2 0.6 0.7 0.9 05.15.18 ME 1st year (Computer Engineering)
  • 21. Example contd... ● Now suppose, we want to get information about the humidity when there is the following premise about the temperature: Temperature is fairly high. ● This fact is rewritten as R(t): t is A′ where A′ = fairly high. where the fuzzy term A′ ⊆ T is defined as below Membership function of A′ in T (temperature) t 20 30 40 µA′ (t) 0.01 0.25 0.81 2105.15.18 ME 1st year (Computer Engineering)
  • 22. Fuzzy Partition Example ● Fuzzy partition of input and output spaces 22 Fig A : Fuzzy Partition in 2-D input space Fig B : Fuzzy Partition in having three rules 05.15.18 ME 1st year (Computer Engineering)
  • 23. Membership Function ● Membership function represents the degree of truth in fuzzy logic. ● Membership functions characterize fuzziness ● Technique to solve practical problems by experience ● Membership functions are represented by graphical forms. ● Rules for defining fuzziness are fuzzy too. 23ME 1st year (Computer Engineering)ME 1st year (Computer Engineering)05.15.18
  • 24. Building System with MATLAB Fuzzy Logic Toolbox 24ME 1st year (Computer Engineering)05.15.18
  • 25. Market Research 25 1. TATA Autocomp Systems LTD (http://www.tacogroup.com) a. TATA AutoComp Systems Limited - Supply Chain Management (TACO SCM) is a Strategic Business Unit and leading service provider on b. Offers its customers full engineering support for the design and installation of braking systems c. The company is capable of handling the whole life cycle of the product, from design and development to production, supply and after-sales. ME 1st year (Computer Engineering)05.15.18
  • 26. Market Research contd... 2. Knorr-Bremse (www.knorr-bremse.com) a. In the area of bandwidth of innovative solutions ranges from complete braking systems (for example, ABS and ESP) and transmission control systems b. These solutions focus on increased efficiency and reduced fuel consumption c. Specialties :Manufacturer of Braking and Doors 26ME 1st year (Computer Engineering)05.15.18
  • 27. Market Research contd... 3. WABCO (www.wabco-auto.com) a. WABCO's Anti-lock Braking System (ABS) prevents the wheel from locking during emergency braking situations and thereby helps commercial vehicle drivers to maintain stability of the vehicle. b. ABS also helps to bring a vehicle to a complete stop with the shortest possible stopping distance and in the safest possible way. c. Specialities : safety technologies, electronic and foundation brakes, air suspension, truck, bus, trailer, off-highway, car, and aerodynamics 27ME 1st year (Computer Engineering)05.15.18
  • 28. Conclusion ● For Antilock Braking system it is hard to develop the mathematical model to accurate level as there are highly nonlinear relationship between the parameters, hence the Fuzzy Logic, linguistic variables come into picture. ● The convincing advantage of fuzzy logic is the ability to modify and tune certain parts of this characteristic surface easily and carefully 2805.15.18 ME 1st year (Computer Engineering)
  • 29. REFERENCES K. Subbulakshmi “Antilock-Braking System Using Fuzzy Logic” Middle-East J. Sci. Res., 20 (10): 1306-1310, 2014 2. Mircea-Bogdan Radac, Radu-Emil Precup and Raul Cristian Roman “Anti-Lock Braking System Data-Driven Control Using Q-Learning” 2017 IEEE 3. Erdal Kayacan, Yesim Oniz, Okyay Kaynak and Andon V. Topalov “Adaptive Control of Antilock Braking System Using Grey Multilayer Feedforward Neural Networks” 4. Radu-Emil Precup, Marius-Csaba Sabau, Emil M. Petriu, “Nature-inspired optimal tuning of input membership functions of Takagi-Sugeno-Kang fuzzy models for Anti-lock Braking Systems” ELSEVIER, Applied Soft Computing, 27 (2015 ) 575-589 5. Wei-Yen Wang, Ming-Chang Chen, Shun-Feng Su, “Hi erarchical T–S fuzzy-neural control of anti-lock braking system and active suspension in a vehicle” ELSEVIER, Automatic , 48 (2012) 1698-1706 29