|
Algorithm 2 Batch clock parameter estimator |
-
1:
Time record table:
Input:
Output: ,
-
2:
Update the table entries {append the new and drop the oldest entry}
-
3:
(for incremental model)Calculate the time difference between the table entries
-
4:
Calculate the clock-skew using the table entries
-
5:
Calculate the time-offset
-
6:
return and
|