Attached zip file contains the example code for using the IIR accelerator module.
- IIR_Accelerator_Two_Channels_Core1: This code shows how to use IIR accelerator to filter two input buffers (channels):
- Channel 1: BIQUADS = 6, WINDOW SIZE = 1024
- Channel 2: BIQUADS = 4, WINDOW SIZE = 512
- IIR_Accelerator_Two_Channels_Core0: This code can be run on ARM to enable the SHARC core.
- iir.m: This MATLAB script can be used to generate data for input, coefficients, expected output buffers.