[][src]Function cmsis_dsp_sys_pregenerated::arm_fir_interpolate_f32

pub unsafe extern "C" fn arm_fir_interpolate_f32(
    S: *const arm_fir_interpolate_instance_f32,
    pSrc: *const float32_t,
    pDst: *mut float32_t,
    blockSize: u32
)

@brief Processing function for the floating-point FIR interpolator. @param[in] S points to an instance of the floating-point FIR interpolator structure. @param[in] pSrc points to the block of input data. @param[out] pDst points to the block of output data. @param[in] blockSize number of input samples to process per call.