Commit bf2b6d5
committed
Compute AC3 DPLL loop gains from explicit design parameters
Port of museld commit b82e92b: the proportional and integral gains are
derived from a second-order loop design (natural frequency 1800 Hz,
damping factor 0.6) divided by the combined phase-detector/VCO gain of
0.3, instead of the hard-coded 1/16 and 1/512 which ignored the
sub-unity detector gain and made the realized loop ~2.5x slower than
designed. Per the reference implementation's A/B testing, output is
bit-identical on real captures while tracking through wow/flutter
improves substantially.
Re-verified 100.000% symbol agreement against the updated C++
implementation on the same three captures as before.1 parent 4d12e05 commit bf2b6d5
1 file changed
Lines changed: 20 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
188 | 204 | | |
189 | 205 | | |
190 | 206 | | |
| |||
0 commit comments