This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IIR filtering algorithm for C28x+FPU



Hello,

I've been implementing DSP algorithm for TMS320C28335. Algorithm utilizes IIR filters and I have used "C28x Fixed Point DSP Library v1.01" dsp library. However, the IIR is quite sensitive to coefficient quantization and the IIR filter output using fixed-point arithmetics is not optimal. We have FPU available for accelerating floating-point operations but alas, the "C28x Floating Point Unit DSP Library V1.30" does not have IIR filtering algorithms (it has FIR filtering though...).

Does TI provide any IIR filtering library for C28x+FPU?

Best regards,
Henrik