[][src]Function cmsis_dsp_sys_pregenerated::arm_cmplx_dot_prod_q15

pub unsafe extern "C" fn arm_cmplx_dot_prod_q15(
    pSrcA: *const q15_t,
    pSrcB: *const q15_t,
    numSamples: u32,
    realResult: *mut q31_t,
    imagResult: *mut q31_t
)

@brief Q15 complex dot product @param[in] pSrcA points to the first input vector @param[in] pSrcB points to the second input vector @param[in] numSamples number of complex samples in each vector @param[out] realResult real part of the result returned here @param[out] imagResult imaginary part of the result returned here