biquad(pData_in,pData_out,&coeffs[5*i],state,256,1);
actually i equal 0, pData_in is the generate by 0.5*sin(2*pi*1000/48000*t) function. the lengths were 256 samples.
biquad(pData_in,pData_out,&coeffs[5*i],state,256,1);
actually i equal 0, pData_in is the generate by 0.5*sin(2*pi*1000/48000*t) function. the lengths were 256 samples.