![]() |
GNSS-SDR
0.0.13
An Open Source GNSS Software Defined Receiver
|
This class implements a Parallel Code Phase Search Acquisition with Tong algorithm. More...
#include "channel_fsm.h"#include "gnss_synchro.h"#include <gnuradio/block.h>#include <gnuradio/fft/fft.h>#include <gnuradio/gr_complex.h>#include <fstream>#include <memory>#include <string>#include <utility>#include <vector>#include <boost/shared_ptr.hpp>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 = boost::shared_ptr< pcps_tong_acquisition_cc > |
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
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 pcps_tong_acquisition_cc.h.
1.8.14