Research Article

Iterative Forward-Backward Pursuit Algorithm for Compressed Sensing

Algorithm 1

FBP algorithm [8].
Input: ,
Define: , , ,
Initialization: , , ,
while    do
   
   forward step:
         
         
         
   backward step:
         
         
   projection:
         
         
   termination rule:
         if     then
          ;
          break
         end if
end while
return, ,