Description: apply Orthogonal matching pursuit to solve the equation y = Ax,
requirements:
the unknown x is sparse vector,
A is a Gaussian random.
calling form: x = myomp (A, y, err)
A - linear projection matrix
y - projection vector
err - desired accuracy.
To Search:
File list (Check if you may need any files):
myomp.m