mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2026-04-18 04:41:26 +00:00
Rather than changing the index type to uint16_t, I think it would be better to use the volk_32f_index_max32* functions instead of the 16 bit counterparts. This ensures backwards compatibility (the index was previously 32 bit, even if the function name indicated that it was 16 bit) and also, for FFT acquisition we may encounter large FFTs with more than 65 535 points