二维模糊调节器 Resources

Showing items tagged with "二维模糊调节器"

This system implements three two-dimensional fuzzy regulators to adjust the parameters (Kp, Ki, Kd) of a PID controller. The control principle involves fuzzifying input variables (error e and error change ec), performing fuzzy logic inference, and defuzzifying outputs through three fuzzy controllers FC1, FC2, and FC3 to determine PID parameter adjustments. Implementation typically involves defining membership functions for input/output variables and designing rule bases mapping (e, ec) combinations to parameter corrections.

MATLAB 215 views Tagged