[][src]Function cmsis_dsp_sys_pregenerated::arm_cmplx_mult_real_q31

pub unsafe extern "C" fn arm_cmplx_mult_real_q31(
    pSrcCmplx: *const q31_t,
    pSrcReal: *const q31_t,
    pCmplxDst: *mut q31_t,
    numSamples: u32
)

@brief Q31 complex-by-real multiplication @param[in] pSrcCmplx points to the complex input vector @param[in] pSrcReal points to the real input vector @param[out] pCmplxDst points to the complex output vector @param[in] numSamples number of samples in each vector