1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-28 05:57:39 +00:00

Unified tracking algorithm improvement

This commit is contained in:
Javier Arribas
2018-08-03 12:05:40 +02:00
parent 83021ccfff
commit 856eaf1881
3 changed files with 8 additions and 4 deletions

View File

@@ -36,6 +36,7 @@
Dll_Pll_Conf::Dll_Pll_Conf()
{
/* DLL/PLL tracking configuration */
use_fast_resampler = true;
fs_in = 0.0;
vector_length = 0;
dump = false;

View File

@@ -53,6 +53,7 @@ public:
float early_late_space_narrow_chips;
float very_early_late_space_narrow_chips;
int extend_correlation_symbols;
bool use_fast_resampler;
int cn0_samples;
int carrier_lock_det_mav_samples;
int cn0_min;