![]() |
GNSS-SDR
0.0.19
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_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_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 = gnss_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
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_cccwsr_acquisition_cc.h.
1.8.14