matlab代码 Resources

Showing items tagged with "matlab代码"

Digital communication simulation programs developed during my study of "Digital Communications" (John G. Proakis edition). This repository contains MATLAB implementations of key digital communication algorithms and systems. I welcome feedback and corrections to improve code accuracy and educational value.

MATLAB 229 views Tagged

This article explores local image contrast enhancement techniques, accompanied by the original research paper, MATLAB simulation code, and sample images. The results demonstrate impressive performance, making this resource highly valuable for implementation.

MATLAB 251 views Tagged

This implementation focuses on external force selection in active contours-based image segmentation. While conventional algorithms typically rely on gradient-based approaches, this method provides an effective alternative for images with ambiguous gradient information. The code demonstrates how to handle segmentation tasks when traditional gradient methods underperform.

MATLAB 200 views Tagged

This tested and fully functional DOA MUSIC algorithm implementation corresponds to the simulation program on page 110 of Wang Yongliang's "Spatial Spectrum Estimation Theory and Algorithms". The code features proper array signal processing implementation, including covariance matrix computation, eigenvalue decomposition, and pseudospectrum calculation using the MUSIC algorithm's core principles.

MATLAB 247 views Tagged