/* * FILE: fresample.h * * The configuration constants below govern * the number of bits in the input sample and filter coefficients, the * number of bits to the right of the binary-point for fixed-point math, etc. * */ /* #include "stdefs.h" */ typedef double SAMPLE_TYPE; #define SCALE_FACTOR_TO_SHORT 32767 /* Conversion constants */ #define Nhc 8 /* #define Na 7 */ /* #define Np (Nhc+Na)*/ #define Npc (1<