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

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 "gnss_block_interface.h"
#include <gnuradio/block.h>
#include <pmt/pmt.h>
#include <volk_gnsssdr/volk_gnsssdr_alloc.h>
#include <deque>
#include <fstream>
#include <map>
#include <string>

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 = gnss_shared_ptr< glonass_l1_ca_dll_pll_c_aid_tracking_cc >
 

Functions

glonass_l1_ca_dll_pll_c_aid_tracking_cc_sptr glonass_l1_ca_dll_pll_c_aid_make_tracking_cc (int64_t fs_in, uint32_t vector_length, bool dump, const std::string &dump_filename, float pll_bw_hz, float dll_bw_hz, float pll_bw_narrow_hz, float dll_bw_narrow_hz, int32_t extend_correlation_ms, float early_late_space_chips)
 

Detailed Description

Implementation of a code DLL + carrier PLL tracking block.

Author
Gabriel Araujo, 2017. gabriel.araujo.5000(at)gmail.com
Luis Esteve, 2017. luis(at)epsilon-formacion.com
Damian Miralles, 2017. dmiralles2009(at)gmail.com

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