Rules base of fuzzy logic controller
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Arkadiy Turevskiy
2014-3-20
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Fuzzy Logic in Simulink 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!