typedef float real32_T; // real32_t is generated by fdatool. void IIRfilter(float *inbuf, float *outbuf, const real32_T num[][3], const real32_T denom[][3], int buffSize, float DLY[][2], int numSections) { int i,j; float floatsamp, out, w; for(j=0; j