Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Cmplx_mag_squared
[Complex Math Functions]
Functions | |
void | arm_cmplx_mag_squared_q10p6 (q15_t *pSrc, q15_t *pDst, uint32_t numSamples) |
Q15 complex magnitude squared. |
Function Documentation
void arm_cmplx_mag_squared_q10p6 | ( | q15_t * | pSrc, |
q15_t * | pDst, | ||
uint32_t | numSamples | ||
) |
Q15 complex magnitude squared.
- Parameters:
-
*pSrc points to the complex input vector *pDst points to the real output vector numSamples number of complex samples in the input vector
- Returns:
- none.
Scaling and Overflow Behavior:
- The function implements 1.15 by 1.15 multiplications and finally output is converted into 3.13 format.
Definition at line 57 of file arm_cmplx_mag_squared_q10p6.c.
Generated on Wed Jul 13 2022 16:03:37 by
