集合 Resources

Showing items tagged with "集合"

A comprehensive collection of various beamforming methods, highly practical and user-friendly, though not original implementations. Includes algorithm explanations and code implementation references.

MATLAB 233 views Tagged

Implementation of a set-based discrete particle swarm optimization algorithm with customizable parameters for immediate execution. Key variables include: global popsize (population size), global pop (population matrix), global c1 (cognitive coefficient), global c2 (social coefficient), global gbest_x (global best x-coordinate), and global gbest (global best solution). The algorithm requires proper parameter initialization for optimal performance.

MATLAB 218 views Tagged