//LP114.cof FIR LP coefficients generated with MATLAB, using Fs=16kHz
//Corner Freq/Stop Freq: 3kHz/3.3kHz; Passband/stopband ripple: 0/40 dB

#ifndef N
#define N   114         		//lowpass with N=114
short h[]=
{134,-56,-66,-27,35,42,-25,-79,-40,52,72,-19,-103,-58,71,108,-11,
-136,-86,90,155,2,-176,-126,109,215,24,-227,-185,126,294,59,-292,
-269,143,403,117,-379,-398,157,568,216,-511,-615,168,856,411,-755,
-1069,176,1547,953,-1492,-2760,180,6661,12114,12114,6661,180,-2760,
-1492,953,1547,176,-1069,-755,411,856,168,-615,-511,216,568,157,-398,
-379,117,403,143,-269,-292,59,294,126,-185,-227,24,215,109,-126,-176,
2,155,90,-86,-136,-11,108,71,-58,-103,-19,72,52,-40,-79,-25,42,35,
-27,-66,-56,134};
#endif