[][src]Function cmsis_dsp_sys_pregenerated::arm_q15_to_float

pub unsafe extern "C" fn arm_q15_to_float(
    pSrc: *const q15_t,
    pDst: *mut float32_t,
    blockSize: u32
)

@brief Converts the elements of the Q15 vector to floating-point vector. @param[in] pSrc is input pointer @param[out] pDst is output pointer @param[in] blockSize is the number of samples to process