![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
Implementation of a code DLL + carrier PLL tracking block. More...
#include "cpu_multicorrelator.h"#include "gnss_block_interface.h"#include "gnss_synchro.h"#include "tracking_2nd_DLL_filter.h"#include "tracking_2nd_PLL_filter.h"#include <gnuradio/block.h>#include <volk_gnsssdr/volk_gnsssdr_alloc.h>#include <fstream>#include <map>#include <string>Go to the source code of this file.
Classes | |
| class | Glonass_L1_Ca_Dll_Pll_Tracking_cc |
| This class implements a DLL + PLL tracking loop block. More... | |
Typedefs | |
| using | glonass_l1_ca_dll_pll_tracking_cc_sptr = gnss_shared_ptr< Glonass_L1_Ca_Dll_Pll_Tracking_cc > |
Implementation of a code DLL + carrier PLL tracking block.
Code DLL + carrier PLL according to the algorithms described in: K.Borre, D.M.Akos, N.Bertelsen, P.Rinder, and S.H.Jensen, A Software-Defined GPS and Galileo Receiver. A Single-Frequency Approach, Birkha user, 2007
GNSS-SDR is a Global Navigation Satellite System software-defined receiver. This file is part of GNSS-SDR.
Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors) SPDX-License-Identifier: GPL-3.0-or-later
Definition in file glonass_l1_ca_dll_pll_tracking_cc.h.
1.8.14