Backport commit e1e3475bd482e3350a2ec442a0a9fda8ba5cff06 from PCem

This commit is contained in:
Cacodemon345
2022-12-21 23:31:06 +06:00
committed by GitHub
parent e41d76f8fa
commit 533004490a

View File

@@ -1958,7 +1958,7 @@ generate_es1371_filter(void)
for (n = 0; n < ES1371_NCoef; n++)
gain += low_fir_es1371_coef[n] / (float) N;
gain /= 0.95;
gain /= 0.65;
/* Normalise filter, to produce unity gain */
for (n = 0; n < ES1371_NCoef; n++)