Is PID 2-DOF same with fuzzy PID ?
4 views (last 30 days)
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 ?
0 Comments
Answers (1)
Harsh
on 19 Sep 2024
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 –
0 Comments
See Also
Categories
Find more on Fuzzy Logic in Simulink 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!