稀疏 Resources

Showing items tagged with "稀疏"

High-value compressive sensing source code featuring wavelet basis for signal sparsification and Orthogonal Matching Pursuit (OMP) algorithm for reconstruction. This implementation demonstrates excellent performance with practical applications in signal processing, making it particularly valuable for researchers entering the field of compressive sensing. The code provides clear insights into sparse signal representation and reconstruction algorithms.

MATLAB 319 views Tagged

Iterative methods represent another class of techniques for solving linear algebraic equation systems, particularly effective for large sparse linear systems. These methods operate by designing specific iterative schemes that generate sequences of approximate solutions, which converge toward the exact solution when properly formulated. The implementation typically involves matrix-vector multiplications and residual calculations, requiring only O(n) storage for sparse systems. Key advantages include constant coefficient matrices throughout iterations, algorithmic simplicity, straightforward programming implementation, and reduced memory requirements compared to direct methods.

MATLAB 273 views Tagged