Skip to main content

Table 1 OMP algorithm

From: Near optimal bound of orthogonal matching pursuit using restricted isometric constant

Input:

measurements y

 

sensing matrix Φ

 

sparsity K.

Initialize:

iteration count k = 0

 

residual vector r0 = y

 

support set estimate T 0 =.

While k < K

 
 

k = k + 1.

 

(Identify)       tk= arg max j |〈rk-1,φ j 〉|.

 

(Augment)    Tk= Tk-1 {tk}.

 

(Estimate)    x ^ T k =arg min x y - Φ T k x 2 .

 

(Update)       r k = y - Φ T k x ^ T k ..

End

 

Output:

x ^ =arg min x : supp ( x ) = T K y - Φ x 2 .