1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-28 15:08:51 +00:00

Set high_dynamics to false by default

This commit is contained in:
Antonio Ramos 2018-09-11 20:52:16 +02:00
parent 350fa7da11
commit 0031aaa973

View File

@ -36,7 +36,7 @@
Dll_Pll_Conf::Dll_Pll_Conf()
{
/* DLL/PLL tracking configuration */
high_dyn = true;
high_dyn = false;
smoother_length = 10;
fs_in = 0.0;
vector_length = 0U;