1.4.2.21 mchp_fir_lattice_init_f32()

void mchp_fir_lattice_init_f32 (mchp_fir_lattice_instance_f32 * S, uint16_t numStages, const float32_t * pCoeffs, float32_t * pState)

Initialization function for the single-precision floating-point FIR lattice filter.

Parameters:
in S

Points to an instance of the single-precision floating-point FIR lattice structure

in numStages

Number of filter stages

in pCoeffs

Points to the coefficient array (length = numStages)

in pState

Points to the state variable array (length = numStages)