![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
Implementation of a code DLL + carrier PLL tracking block. More...
#include "bit_synchronizer.h"#include "cpu_multicorrelator_real_codes.h"#include "dll_pll_conf.h"#include "exponential_smoother.h"#include "gnss_block_interface.h"#include "gnss_time.h"#include "tow_to_trk.h"#include "tracking_FLL_PLL_filter.h"#include "tracking_loop_filter.h"#include <boost/circular_buffer.hpp>#include <gnuradio/block.h>#include <gnuradio/gr_complex.h>#include <gnuradio/types.h>#include <pmt/pmt.h>#include <volk_gnsssdr/volk_gnsssdr_alloc.h>#include <cstddef>#include <cstdint>#include <fstream>#include <string>#include <typeinfo>#include <utility>Go to the source code of this file.
Classes | |
| class | dll_pll_veml_tracking |
| This class implements a code DLL + carrier PLL tracking block. More... | |
Typedefs | |
| using | dll_pll_veml_tracking_sptr = gnss_shared_ptr<dll_pll_veml_tracking> |
Functions | |
| dll_pll_veml_tracking_sptr | dll_pll_veml_make_tracking (const Dll_Pll_Conf &conf_) |
Implementation of a code DLL + carrier PLL tracking block.
GNSS-SDR is a Global Navigation Satellite System software-defined receiver. This file is part of GNSS-SDR.
Copyright (C) 2010-2025 (see AUTHORS file for a list of contributors) SPDX-License-Identifier: GPL-3.0-or-later
Definition in file dll_pll_veml_tracking.h.