1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-25 22:43:14 +00:00

Set default value for early_late_space_narrow_chips parameter to 0.15

This commit is contained in:
Carles Fernandez 2020-02-24 20:24:20 +01:00
parent ba7a938304
commit 2c5e286747
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -50,7 +50,7 @@ Dll_Pll_Conf::Dll_Pll_Conf()
dll_bw_narrow_hz = 0.75;
early_late_space_chips = 0.25;
very_early_late_space_chips = 0.5;
early_late_space_narrow_chips = 0.1;
early_late_space_narrow_chips = 0.15;
very_early_late_space_narrow_chips = 0.5;
slope = 1.0;
spc = 0.5;