源码 Resources

Showing items tagged with "源码"

This is the source code implementation of the Criminisi algorithm, designed for high-quality image inpainting with excellent restoration results. The implementation includes priority-based patch filling and texture synthesis mechanisms.

MATLAB 174 views Tagged

Complete source code implementation for 1D Discrete Wavelet Transform (DWT) featuring decomposition and reconstruction using db6 wavelet. The implementation allows flexible customization of both mother wavelet and scaling function parameters. Includes comprehensive MATLAB tutorial with practical examples.

MATLAB 269 views Tagged

MATLAB source code for OFDMA physical layer development, originally provided by Freescale. This resource offers valuable implementation examples including key algorithms like subcarrier allocation, cyclic prefix insertion, and FFT/IFFT operations, making it particularly helpful for physical layer engineers working on wireless communication systems.

MATLAB 268 views Tagged

MATLAB implementation of depth-first search algorithm with added randomness - This program originates from international sources and represents a standard DFS implementation capable of node traversal and cycle detection. The original algorithm has been enhanced with random branching selection, creating a randomized depth-first search variant. Please refer to the original English comments for comprehensive details about the base implementation.

MATLAB 208 views Tagged