Matlab源代码 Resources

Showing items tagged with "Matlab源代码"

This repository provides comprehensive MATLAB source code for complete LDPC (Low-Density Parity-Check) encoding and decoding operations. The implementation is highly suitable for communication system simulations and offers convenient integration capabilities with built-in parameter configuration and performance analysis functions.

MATLAB 308 views Tagged

A comprehensive MATLAB source code for RGB-based face detection, providing valuable resources for enthusiasts and researchers working in facial recognition domains. Includes algorithm implementation details and practical coding examples.

MATLAB 209 views Tagged

MATLAB source code for path planning using genetic algorithms, containing multiple sub-files. Execute the mypath.m file for testing and demonstration.

MATLAB 218 views Tagged

MATLAB source code for calculating the centroid position of a spot in a grayscale image. The algorithm uses the Otsu's method (maximum between-class variance) to accurately determine the (x, y) coordinates of the spot centroid. This implementation includes automatic threshold calculation and weighted centroid computation based on pixel intensities.

MATLAB 246 views Tagged