[][src]Function cmsis_dsp_sys_pregenerated::arm_cmplx_mult_real_q15

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

@brief Q15 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