22 #ifndef GNSS_SDR_DLL_PLL_CONF_H 23 #define GNSS_SDR_DLL_PLL_CONF_H 36 std::string item_type;
37 std::string dump_filename;
39 double carrier_lock_th;
40 float pll_pull_in_bw_hz;
41 float dll_pull_in_bw_hz;
45 float pll_bw_narrow_hz;
46 float dll_bw_narrow_hz;
47 float early_late_space_chips;
48 float very_early_late_space_chips;
49 float early_late_space_narrow_chips;
50 float very_early_late_space_narrow_chips;
54 float cn0_smoother_alpha;
55 float carrier_lock_test_smoother_alpha;
56 uint32_t pull_in_time_s;
57 uint32_t bit_synchronization_time_limit_s;
58 uint32_t vector_length;
59 uint32_t smoother_length;
60 int32_t fll_filter_order;
61 int32_t pll_filter_order;
62 int32_t dll_filter_order;
63 int32_t extend_correlation_symbols;
65 int32_t cn0_smoother_samples;
66 int32_t carrier_lock_test_smoother_samples;
68 int32_t max_code_lock_fail;
69 int32_t max_carrier_lock_fail;
72 bool enable_fll_pull_in;
73 bool enable_fll_steady_state;
75 bool enable_doppler_correction;
This abstract class represents an interface to configuration parameters.
This class represents an interface to configuration parameters.