1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-17 20:53:02 +00:00

Fix error

This commit is contained in:
Carles Fernandez 2017-10-22 08:23:19 +02:00
parent 19b280e089
commit 5b23e29beb

View File

@ -51,7 +51,7 @@ DEFINE_bool(plot_fft_length_test, false, "Plots results of FFTLengthTest with gn
// Note from FFTW documentation: the standard FFTW distribution works most efficiently for arrays whose // Note from FFTW documentation: the standard FFTW distribution works most efficiently for arrays whose
// size can be factored into small primes (2, 3, 5, and 7), and otherwise it uses a slower general-purpose routine. // size can be factored into small primes (2, 3, 5, and 7), and otherwise it uses a slower general-purpose routine.
TEST_F(FFTLengthTest, MeasureExecutionTime) TEST(FFTLengthTest, MeasureExecutionTime)
{ {
unsigned int fft_sizes [] = { 512, 1000, 1024, 1100, 1297, 1400, 1500, 1960, 2000, 2048, 2221, 2500, 3000, 3500, 4000, unsigned int fft_sizes [] = { 512, 1000, 1024, 1100, 1297, 1400, 1500, 1960, 2000, 2048, 2221, 2500, 3000, 3500, 4000,
4096, 4200, 4500, 4725, 5000, 5500, 6000, 6500, 7000, 7500, 8000, 8192, 8500, 9000, 9500, 10000, 10368, 11000, 4096, 4200, 4500, 4725, 5000, 5500, 6000, 6500, 7000, 7500, 8000, 8192, 8500, 9000, 9500, 10000, 10368, 11000,