comparison libgsmefr/lag_wind.c @ 75:8d63b167a5d3

libgsmefr: lag_wind.c compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 26 Nov 2022 06:39:36 +0000
parents 49dd1ac8e75b
children
comparison
equal deleted inserted replaced
74:2f0828ba0725 75:8d63b167a5d3
10 * r[i] and lag_wind[i] are in special double precision format. 10 * r[i] and lag_wind[i] are in special double precision format.
11 * See "oper_32b.c" for the format. 11 * See "oper_32b.c" for the format.
12 * 12 *
13 *************************************************************************/ 13 *************************************************************************/
14 14
15 #include "gsm_efr.h"
15 #include "typedef.h" 16 #include "typedef.h"
17 #include "namespace.h"
16 #include "basic_op.h" 18 #include "basic_op.h"
17 #include "oper_32b.h" 19 #include "oper_32b.h"
18 #include "count.h" 20 #include "no_count.h"
21 #include "sig_proc.h"
19 22
20 #include "lag_wind.tab" 23 #include "lag_wind.tab"
21 24
22 void Lag_window ( 25 void Lag_window (
23 Word16 m, /* (i) : LPC order */ 26 Word16 m, /* (i) : LPC order */