Commit c9ff8b07 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

tom-rt-fixes: go back to previous gains in spll_main, they produce less jitter

parent 02f6d2ae
......@@ -28,8 +28,8 @@ void mpll_init(struct spll_main_state *s, int id_ref,
s->pi.y_max = 65530;
s->pi.anti_windup = 1;
s->pi.bias = 65000;
s->pi.kp = 1500; //1100; // / 2;
s->pi.ki = 7;//30; // / 2;
s->pi.kp = 1100; // / 2;
s->pi.ki = 30; // / 2;
s->delock_count = 0;
/* Freqency branch lock detection */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment