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

Adapts a PCPS acquisition block to an AcquisitionInterface for Galileo E5a data and pilot Signals. 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  galileo_e5a_noncoherentIQ_acquisition_caf_cc
 This class implements a Parallel Code Phase Search Acquisition. More...
 

Typedefs

using galileo_e5a_noncoherentIQ_acquisition_caf_cc_sptr = gnss_shared_ptr< galileo_e5a_noncoherentIQ_acquisition_caf_cc >
 

Functions

galileo_e5a_noncoherentIQ_acquisition_caf_cc_sptr galileo_e5a_noncoherentIQ_make_acquisition_caf_cc (unsigned int sampled_ms, unsigned int max_dwells, unsigned int doppler_max, int64_t fs_in, int samples_per_ms, int samples_per_code, bool bit_transition_flag, bool dump, const std::string &dump_filename, bool both_signal_components_, int CAF_window_hz_, int Zero_padding_, bool enable_monitor_output)
 

Detailed Description

Adapts a PCPS acquisition block to an AcquisitionInterface for Galileo E5a data and pilot Signals.

Author
Marc Sales, 2014. marcsales92(at)gmail.com on work from:

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 galileo_e5a_noncoherent_iq_acquisition_caf_cc.h.