//BS51.cof Bandstop FIR coefficients,centered at 790 Hz,Fs=8 kHz #define N 51 //length of filter short h[N]={-48,-58,6,152,318,393,289,18,-291,-458,-386,-155,1, -144,-609,-1106,-1160,-407,1094,2758,3701,3210,1202, -1629,-4085,27714,-4085,-1629,1202,3210,3701,2758, 1094,-407,-1160,-1106,-609,-144,1,-155,-386,-458, -291,18,289,393,318,152,6,-58,-48};