1.4.2.2 mchp_biquad_cascade_df1_q31()
void mchp_biquad_cascade_df1_q31 (const mchp_biquad_cascade_df1_instance_q31 * S, const q31_t * pSrc, q31_t * pDst, uint32_t blockSize)
Processing function for the Q31 direct form I Biquad cascade filter.
| in | S |
points to an instance of the filter data structure. |
| in | pSrc |
points to the block of input data. |
| out | pDst |
points to the block of output data. |
| in | blockSize |
number of samples to process. |
