mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-16 05:00:35 +00:00
Fix test
This commit is contained in:
parent
dfecb45b7f
commit
173361f89f
@ -96,7 +96,7 @@ TEST(GpuMulticorrelatorTest, MeasureExecutionTime)
|
|||||||
//--- Perform initializations ------------------------------
|
//--- Perform initializations ------------------------------
|
||||||
//local code resampler on GPU
|
//local code resampler on GPU
|
||||||
// generate local reference (1 sample per chip)
|
// generate local reference (1 sample per chip)
|
||||||
gps_l1_ca_code_gen_complex(d_ca_code, 1, 0);
|
gps_l1_ca_code_gen_complex(gsl::span<gr_complex>(d_ca_code, static_cast<int>(GPS_L1_CA_CODE_LENGTH_CHIPS)), 1, 0);
|
||||||
// generate inut signal
|
// generate inut signal
|
||||||
for (int n = 0; n < 2 * d_vector_length; n++)
|
for (int n = 0; n < 2 * d_vector_length; n++)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user