GNSS-SDR  0.0.19
An Open Source GNSS Software Defined Receiver
Classes | Typedefs | Functions
dll_pll_veml_tracking_fpga.h File Reference

Implementation of a code DLL + carrier PLL tracking block using an FPGA. More...

#include "dll_pll_conf_fpga.h"
#include "exponential_smoother.h"
#include "gnss_block_interface.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 <memory>
#include <string>
#include <typeinfo>
#include <utility>

Go to the source code of this file.

Classes

class  dll_pll_veml_tracking_fpga
 This class implements a code DLL + carrier PLL tracking block. More...
 

Typedefs

using dll_pll_veml_tracking_fpga_sptr = gnss_shared_ptr< dll_pll_veml_tracking_fpga >
 

Functions

dll_pll_veml_tracking_fpga_sptr dll_pll_veml_make_tracking_fpga (const Dll_Pll_Conf_Fpga &conf_)
 

Detailed Description

Implementation of a code DLL + carrier PLL tracking block using an FPGA.

Author
Marc Majoral, 2019. marc.majoral(at)cttc.es
Javier Arribas, 2019. jarribas(at)cttc.es

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 dll_pll_veml_tracking_fpga.h.