//LP600.cof FIR lowpass filter coefficients using Kaizer window #define N 81 //length of filter short hlp600[N] = {0,-6,-14,-22,-26,-24,-13,8,34,61,80,83,63,19,-43,-113, -171,-201,-185,-117,0,146,292,398,428,355,174,-99,-416,-712,-905,-921, -700,-218,511,1424,2425,3391,4196,4729,4915,4729,4196,3391,2425,1424, 511,-218,-700,-921,-905,-712,-416,-99,174,355,428,398,292,146,0,-117, -185,-201,-171,-113,-43,19,63,83,80,61,34,8,-13,-24,-26,-22,-14,-6,0};