ClockTamerWishList: Difference between revisions

Democratising Wireless Innovation
Jump to navigation Jump to search
(Created page with "== Hardware == # Add a separate LED for GPS lock indication # Add a buffer to allow J4 to be used as 1-pps output == Software == # Debug a bug with ''HWI'' breaking the ne...")
 
No edit summary
 
Line 18: Line 18:


# Implement filter with better convergence time then current exponential filter. It should be possible to drop convergence time to 50ppb to 2.5min and to 0.3ppm to 17sec.
# Implement filter with better convergence time then current exponential filter. It should be possible to drop convergence time to 50ppb to 2.5min and to 0.3ppm to 17sec.
{{Community}}

Latest revision as of 14:56, 15 September 2015

Hardware

  1. Add a separate LED for GPS lock indication
  2. Add a buffer to allow J4 to be used as 1-pps output


Software

  1. Debug a bug with HWI breaking the next command after it.
  2. Support external 1-pps GPS locking.
  3. Implement filtering with 48-bit or 64-bit precision. This will allow us to have measurement accuracy as high as 0.1ppb and the accuracy will be limited by heating noise and integration time. If someone implements the following set of functions for ATMega, it would be a huge help:
int48 mul48(int32,int32);
int32 div48(int48,int32);
int48 add48(int48,int48);
int48 sub48(int48,int48);
  1. Implement filter with better convergence time then current exponential filter. It should be possible to drop convergence time to 50ppb to 2.5min and to 0.3ppm to 17sec.