dvd-sector-copy.c: Change the moving-average denominator computation.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 9 Apr 2022 17:08:05 +0000 (18:08 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 9 Apr 2022 17:08:05 +0000 (18:08 +0100)
commitaca24bfa2cb9e05f1f970894c46e58a9e894b1ba
treea2877a121a7902c46bb5ed45a99985ab90a85cce
parenta238b544458f64e91bfbadc492f248325d2677be
dvd-sector-copy.c: Change the moving-average denominator computation.

Rather than updating this using the geometric-series formula as before,
calculate it as (1 - β^t), incorporating the initial correction from
Wikipedia.  My testing suggests that this stabilizes rather more
quickly.
dvd-sector-copy.c