|
Algorithm 4 NIHT |
Input: Initialize: Output: k-sparse coefficient vector x whiledo // update residual // step size vector // normalized gradient vector // initialize the set of sparsity ifthen while (stop criterion on ) do
// update with step size given by (46)
// update set of sparsity
// find sparse vector
end while else
// find sparse vector end if
end while
|