GNSS-SDR  0.0.13
An Open Source GNSS Software Defined Receiver
Classes | Typedefs | Functions
pcps_cccwsr_acquisition_cc.h File Reference

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 >
 

Functions

pcps_cccwsr_acquisition_cc_sptr pcps_cccwsr_make_acquisition_cc (uint32_t sampled_ms, uint32_t max_dwells, uint32_t doppler_max, int64_t fs_in, int32_t samples_per_ms, int32_t samples_per_code, bool dump, const std::string &dump_filename)
 

Detailed Description

This class implements a Parallel Code Phase Search acquisition with Coherent Channel Combining With Sign Recovery scheme.

Author
Marc Molina, 2013. marc.molina.pena(at)gmail.com

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.