程序 Resources

Showing items tagged with "程序"

This is a foundational implementation of the LDPC code belief propagation (BP) decoding algorithm, offering significant reference value for beginners. The code provides a practical demonstration of message passing techniques and iterative decoding procedures, making it ideal for understanding core LDPC concepts. I personally referenced this implementation during my initial LDPC studies and hope it benefits fellow learners in their exploration of channel coding techniques.

MATLAB 168 views Tagged

This is a highly practical modulation recognition program addressing a key challenge in software-defined radio. The implementation simulates core parameters proposed by NANDI, providing significant reference value for researchers. Contains algorithmic implementations and parameter extraction methods suitable for signal analysis applications.

MATLAB 220 views Tagged

This package implements a Fisher Linear Discriminant (FLD) based face recognition system, known as the Fisherface method. The implementation features heavily commented code with clear function descriptions, including data preprocessing routines, eigenvalue decomposition for optimal projection vectors, and classification algorithms for face matching.

MATLAB 199 views Tagged