|
Algorithm 1 Construct of Beamformer |
-
1:
Set the iteration index , and define algorithm termination conditions, namely, maximum iterations (), and precision level ().
-
2:
Select an objective function from (14), and initialize beamformers using PEV scheme in [27].
-
3:
Compute using .
-
4:
repeat
-
5:
-
6:
Compute using ‘interior-point’ method in (13).
-
7:
Update local optimal beamformer .
-
8:
if then
-
9:
set Condition = false.
-
10:
else
-
11:
set Condition = true.
-
12:
end if
-
13:
until {Condition = true}
|