[][src]Function cmsis_dsp_sys_pregenerated::arm_cmplx_mult_real_f32

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

@brief Floating-point 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