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

Unpacks byte samples to NSR 2 bits samples. More...

#include "gnss_block_interface.h"
#include <gnuradio/sync_interpolator.h>

Go to the source code of this file.

Classes

class  unpack_byte_2bit_samples
 This class implements conversion between byte packet samples to 2bit samples 1 byte = 4 2bit samples. More...
 

Typedefs

using unpack_byte_2bit_samples_sptr = gnss_shared_ptr< unpack_byte_2bit_samples >
 

Functions

unpack_byte_2bit_samples_sptr make_unpack_byte_2bit_samples ()
 

Detailed Description

Unpacks byte samples to NSR 2 bits samples.

Author
Javier Arribas jarribas (at) cttc.es

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