![]() |
![]() |
Collaboration diagram for DSP_maxval:
|
| short | DSP_maxval (const short *restrict x, int nx) |
| short DSP_maxval | ( | const short *restrict | x, | |
| int | nx | |||
| ) |
This routine finds the element with maximum 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 |