//BP53H.cof Coefficient file for FIR bandpass centered at Fs/10
//Generated with BASIC program (on disk) using Hamming window

#define N  53           //number of coefficients

float h[N] =
{-0.00158160,-0.00212259,-0.00199968,-0.00093254,+0.00116551,
 +0.00383471,+0.00592399,+0.00592193,+0.00275599,-0.00330818,
 -0.01024316,-0.01476145,-0.01373508,-0.00595692,+0.00668232,
 +0.01940188,+0.02631039,+0.02311320,+0.00949289,-0.01011170,
 -0.02794397,-0.03614149,-0.03033388,-0.01192030,+0.01216339,
 +0.03223090,+0.03999999,+0.03223090,+0.01216339,-0.01192030,
 -0.03033388,-0.03614149,-0.02794397,-0.01011170,+0.00949289,
 +0.02311320,+0.02631039,+0.01940188,+0.00668232,-0.00595692,
 -0.01373508,-0.01476145,-0.01024316,-0.00330818,+0.00275599,
 +0.00592193,+0.00592399,+0.00383471,+0.00116551,-0.00093254,
 -0.00199968,-0.00212259,-0.00158160};