mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-03-05 02:58:16 +00:00
Fix bug
This commit is contained in:
parent
d6dd4cad77
commit
38559628e8
@ -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];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user