![]() |
GNSS-SDR
0.0.13
An Open Source GNSS Software Defined Receiver
|
Implementation of a code DLL + carrier PLL tracking block, GPU ACCELERATED. More...
#include "cuda_multicorrelator.h"#include "gnss_synchro.h"#include "tracking_2nd_DLL_filter.h"#include "tracking_FLL_PLL_filter.h"#include <gnuradio/block.h>#include <fstream>#include <map>#include <string>#include <vector>#include <boost/shared_ptr.hpp>Go to the source code of this file.
Classes | |
| class | Gps_L1_Ca_Dll_Pll_Tracking_GPU_cc |
| This class implements a DLL + PLL tracking loop block. More... | |
Typedefs | |
| typedef boost::shared_ptr< Gps_L1_Ca_Dll_Pll_Tracking_GPU_cc > | gps_l1_ca_dll_pll_tracking_gpu_cc_sptr |
Implementation of a code DLL + carrier PLL tracking block, GPU ACCELERATED.
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, Birkhauser, 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 gps_l1_ca_dll_pll_tracking_gpu_cc.h.
1.8.14