/*hp2200.cof FIR highpass filter coefficients file*/ #define N 81 /*length of filter*/ short hhp[N]= { -4,12,2,-22,5,32, -21,-37,45,35,-75,-18, 107,-18,-133,74,143,-149, -125,236,68,-322,36,388, -190,-413,394,370,-635,-227, 899,-51,-1163,526,1403,-1337, -1596,3001,1720,-10267,14621,-10267, 1720,3001,-1596,-1337,1403,526, -1163,-51,899,-227,-635,370, 394,-413,-190,388,36,-322, 68,236,-125,-149,143,74, -133,-18,107,-18,-75,35, 45,-37,-21,32,5,-22, 2,12,-4 };