1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-31 23:33:03 +00:00

optimized the computation of FPGA acquisition doppler shift and dopper step registers

removed unnecessary function call
This commit is contained in:
Marc Majoral
2019-03-26 16:22:49 +01:00
parent 9d7f8be4ef
commit cbc8131677
3 changed files with 9 additions and 21 deletions

View File

@@ -58,7 +58,7 @@ public:
uint32_t excludelimit);
~Fpga_Acquisition();
bool init();
//bool init();
bool set_local_code(uint32_t PRN);
bool free();
void set_doppler_sweep(uint32_t num_sweeps, uint32_t doppler_step, int32_t doppler_min);