![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
Interface of a processing block of a DLL + Kalman carrier tracking loop for GPS L1 C/A signals. More...
#include "bayesian_estimation.h"#include "cpu_multicorrelator_real_codes.h"#include "gnss_block_interface.h"#include "gnss_synchro.h"#include "tracking_2nd_DLL_filter.h"#include "tracking_2nd_PLL_filter.h"#include <armadillo>#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 | Gps_L1_Ca_Gaussian_Tracking_cc |
| This class implements a DLL + PLL tracking loop block. More... | |
Typedefs | |
| using | gps_l1_ca_gaussian_tracking_cc_sptr = gnss_shared_ptr<Gps_L1_Ca_Gaussian_Tracking_cc> |
Interface of a processing block of a DLL + Kalman carrier tracking loop for GPS L1 C/A signals.
Reference: J. Vila-Valls, P. Closas, M. Navarro and C. Fernandez-Prades, "Are PLLs Dead? A Tutorial on Kalman Filter-based Techniques for Digital Carrier Synchronization", IEEE Aerospace and Electronic Systems Magazine, Vol. 32, No. 7, pp. 28–45, July 2017. DOI: 10.1109/MAES.2017.150260
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 gps_l1_ca_gaussian_tracking_cc.h.