![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
This class implements a Parallel Code Phase Search Acquisition with Tong algorithm. More...
#include "acq_conf.h"#include "acquisition_impl_interface.h"#include "channel_fsm.h"#include "gnss_sdr_fft.h"#include "gnss_synchro.h"#include <gnuradio/block.h>#include <gnuradio/gr_complex.h>#include <fstream>#include <memory>#include <string>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | pcps_tong_acquisition_cc |
| This class implements a Parallel Code Phase Search Acquisition with Tong algorithm. More... | |
Typedefs | |
| using | pcps_tong_acquisition_cc_sptr = gnss_shared_ptr<pcps_tong_acquisition_cc> |
Functions | |
| pcps_tong_acquisition_cc_sptr | pcps_tong_make_acquisition_cc (const Acq_Conf &conf, uint32_t tong_init_val, uint32_t tong_max_val, uint32_t tong_max_dwells) |
This class implements a Parallel Code Phase Search Acquisition with Tong algorithm.
Acquisition strategy (Kaplan book + CFAR threshold).
Kaplan book: D.Kaplan, J.Hegarty, "Understanding GPS. Principles and Applications", Artech House, 2006, pp 223-227
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 pcps_tong_acquisition_cc.h.