how to convert PID controller into Fuzzy PID in simpower system
조회 수: 6 (최근 30일)
이전 댓글 표시
i had PID controller for controlling dc motor speed in simpower system .
dc motor ref.. speed ranges : 1,500- 10,000
Kp-0.1
Kd- .0000000000048
Ki- 42
how PID controller implemented in fuzzy system?
i need number of input and their range and fuzzy rules, output ranges
댓글 수: 1
KANALJEET SINGH
2013년 4월 22일
Although I don't know the exact answer but still one thing I want to tell that it will be very difficult to apply rules if all P,I and D are used in forming fuzzy inputs. You can use Fuzzy PD in parallel with integral to apply FPID logic. So decidign rules for P and D in fuzzy will be lot easier. I am also looking for these rules. If you know them now then please share them here or send them to my email id directly.
채택된 답변
추가 답변 (1개)
Yarpiz / Mostapha Heris
2015년 9월 12일
An approach is fuzzy gain scheduling for PID controllers, which is presented in this paper:
Zhen-Yu Zhao; Tomizuka, M.; Isaka, S., "Fuzzy gain scheduling of PID controllers," in Systems, Man and Cybernetics, IEEE Transactions on , vol.23, no.5, pp.1392-1398, Sep/Oct 1993
Implementation of this method, using Simulink and Fuzzy Logic Toolbox is available to download, in MATLAB File Exchange, in the following link:
http://www.mathworks.com/matlabcentral/fileexchange/52970-fuzzy-pid-controller
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Gain Scheduling에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!