Algorithm A3 CMM-RBF for beamforming. |
-
1:
procedureCMM-RBF(, , , , , , , , , , , Q, U, N)
-
2:
for
do
-
3:
, , , , , , , respectively.
-
4:
for
do
-
5:
-
6:
-
7:
-
8:
-
9:
for
do
-
10:
compute Equation (7) with , and
-
11:
compute Equation (10) with , , and
-
12:
compute Equation (11) with , , , and
-
13:
compute Equation (12) with , , , and
-
14:
end for
-
15:
compute Equation (15) with
-
16:
-
17:
-
18:
-
19:
for
do
-
20:
if
then
-
21:
-
22:
end if
-
23:
if
then
-
24:
-
25:
end if
-
26:
end for
-
27:
-
28:
end for
-
29:
end for
-
30:
return
-
31:
end procedure
|