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