1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-03-05 02:58:16 +00:00
This commit is contained in:
Carles Fernandez 2019-07-09 20:21:58 +02:00
parent d6dd4cad77
commit 38559628e8
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -294,7 +294,7 @@ int glonass_l2_ca_telemetry_decoder_gs::general_work(int noutput_items __attribu
// ******* preamble correlation ********
for (int32_t i = 0; i < d_symbols_per_preamble; i++)
{
if (d_symbol_history.[i].Prompt_I < 0.0) // symbols clipping
if (d_symbol_history[i].Prompt_I < 0.0) // symbols clipping
{
corr_value -= d_preambles_symbols[i];
}