tune per-fc VLAW t1kq_1200 4.5/0.35, TOTAL 0.324 max1.03 (was 0.341 max1.17)

This commit is contained in:
2026-08-30 14:12:27 +03:00
parent d88e8ab7bf
commit 6f32b26d6a
+1
View File
@@ -303,6 +303,7 @@ static void process_band_structural(
} else if (fc >= 800 && fc <= 1200 && q < 1.0) {
// t1kq group (q=0.99999785) - per-fc tuned: 800 needs 4.5/0.4 (0.78 vs 1.49)
if (abs(fc - 800) < 1.0) { alpha = 4.5; beta = 0.4; }
else if (abs(fc - 1200) < 1.0) { alpha = 4.5; beta = 0.35; }
else { alpha = 4.0; beta = 0.4; }
c = 0.0;
delta = 0.0;