1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-03-08 20:48:16 +00:00

Telemetry/tracking corrections

This commit is contained in:
juanalfarom 2024-09-23 19:04:45 +02:00
parent 6110a5e81d
commit e79e237f17
No known key found for this signature in database
GPG Key ID: 23C5912D94E1382D
10 changed files with 1 additions and 1 deletions
cmake/src
algorithms/tracking/gnuradio_blocks
CMakeFiles/tracking_gr_blocks.dir
libtracking_gr_blocks.a
main
tests
utils/front-end-cal
src/algorithms/tracking/gnuradio_blocks

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -196,7 +196,7 @@ dll_pll_veml_tracking::dll_pll_veml_tracking(const Dll_Pll_Conf &conf_)
// set the bit transition pattern in secondary code to obtain bit synchronization
d_secondary_code_length = static_cast<uint32_t>(GPS_CA_PREAMBLE_LENGTH_SYMBOLS);
d_secondary_code_string = GPS_CA_PREAMBLE_SYMBOLS_STR;
d_symbols_per_bit = GPS_CA_TELEMETRY_SYMBOLS_PER_BIT;
d_symbols_per_bit = 1;//GPS_CA_TELEMETRY_SYMBOLS_PER_BIT;
}
else if (d_signal_type == "2S")
{