稀疏矩阵 Resources

Showing items tagged with "稀疏矩阵"

A MATLAB-based compressed sensing video encoding program implementing the latest DCVS (Distributed Compressed Video Sensing) theoretical algorithm. Utilizes BWHT (Binary Walsh-Hadamard Transform) for sparse matrix representation and GPSR (Gradient Projection for Sparse Reconstruction) algorithm for signal recovery.

MATLAB 248 views Tagged

Implementation Background: LDPC (Low-Density Parity Check) codes are specialized linear block codes characterized by sparse parity-check matrices where the number of "1"s is significantly fewer than "0"s. Key technical requirements include row/column weight constraints and minimal overlap between rows/columns. This MATLAB implementation involves constructing sparse parity matrices and features multiple decoding approaches including message-passing algorithms with both MATLAB-native and optimized C-based implementations.

MATLAB 202 views Tagged

MATLAB code for complex network Barabási-Albert model that returns the adjacency matrix of the network graph. The implementation utilizes sparse matrix storage to significantly optimize memory usage and computational efficiency. The algorithm follows preferential attachment principles to generate scale-free networks.

MATLAB 208 views Tagged