how do I implement Adaptive Neuro-Fuzzy controller for separately excited dc motor
14 次查看(过去 30 天)
显示 更早的评论
In matlab/simulink how will I approach this or do this /
0 个评论
采纳的回答
praguna manvi
2024-11-6,12:00
To implement an "Adaptive Neuro-Fuzzy Inference" (ANFIS) controller, you need to train the ANFIS system. You can follow this example to get started:
openExample('fuzzy/TrainAdaptiveNeuroFuzzyInferenceSystemsDataExample')
Once the ANFIS system is trained, you can use the resulting “Fuzzy Inference System (FIS)” in Simulink with the "Fuzzy Logic Controller" block. More information is available at the following link:
The "Fuzzy Logic Controller" can then be integrated with an implementation of a "Separately Excited DC Motor." Here is a useful file-exchange submission that you can refer to:
Additionally, here is an existing example of using a "Fuzzy Logic Controller" in Simulink:
openExample('fuzzy/SimulateFuzzyInferenceSystemExample')
Hope this helps!
更多回答(0 个)
另请参阅
类别
在 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!