mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 15:23:04 +00:00 
			
		
		
		
	Fix bug
This commit is contained in:
		| @@ -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]; | ||||
|                         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez