| |
Algorithm 1. Pseudocode for k-t ISD | |
| |
1. | Initialize W0 |
2. | For i = 1,2,⋯, do following until convergence |
[1] Reconstruct ρi based on Wi−1 using [14], which is implemented by the following steps of FOCUSS: | |
a. Initialize D0 | |
b. For i = 1,2,⋯, do the following until convergence | |
i. Reconstruct ρi using ℓ2 minimization in [10] | |
ii. Update Dl using [11] | |
c. Use ρl for ρi after convergence | |
[2] Update detected support Ti and Wi based on ρi using thresholding in [15] | |
|