|
Algorithm 1: AMS transformation. |
-
1:
set pointer p to 0
-
2:
set
-
3:
while Number of measurement points do
-
4:
calculate euclidean distance d between measurement points k and
-
5:
Store coordinate () in matrix C
-
6:
set pointer p to
-
7:
Increment k
-
8:
end while
-
9:
return Matrix C with new coordinates of points in AMS
|