comparison libgsmefr/residu.c @ 91:de9dc80c1312

libgsmefr: residu.c compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 26 Nov 2022 17:51:46 +0000
parents 49dd1ac8e75b
children
comparison
equal deleted inserted replaced
90:9ad6bf2f1ee1 91:de9dc80c1312
8 * The LP residual is computed by filtering the input speech through 8 * The LP residual is computed by filtering the input speech through
9 * the LP inverse filter A(z). 9 * the LP inverse filter A(z).
10 * 10 *
11 *************************************************************************/ 11 *************************************************************************/
12 12
13 #include "gsm_efr.h"
13 #include "typedef.h" 14 #include "typedef.h"
15 #include "namespace.h"
14 #include "basic_op.h" 16 #include "basic_op.h"
15 #include "count.h" 17 #include "no_count.h"
18 #include "sig_proc.h"
16 19
17 /* m = LPC order == 10 */ 20 /* m = LPC order == 10 */
18 #define m 10 21 #define m 10
19 22
20 void Residu ( 23 void Residu (