log

age author description
2015-10-05 Giulio Moro Last commit on this branch for a while. Overall not very succesful ClockSync
2015-09-22 Giulio Moro Pff partially working. No PID. When setting the audio clock on the bbb to 44098 the master and slave clock keep diverging instead of converging ... ClockSync
2015-09-22 Giulio Moro Now leveraging BBB's lock between xenomai clock and audio clock for ultra-accurate, low-latency clocking. CAVEAT: fractions of samples drifts will occurr every time the clock is changed ClockSync
2015-09-21 Giulio Moro Added simple one-variable one-measurement Kalman filter, Pid controller(which output is not used). Virtual clock is now much more precise and reactive for period. Still it is lagging behind a bit on the overall offset. ClockSync
2015-09-21 Giulio Moro Simple IirFilter class ClockSync
2015-09-15 Giulio Moro Something weird happened when pllP=8, so I set pllP=7, which reduces (a bit) the clock adjustment precision ClockSync
2015-09-14 Giulio Moro Merge ClockSync
2015-09-14 Giulio Moro Further updates and refactoring of the I2c_Codec class
2015-09-14 Giulio Moro Added ifdefs for USE_JUCE compatibility ClockSync
2015-09-14 Giulio Moro Merged ClockSync
2015-09-14 Giulio Moro Added I2c methods to set R and P values for the PLL
2015-09-14 Giulio Moro Ultra-basic feedback for clock sync works^CIssues: response time of the IIR filter is too slow, requires PID and better filtering algorithm. ClockSync