//BS2700.cof FIR bandstop coefficients designed with MATLAB

#define N 89            	//number of coefficients

short h[N]={-14,23,-9,-6,0,8,16,-58,50,44,-147,119,67,-245,
	     200,72,-312,257,53,-299,239,20,-165,88,0,105,
	    -236,33,490,-740,158,932,-1380,392,1348,-2070,
	     724,1650,-2690,1104,1776,-3122,1458,1704,29491,
	     1704,1458,-3122,1776,1104,-2690,1650,724,-2070,
	     1348,392,-1380,932,158,-740,490,33,-236,105,0,
	     88,-165,20,239,-299,53,257,-312,72,200,-245,67,
	     119,-147,44,50,-58,16,8,0,-6,-9,23,-14};