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!