![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
This class implements a Parallel Code Phase Search Acquisition for the FPGA. More...
#include "acq_conf_fpga.h"#include "channel_fsm.h"#include "fpga_acquisition.h"#include <glog/logging.h>#include <cstdint>#include <memory>#include <string>#include <utility>Go to the source code of this file.
Classes | |
| class | pcps_acquisition_fpga |
| This class implements a Parallel Code Phase Search Acquisition that uses the FPGA. More... | |
Typedefs | |
| using | pcps_acquisition_fpga_sptr = std::shared_ptr< pcps_acquisition_fpga > |
Functions | |
| pcps_acquisition_fpga_sptr | pcps_make_acquisition_fpga (Acq_Conf_Fpga &conf_) |
This class implements a Parallel Code Phase Search Acquisition for the FPGA.
Kay Borre book: K.Borre, D.M.Akos, N.Bertelsen, P.Rinder, and S.H.Jensen, "A Software-Defined GPS and Galileo Receiver. A Single-Frequency Approach", Birkhauser, 2007. pp 81-84
GNSS-SDR is a Global Navigation Satellite System software-defined receiver. This file is part of GNSS-SDR.
Copyright (C) 2010-2022 (see AUTHORS file for a list of contributors) SPDX-License-Identifier: GPL-3.0-or-later
Definition in file pcps_acquisition_fpga.h.
1.8.14