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

updated the tracking code loop filter, the carrier filter and the d_Prompt circular buffer.

This commit is contained in:
Marc Majoral
2019-04-01 12:38:45 +02:00
parent fb38247273
commit edac9923ae
3 changed files with 204 additions and 142 deletions

View File

@@ -45,7 +45,7 @@ public:
int fll_filter_order;
bool enable_fll_pull_in;
bool enable_fll_steady_state;
unsigned int pull_in_time_s;
unsigned int pull_in_time_s; // signed integer, when pull in time is not yet reached it has to be compared against a negative number
int pll_filter_order;
int dll_filter_order;