![]() |
GNSS-SDR
0.0.13
An Open Source GNSS Software Defined Receiver
|
This class implements a Parallel Code Phase Search acquisition with Coherent Channel Combining With Sign Recovery scheme. 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_cccwsr_acquisition_cc |
| This class implements a Parallel Code Phase Search Acquisition with Coherent Channel Combining With Sign Recovery scheme. More... | |
Typedefs | |
| using | pcps_cccwsr_acquisition_cc_sptr = boost::shared_ptr< pcps_cccwsr_acquisition_cc > |
This class implements a Parallel Code Phase Search acquisition with Coherent Channel Combining With Sign Recovery scheme.
D.Borio, C.O'Driscoll, G.Lachapelle, "Coherent, Noncoherent and Differentially Coherent Combining Techniques for Acquisition of New Composite GNSS Signals", IEEE Transactions On Aerospace and Electronic Systems vol. 45 no. 3, July 2009, section IV
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_cccwsr_acquisition_cc.h.
1.8.14