Is PID 2-DOF same with fuzzy PID ?
Show older comments
I need precise PID controller for temperature of furnace (with ramp & soak) and want to implement fuzzy PID for more accurate system, So is PID with two degrees of freedom same with fuzzy PID ? Or need to assemble fuzzy PID manually in Simulink ?
Answers (1)
Harsh
on 19 Sep 2024
0 votes
Hi Milad,
A 2dof PID controller, commonly known as an ISA-PID compensator, is equivalent to a feedforward compensator and a feedback compensator. In contrast, Fuzzy PID controller uses fuzzy inference system (FIS) maps given inputs to outputs using fuzzy logic. For control applications, typical FIS inputs are the error and change of error.
You can use the Fuzzy PID controller from the “Fuzzy Logic Toolbox”. For more information on Fuzzy PID controller check the following page –
Categories
Find more on PID Controller Tuning in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!