aboutsummaryrefslogtreecommitdiff
path: root/src/c2sim.c
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2023-12-09 19:49:47 +1030
committerDavid Rowe <[email protected]>2023-12-09 19:49:47 +1030
commit348f68f6c8df2882324123e2901aa1cac7c44619 (patch)
treeb79bdd2120b2d76819f248d2ce621244aee77bb6 /src/c2sim.c
parent670b278f60b796ce3717960a28985d121f8ea68b (diff)
added LPC/LSP and LPC post figure figures, plus code to generate them
Diffstat (limited to 'src/c2sim.c')
-rw-r--r--src/c2sim.c2
1 files changed, 1 insertions, 1 deletions
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