Hacker News new | ask | show | jobs
by willis936 1778 days ago
Phase-locked loops[0] are not magic ;)

Also I imagine they are using a bog standard Kalman filter[1].

0. https://en.wikipedia.org/wiki/Phase-locked_loop

1. https://en.wikipedia.org/wiki/Kalman_filter

1 comments

I've implemented this (using GPS PPS to discipline a clock) using regular old PI control loops. I just make the loop damped enough to filter out the GPS PPS jitter and you're good.