Rules base of fuzzy logic controller
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
A fuzzy logic controller for mobile robot velocity (same for controller angle)has two inputs first input is the error velocity and the second is the change of error velocity and one output which the torque , so to make rules base of controller the relationship between two inputs and their effect on the output must be known , so what is relationship between the error velocity and the change of error velocity ? see attachment picture
0 Kommentare
Antworten (1)
Arkadiy Turevskiy
am 20 Mär. 2014
Your question is not very clear. As fasr as I can understand you are basically asking about how to go and set up rules and membership functions for the fuzzy inference system. The best way to start is look at a similar example. There is one that is quite similar in Fuzzy Logic Toolbox, this one .
If you have access to Fuzzy Logic Toolbox, open this example, and explore the fuzzy logic controller used in the example:
open_system('sltankrule');
fuzzy(tank)
Look at membership functions and rules. Your system would be quite similar.
1 Kommentar
Siehe auch
Kategorien
Mehr zu Fuzzy Logic in Simulink finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!