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 /

채택된 답변

praguna manvi
praguna manvi 2024년 11월 6일
Hi @Alex,
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!
  댓글 수: 1
Alex
Alex 2024년 11월 10일
Thank you . This is so informative response. I do appreciate alot.I would like to get more in touch if you don't mind.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Fuzzy Logic Toolbox에 대해 자세히 알아보기

제품


릴리스

R2024a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by