![]() |
![]() |
Collaboration diagram for DSP_vecsumsq:
![]() |
int | DSP_vecsumsq (const short *x, int nx) |
int DSP_vecsumsq | ( | const short * | x, | |
int | nx | |||
) |
This routine returns the sum of squares of the elements contained in the vector x[ ]. return Sum of the squares.
x | = Pointer to input data vector | |
nx | = Number of elements of input and output vectors |