FreeCalypso > hg > gsm-codec-lib
comparison libgsmefr/syn_filt.c @ 92:bb71c5414e71
libgsmefr: syn_filt.c compiles
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 26 Nov 2022 17:53:52 +0000 |
| parents | 49dd1ac8e75b |
| children |
comparison
equal
deleted
inserted
replaced
| 91:de9dc80c1312 | 92:bb71c5414e71 |
|---|---|
| 4 * | 4 * |
| 5 * PURPOSE: Perform synthesis filtering through 1/A(z). | 5 * PURPOSE: Perform synthesis filtering through 1/A(z). |
| 6 * | 6 * |
| 7 *************************************************************************/ | 7 *************************************************************************/ |
| 8 | 8 |
| 9 #include "gsm_efr.h" | |
| 9 #include "typedef.h" | 10 #include "typedef.h" |
| 11 #include "namespace.h" | |
| 10 #include "basic_op.h" | 12 #include "basic_op.h" |
| 11 #include "count.h" | 13 #include "no_count.h" |
| 14 #include "sig_proc.h" | |
| 12 | 15 |
| 13 /* m = LPC order == 10 */ | 16 /* m = LPC order == 10 */ |
| 14 #define m 10 | 17 #define m 10 |
| 15 | 18 |
| 16 void Syn_filt ( | 19 void Syn_filt ( |
