You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Three well-known Sparse Recovery Algorithms implemented in C/C++ and MATLAB:
4
4
I. Orthogonal Matching Pursuit ( OMP ),
5
5
II. Iterative Hard Thresholding ( IHT ),
6
6
III. Approximage Message Passing ( AMP )
7
-
Notice AMP needs intitial coefficients that were taken from Baranuik's work (detail in the code). Further the C code ontains all subroutins that includes: QR decompostion, Gausian elimination, bubble-sort, back-substitution, etc.
7
+
Notice AMP needs intitial coefficients that were taken from Baranuik's work (detail in the code). Further the C code contains all subroutins that includes: QR decompostion, Gausian elimination, bubble-sort, back-substitution, etc.
0 commit comments