31.6.4 mips_iir16_setup

Description

Rearranges the coefficients from the input array, bq, into the output array coeffs, which is used by the mips_iir16() function. The number of biquad sections to process is given by the parameter B.

Include

dsplib_dsp.h

Prototype

void
mips_iir16_setup
(
   int16 *coeffs,
   biquad16 *bq,
   int B
);

Argument

coeffs: Output array holding 4B coefficients rearranged for mips_iir16().

bq: Input array holding Q15 coefficients for B biquad sections.

B: Number of biquad sections.

Return Value

None.

Remarks

None.

Notes

This function is implemented in C.