模糊控制 Resources

Showing items tagged with "模糊控制"

This is my graduate-level Intelligent Computing course project featuring executable MATLAB m-files and Simulink mdl files implementing fuzzy control systems with complete algorithm implementations.

MATLAB 238 views Tagged

Implementation of fuzzy control and neural network control strategies for single inverted pendulum systems within Simulink simulation environments. Usage note: For fuzzy controller execution, first import the *.fis file into the MATLAB workspace using the readfis() function before running the simulation to ensure proper initialization of fuzzy inference systems.

MATLAB 285 views Tagged

A fuzzy control program developed using MATLAB Simulink toolbox, designed for effective data processing under input uncertainty conditions. Implementation includes fuzzy inference system configuration and rule-based decision making algorithms.

MATLAB 227 views Tagged

MATLAB-based simulation study of fuzzy adaptive PID controller addressing limitations of traditional PID controllers in automatic parameter adjustment when system dynamics change. This approach combines fuzzy logic with PID control to enable online self-tuning of PID parameters using fuzzy inference methods, resulting in improved controller adaptability. The MATLAB simulation demonstrates enhanced dynamic performance of the system through implementation of membership functions, rule bases, and defuzzification techniques.

MATLAB 271 views Tagged

This repository contains my MATLAB implementations for cart-inverted pendulum control systems using both classic PID and fuzzy control methods. It serves as an excellent resource for beginners learning fuzzy control, featuring detailed comparisons between traditional PID control and fuzzy logic approaches. The implementation includes controller design, simulation models, and performance analysis algorithms.

MATLAB 218 views Tagged