comparison libaf/filter.c @ 9217:420e2b2f8e5a

compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org>
author arpi
date Sun, 02 Feb 2003 02:42:59 +0000
parents a1578b329cc0
children 6e35326c742f
comparison
equal deleted inserted replaced
9216:7c536a513ce9 9217:420e2b2f8e5a
9 */ 9 */
10 10
11 /* Design and implementation of different types of digital filters 11 /* Design and implementation of different types of digital filters
12 12
13 */ 13 */
14 #include <string.h>
14 #include <math.h> 15 #include <math.h>
15 #include "dsp.h" 16 #include "dsp.h"
16 17
17 /****************************************************************************** 18 /******************************************************************************
18 * FIR filter implementations 19 * FIR filter implementations