Collaboration diagram for DSPF_sp_minval:
float | DSPF_sp_minval (const float *x, int nx) |
float DSPF_sp_minval | ( | const float * | x, | |
int | nx | |||
) |
This routine finds out the minimum number in the input array. This code returns the minimum value in the array.
x | Pointer to input array. | |
nx | Number of inputs in the input array. |