![]() |
![]() |
Collaboration diagram for DSPF_sp_maxidx:
|
| int | DSPF_sp_maxidx (const float *x, const int nx) |
| int DSPF_sp_maxidx | ( | const float * | x, | |
| const int | nx | |||
| ) |
This routine finds out the index of maximum number in the input array. This function returns the index of the greatest value.
| x | Pointer to input array. | |
| nx | Number of inputs in the input array. |