Skip to main content
. 2020 Jan 27;20(3):694. doi: 10.3390/s20030694
Algorithm 2: Evaluate the Accuracy of Time Synchronization
Get GNSS low-frequency trend Gl by the VMD, Get speedometer displacement Vdis by integral(Time period of Gl is included in Vdis);
Initialize: NGsize(Gl), NVsize(Vdis), corre_max0, corre_max_n0;
Forn=1:(NVNG) do
  tempcorr(Gl,Vdis(n:n+NG1))
  If temp>corre_max
    corre_maxtemp,corre_max_nn;
  End if
End for
Returncorre_max, corre_max_n;