1.4.2.25 mchp_iir_lattice_f32()

void mchp_iir_lattice_f32 (const mchp_iir_lattice_instance_f32 * S, const float32_t * pSrc, float32_t * pDst, uint32_t blockSize)

Processing function for the single-precision floating-point IIR lattice filter.

Parameters:
in S

Points to an instance of the single-precision floating-point IIR lattice 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