Architecture-tuned implementations of math kernels
Loading...
Searching...
No Matches
volk_32fc_index_max_16u
Overview
Returns Argmax_i mag(x[i]). Finds and returns the index which contains the maximum magnitude for complex points in the given vector.
Note that num_points is a uint32_t, but the return value is uint16_t. Providing a vector larger than the max of a uint16_t (65536) would miss anything outside of this boundary. The kernel will check the length of num_points and cap it to this max value, anyways.