21 #ifndef GNSS_SDR_DLL_PLL_CONF_FPGA_H 22 #define GNSS_SDR_DLL_PLL_CONF_FPGA_H 41 std::string device_name;
42 std::string dump_filename;
45 double carrier_lock_th;
47 float pll_pull_in_bw_hz;
48 float dll_pull_in_bw_hz;
52 float pll_bw_narrow_hz;
53 float dll_bw_narrow_hz;
54 float early_late_space_chips;
55 float very_early_late_space_chips;
56 float early_late_space_narrow_chips;
57 float very_early_late_space_narrow_chips;
61 float cn0_smoother_alpha;
62 float carrier_lock_test_smoother_alpha;
64 uint32_t pull_in_time_s;
65 uint32_t bit_synchronization_time_limit_s;
66 uint32_t vector_length;
67 uint32_t smoother_length;
68 uint32_t code_length_chips;
69 uint32_t code_samples_per_chip;
70 uint32_t extend_fpga_integration_periods;
71 uint32_t fpga_integration_period;
73 int32_t fll_filter_order;
74 int32_t pll_filter_order;
75 int32_t dll_filter_order;
76 int32_t extend_correlation_symbols;
79 int32_t max_code_lock_fail;
80 int32_t max_carrier_lock_fail;
81 int32_t cn0_smoother_samples;
82 int32_t carrier_lock_test_smoother_samples;
91 bool extended_correlation_in_fpga;
93 bool enable_doppler_correction;
94 bool enable_fll_pull_in;
95 bool enable_fll_steady_state;
105 #endif // GNSS_SDR_DLL_PLL_CONF_FPGA_H This abstract class represents an interface to configuration parameters.
This class represents an interface to configuration parameters.