//BP53RCoefficient file for FIR bandpass centered at Fs/10
//Generated with BASIC program(on disk)using Rectangular window

#define	N 53		//number of coefficients

float h[N] =
{-0.01976999,-0.02546479,-0.02141750,-0.00848589,+0.00878371,
 +0.02375501,+0.03027307,+0.02520361,+0.00988910,-0.01014072,
 -0.02717870,-0.03433575,-0.02834587,-0.01103133,+0.01122237,
 +0.02984513,+0.03741957,+0.03066336,+0.01184672,-0.01196599,
 -0.03159956,-0.03934527,-0.03202108,-0.01228760,+0.01232818,
 +0.03233937,+0.03999999,+0.03233937,+0.01232818,-0.01228760,
 -0.03202108,-0.03934527,-0.03159956,-0.01196599,+0.01184672,
 +0.03066336,+0.03741957,+0.02984513,+0.01122237,-0.01103133,
 -0.02834587,-0.03433575,-0.02717870,-0.01014072,+0.00988910,
 +0.02520361,+0.03027307,+0.02375501,+0.00878371,-0.00848589,
 -0.02141750 -0.02546479,-0.01976999};