[][src]Function cmsis_dsp_sys_pregenerated::arm_spline_f32

pub unsafe extern "C" fn arm_spline_f32(
    S: *mut arm_spline_instance_f32,
    xq: *const float32_t,
    pDst: *mut float32_t,
    blockSize: u32
)

@brief Processing function for the floating-point cubic spline interpolation. @param[in] S points to an instance of the floating-point spline structure. @param[in] xq points to the x values ot the interpolated data points. @param[out] pDst points to the block of output data. @param[in] blockSize number of samples of output data.