1.4.2.13 mchp_fir_f32()

void mchp_fir_f32 (const mchp_fir_instance_f32 * S, const float32_t * pSrc, float32_t * pDst, uint32_t blockSize)

Processing function for the single-precision floating-point FIR filter.

Applies FIR filtering to a block of input samples.

Parameters:
in S

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