![]() |
![]() |
Collaboration diagram for DSP_minval:
![]() |
short | DSP_minval (const short *restrict x, int nx) |
short DSP_minval | ( | const short *restrict | x, | |
int | nx | |||
) |
This routine finds the element with minimum value in the input vector and returns that value.
x | = Pointer to input vector of size nx | |
nx | = Length of input data vector. Must be multiple of 8 and >=32 |