Skip to content

Commit fc90eaa

Browse files
authored
Update README.md
1 parent 587ba1a commit fc90eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Three well-known Sparse Recovery Algorithms implemented in C/C++ and MATLAB:
44
I. Orthogonal Matching Pursuit ( OMP ),
55
II. Iterative Hard Thresholding ( IHT ),
66
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.
88
Matrix multipications, correlation computations
99
SNR, MSE
1010

0 commit comments

Comments
 (0)