[][src]Function cmsis_dsp_sys_pregenerated::arm_cmplx_mag_squared_q15

pub unsafe extern "C" fn arm_cmplx_mag_squared_q15(
    pSrc: *const q15_t,
    pDst: *mut q15_t,
    numSamples: u32
)

@brief Q15 complex magnitude squared @param[in] pSrc points to the complex input vector @param[out] pDst points to the real output vector @param[in] numSamples number of complex samples in the input vector