From 348f68f6c8df2882324123e2901aa1cac7c44619 Mon Sep 17 00:00:00 2001 From: drowe67 Date: Sat, 9 Dec 2023 19:49:47 +1030 Subject: added LPC/LSP and LPC post figure figures, plus code to generate them --- src/c2sim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/c2sim.c b/src/c2sim.c index cf23d3a..3117415 100644 --- a/src/c2sim.c +++ b/src/c2sim.c @@ -1023,7 +1023,7 @@ int main(int argc, char *argv[]) { if (lpc_model) { lsp_to_lpc(&lsps_dec[i][0], &ak_dec[i][0], order); aks_to_M2(fftr_fwd_cfg, &ak_dec[i][0], order, &model_dec[i], e_dec[i], - &snr, 0, simlpcpf, lpcpf, 1, LPCPF_BETA, LPCPF_GAMMA, Aw); + &snr, 1, simlpcpf, lpcpf, 1, LPCPF_BETA, LPCPF_GAMMA, Aw); apply_lpc_correction(&model_dec[i]); sum_snr += snr; #ifdef DUMP -- cgit v1.2.3