Matlab源代码 Resources

Showing items tagged with "Matlab源代码"

Genetic Algorithm is a widely used evolutionary computation method. This repository contains MATLAB source code implementations for several genetic algorithm variants including: basic genetic algorithm, sequential selection GA, fitness scaling GA, large mutation GA, adaptive GA, two-point crossover GA, and multi-mutation site adaptive GA. Each implementation demonstrates key algorithm components such as selection mechanisms, crossover operations, mutation strategies, and fitness evaluation functions.

MATLAB 209 views Tagged

This MATLAB source code implements image decomposition and synthesis using wavelet transform techniques. The implementation demonstrates multi-level wavelet decomposition and reconstruction algorithms for image processing applications. Complete documentation and test results are available on my personal homepage with verified data accuracy. I'm currently researching speech compression algorithms (particularly MELP) and would appreciate access to relevant source code for reference purposes.

MATLAB 273 views Tagged