21 #ifndef GNSS_SDR_DLL_PLL_CONF_FPGA_H 22 #define GNSS_SDR_DLL_PLL_CONF_FPGA_H 41 std::string device_name{
"/dev/uio"};
42 std::string dump_filename{
"./dll_pll_dump.dat"};
44 double fs_in{12500000.0};
45 double carrier_lock_th{0.0};
47 float pll_pull_in_bw_hz{50.0};
48 float dll_pull_in_bw_hz{3.0};
49 float fll_bw_hz{35.0};
52 float pll_bw_narrow_hz{2.0};
53 float dll_bw_narrow_hz{0.25};
54 float early_late_space_chips{0.25};
55 float very_early_late_space_chips{0.5};
56 float early_late_space_narrow_chips{0.15};
57 float very_early_late_space_narrow_chips{0.5};
60 float y_intercept{1.0};
61 float cn0_smoother_alpha{0.002};
62 float carrier_lock_test_smoother_alpha{0.002};
64 uint32_t pull_in_time_s{10U};
65 uint32_t bit_synchronization_time_limit_s{70U};
66 uint32_t vector_length{0U};
67 uint32_t smoother_length{10U};
68 uint32_t code_length_chips{0U};
69 uint32_t code_samples_per_chip{0U};
70 uint32_t extend_fpga_integration_periods{1};
71 uint32_t fpga_integration_period{0};
73 int32_t fll_filter_order{1};
74 int32_t pll_filter_order{3};
75 int32_t dll_filter_order{2};
76 int32_t extend_correlation_symbols{1};
77 int32_t cn0_samples{0};
79 int32_t max_code_lock_fail{0};
80 int32_t max_carrier_lock_fail{0};
81 int32_t cn0_smoother_samples{200};
82 int32_t carrier_lock_test_smoother_samples{25};
85 int32_t* ca_codes{
nullptr};
86 int32_t* data_codes{
nullptr};
91 bool extended_correlation_in_fpga{
false};
92 bool track_pilot{
true};
93 bool enable_doppler_correction{
false};
94 bool enable_fll_pull_in{
false};
95 bool enable_fll_steady_state{
false};
96 bool carrier_aiding{
true};
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.