comparison libao2/firfilter.c @ 3848:f99944f9f427

fix for qnx
author alex
date Fri, 28 Dec 2001 20:21:32 +0000
parents cc1c879533ee
children
comparison
equal deleted inserted replaced
3847:c8c7ba08ef44 3848:f99944f9f427
1 1 #include <inttypes.h>
2 #include <math.h> 2 #include <math.h>
3 3
4 static double desired_7kHz_lowpass[] = {1.0, 0.0}; 4 static double desired_7kHz_lowpass[] = {1.0, 0.0};
5 static double weights_7kHz_lowpass[] = {0.2, 2.0}; 5 static double weights_7kHz_lowpass[] = {0.2, 2.0};
6 6