//LP3000 FIR lowpass filter coefficients file using Kaiser window

#define N 81               	//length of filter

short hlp3000[N]=    
{       
0,-9,17,-16,0,24,
-41,35,0,-49,80,-66,
0,87,-140,113,0,-144,
229,-182,0,228,-361,285,
0,-355,562,-446,0,565,
-905,731,0,-984,1653,-1424,
0,2428,-5186,7365,24576,7365,
-5186,2428,0,-1424,1653,-984,
0,731,-905,565,0,-446,
562,-355,0,285,-361,228,
0,-182,229,-144,0,113,
-140,87,0,-66,80,-49,
0,35,-41,24,0,-16,
17,-9,0
};