![]() |
GNSS-SDR
0.0.13
An Open Source GNSS Software Defined Receiver
|
Implementation of a code DLL + carrier PLL tracking block. More...
#include "gnss_synchro.h"#include "tracking_2nd_DLL_filter.h"#include "tracking_FLL_PLL_filter.h"#include "cpu_multicorrelator.h"#include <gnuradio/block.h>#include <pmt/pmt.h>#include <volk_gnsssdr/volk_gnsssdr_alloc.h>#include <deque>#include <fstream>#include <map>#include <string>#include <boost/shared_ptr.hpp>Go to the source code of this file.
Classes | |
| class | glonass_l1_ca_dll_pll_c_aid_tracking_cc |
| This class implements a DLL + PLL tracking loop block. More... | |
Typedefs | |
| using | glonass_l1_ca_dll_pll_c_aid_tracking_cc_sptr = boost::shared_ptr< glonass_l1_ca_dll_pll_c_aid_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
Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors)
GNSS-SDR is a software defined Global Navigation Satellite Systems receiver
This file is part of GNSS-SDR.
SPDX-License-Identifier: GPL-3.0-or-later
Definition in file glonass_l1_ca_dll_pll_c_aid_tracking_cc.h.
1.8.14