![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
Unpacks multichannel 2-bit samples into 4 real-valued floats per input byte. More...
#include "gnss_block_interface.h"#include <gnuradio/sync_interpolator.h>#include <cstdint>#include <vector>Go to the source code of this file.
Classes | |
| class | unpack_ntlab_2bit_samples |
| This class implements conversion between byte packet multichannel samples to 2bit samples 1 byte = 4 2bit samples. More... | |
Typedefs | |
| using | unpack_ntlab_2bit_samples_sptr = gnss_shared_ptr<unpack_ntlab_2bit_samples> |
Functions | |
| unpack_ntlab_2bit_samples_sptr | make_unpack_ntlab_2bit_samples (size_t item_size, int nchannels=4) |
Unpacks multichannel 2-bit samples into 4 real-valued floats per input byte.
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_ntlab_2bit_samples.h.