参数 Resources

Showing items tagged with "参数"

FCMDEMO launches an intuitive GUI interface for experimenting with fuzzy c-means clustering parameters on 2-D datasets. Users can select datasets and cluster numbers using GUI controls, then initiate the clustering algorithm. The interface visualizes results and provides parameter adjustment capabilities to optimize clustering performance.

MATLAB 330 views Tagged

This program demonstrates different Simulink implementations of Voltage-Controlled Oscillators (VCOs). By configuring various parameters, users can achieve diverse simulation effects and study VCO characteristics through modular block configurations.

MATLAB 227 views Tagged

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 219 views Tagged

Simulation of PID control for BUCK converters with parameter tuning, enabling deeper understanding of PID principles. Learn to use MATLAB for building power electronics simulation circuit models, including implementation approaches for control algorithms and system modeling.

MATLAB 250 views Tagged