[][src]Function cmsis_dsp_sys_pregenerated::arm_fir_decimate_init_f32

pub unsafe extern "C" fn arm_fir_decimate_init_f32(
    S: *mut arm_fir_decimate_instance_f32,
    numTaps: u16,
    M: u8,
    pCoeffs: *const float32_t,
    pState: *mut float32_t,
    blockSize: u32
) -> Type

@brief Initialization function for the floating-point FIR decimator. @param[in,out] S points to an instance of the floating-point FIR decimator structure @param[in] numTaps number of coefficients in the filter @param[in] M decimation factor @param[in] pCoeffs points to the filter coefficients @param[in] pState points to the state buffer @param[in] blockSize number of input samples to process per call @return execution status

  • \ref ARM_MATH_SUCCESS : Operation successful
  • \ref ARM_MATH_LENGTH_ERROR : blockSize is not a multiple of M