1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2026-04-18 04:41:26 +00:00
Files
gnss-sdr/src/algorithms/acquisition
Cillian O'Driscoll 8d8249247f Alternative fix for issue #31
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
2016-09-18 19:00:57 +02:00
..
2015-01-08 19:49:59 +01:00