Skip to main content

Table 1 IAA algorithm

From: An efficient implementation of iterative adaptive approach for source localization

Initialization: p ^ k ( 0 ) = a H ( θ k ) y 2 [ a H ( θ k ) a ( θ k ) ] 2 for k = 1,2,...,K.

Repeat:

(a) Calculate the correlation matrix by R ^ ( i ) =A P ^ ( i ) A H .

(b) Estimate the spatial components by p ^ k ( i ) = a H ( θ k ) ⋅ ( R ^ ( i ) ) - 1 ⋅ y a H ( θ k ) ⋅ ( R ^ ( i ) ) - 1 ⋅ a ( θ k ) 2 , for k = 1, 2, ..., K.

(c) If the norm of the difference between P ^ ( i - 1 ) and P ^ ( i ) is smaller than a threshold, i.e., δ ( i ) ≜ ∑ k = 1 K [ p ^ k ( i - 1 ) - p ^ k ( i ) ] 2 <ε, the iteration is stopped; otherwise let i = i+1 and go to a).