|
Algorithm 1 Algorithm for DPD-TVD |
-
1:
Define the area in which the emitter may exist and determine an appropriate location grid , .
-
2:
for
to
M
do
-
3:
Set
-
4:
for
to
K
do
-
5:
for
to
L
do
-
6:
Evaluate
-
7:
Evaluate ,
-
8:
end for
-
9:
Evaluate and according to (16)
-
10:
Let
-
11:
end for
-
12:
end for
-
13:
Output: Find the grid point for which is largest. This point is the estimated position of emitter .
-
14:
End
|