运行 Resources

Showing items tagged with "运行"

Ready-to-run adaptive PSO algorithm with configurable parameters. Key parameters include: wmax = 0.9; % Maximum velocity constraint wmin = 0.01; % Minimum velocity constraint itmax = 100; % Maximum iteration count c1 = 2; % Learning factors c2 = 2; W = (wmax-wmin)/itmax; % Weight calculation Particle swarm initialization with position and velocity settings xmin = -3; % Parameter minimum bounds xmax = 3; % Parameter maximum bounds N = 100; % Particle population size D = 2; % Number of parameters/dimensions t = 0.01 % Step size control

MATLAB 211 views Tagged

This ready-to-run AC asynchronous motor vector control model provides a practical implementation for studying motor control algorithms. The model includes key components such as Clarke/Park transformations, field-oriented control logic, and PWM generation modules, serving as an excellent reference for developing motor control strategies.

MATLAB 227 views Tagged

This MATLAB-based SVC simulation implemented with PSS (Power System Stabilizer) is fully functional and ready to execute, demonstrating power system control applications.

MATLAB 228 views Tagged

Kernel Independent Component Analysis (Kernel ICA) software package compatible with both MATLAB 5 and MATLAB 6 environments, featuring optimized algorithm implementations for efficient blind source separation.

MATLAB 190 views Tagged

Spectral Subtraction Implementation - A functional noise reduction algorithm ready for practical use. While it may have some limitations, the program performs reliably and can be effectively integrated into audio processing applications.

MATLAB 221 views Tagged