mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 07:13:03 +00:00 
			
		
		
		
	Set high_dynamics to false by default
This commit is contained in:
		| @@ -36,7 +36,7 @@ | |||||||
| Dll_Pll_Conf::Dll_Pll_Conf() | Dll_Pll_Conf::Dll_Pll_Conf() | ||||||
| { | { | ||||||
|     /* DLL/PLL tracking configuration */ |     /* DLL/PLL tracking configuration */ | ||||||
|     high_dyn = true; |     high_dyn = false; | ||||||
|     smoother_length = 10; |     smoother_length = 10; | ||||||
|     fs_in = 0.0; |     fs_in = 0.0; | ||||||
|     vector_length = 0U; |     vector_length = 0U; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Antonio Ramos
					Antonio Ramos