matlab代码 Resources

Showing items tagged with "matlab代码"

MATLAB-based FFT algorithm implementation for triangular waves, sine waves, and square waves, analyzing frequency spectra of square and triangular signals while investigating the impact of sampling points and sampling frequency on spectral resolution, including code implementation details and parameter optimization techniques.

MATLAB 220 views Tagged

This program provides a MATLAB implementation using genetic algorithms to solve basic Vehicle Routing Problems. The distance matrix between supply points and genetic algorithm parameters are defined in VRP.M. The fitness function is calculated based on route length, while constraint handling is implemented by adding penalty factors in the LEN function - for simplicity, infeasible routes are penalized with an additional 100 units distance. The implementation demonstrates core GA components including chromosome encoding, selection, crossover, and mutation operations specific to VRP optimization.

MATLAB 193 views Tagged

This is a self-developed MATLAB code for AMI line coding implementation. Please carefully review the code before use, and if any errors are found, kindly provide corrections. The implementation demonstrates binary-to-AMI signal conversion with polarity alternation logic.

MATLAB 257 views Tagged