Exercise 1
Write a C function implementing an FIR filter. Combine this routine with the provided codec input/output loop program to implement a real-time FIR filter. Test your filter program.
Summary: C language implementation of FIR filters on TMS320C62x.
Write a C function implementing an FIR filter. Combine this routine with the provided codec input/output loop program to implement a real-time FIR filter. Test your filter program.