[][src]Function cmsis_dsp_sys_pregenerated::arm_rms_q31

pub unsafe extern "C" fn arm_rms_q31(
    pSrc: *const q31_t,
    blockSize: u32,
    pResult: *mut q31_t
)

@brief Root Mean Square of the elements of a Q31 vector. @param[in] pSrc is input pointer @param[in] blockSize is the number of samples to process @param[out] pResult is output value.