GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
gps_l1_ca_telemetry_decoder_gs.h File Reference

Interface of a NAV message demodulator block based on Kay Borre book MATLAB-based GPS receiver. More...

#include "GPS_L1_CA.h"
#include "gnss_synchro.h"
#include "gnss_time.h"
#include "gps_navigation_message.h"
#include "nav_message_packet.h"
#include "telemetry_impl_interface.h"
#include "tlm_conf.h"
#include <boost/circular_buffer.hpp>
#include <gnuradio/types.h>
#include <array>

Go to the source code of this file.

Classes

class  gps_l1_ca_telemetry_decoder_gs
 This class implements a block that decodes the NAV data defined in IS-GPS-200M. More...

Typedefs

using gps_l1_ca_telemetry_decoder_gs_sptr = gnss_shared_ptr<gps_l1_ca_telemetry_decoder_gs>

Enumerations

enum class  L1LnavSystem { GPS , QZSS }

Functions

gps_l1_ca_telemetry_decoder_gs_sptr gps_l1_ca_make_telemetry_decoder_gs (const Gnss_Satellite &satellite, const Tlm_Conf &conf, L1LnavSystem system=L1LnavSystem::GPS)

Detailed Description

Interface of a NAV message demodulator block based on Kay Borre book MATLAB-based GPS receiver.

Author
Javier Arribas, 2011. jarribas(at)cttc.es
Carles Fernandez Prades, 2011-2026. cfernandez(at)cttc.es

GNSS-SDR is a Global Navigation Satellite System software-defined receiver. This file is part of GNSS-SDR.

Copyright (C) 2010-2026 (see AUTHORS file for a list of contributors) SPDX-License-Identifier: GPL-3.0-or-later


Definition in file gps_l1_ca_telemetry_decoder_gs.h.