![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
Unpacks byte samples to 2 bits complex samples. Packing Order Most Significant Nibble - Sample n Least Significant Nibble - Sample n+1 Packing order in Nibble Q1 Q0 I1 I0. More...
Go to the source code of this file.
Classes | |
| class | unpack_byte_2bit_cpx_samples |
| This class implements conversion between byte packet samples to 2bit_cpx samples 1 byte = 2 x complex 2bit I, + 2bit Q samples. More... | |
Typedefs | |
| using | unpack_byte_2bit_cpx_samples_sptr = gnss_shared_ptr< unpack_byte_2bit_cpx_samples > |
Functions | |
| unpack_byte_2bit_cpx_samples_sptr | make_unpack_byte_2bit_cpx_samples () |
Unpacks byte samples to 2 bits complex samples. Packing Order Most Significant Nibble - Sample n Least Significant Nibble - Sample n+1 Packing order in Nibble Q1 Q0 I1 I0.
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_cpx_samples.h.
1.8.14