Commit b8365044 authored by Jesus Fernandez's avatar Jesus Fernandez

Changed kp and ki constants

Changed their values for reducing RMS jitter. Can be further optimized
parent 2c51264f
......@@ -32,8 +32,8 @@ void mpll_init(struct spll_main_state *s, int id_ref,
s->pi.bias = 30000;
#if defined(CONFIG_WR_SWITCH)
if (2>1) {
s->pi.kp = 600;
s->pi.ki = 2;
s->pi.kp = 1100;
s->pi.ki = 30;
} else {
s->pi.kp = 1100; // / 2;
s->pi.ki = 30; // / 2;
......
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