1.4.2.3 mchp_biquad_cascade_df2T_f32()

void mchp_biquad_cascade_df2T_f32 (const mchp_biquad_cascade_df2T_instance_f32 * S, const float32_t * pSrc, float32_t * pDst, uint32_t blockSize)

Processing function for the single-precision floating-point transposed direct form II Biquad cascade filter.

Parameters:
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.