Backport commit e1e3475bd482e3350a2ec442a0a9fda8ba5cff06 from PCem
This commit is contained in:
@@ -1958,7 +1958,7 @@ generate_es1371_filter(void)
|
|||||||
for (n = 0; n < ES1371_NCoef; n++)
|
for (n = 0; n < ES1371_NCoef; n++)
|
||||||
gain += low_fir_es1371_coef[n] / (float) N;
|
gain += low_fir_es1371_coef[n] / (float) N;
|
||||||
|
|
||||||
gain /= 0.95;
|
gain /= 0.65;
|
||||||
|
|
||||||
/* Normalise filter, to produce unity gain */
|
/* Normalise filter, to produce unity gain */
|
||||||
for (n = 0; n < ES1371_NCoef; n++)
|
for (n = 0; n < ES1371_NCoef; n++)
|
||||||
|
Reference in New Issue
Block a user