2009-03-22 7:11 AM
DSP FIR filter coefficients
2011-05-17 4:07 AM
Hi,
I'm using the DSP library's FIR function to do some filtering. Accordingly to the literature the function only takes values of type short. The FIR coefficients I have calculated are too small to be represented by integers. Can I scale them or how is this done? /Mattias2011-05-17 4:07 AM
I scaled them and it worked.