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

Adapts an 8-bits interleaved sample stream into a 16-bits complex stream. More...

#include <gnuradio/sync_decimator.h>
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Classes

class  interleaved_byte_to_complex_byte
 This class adapts an 8-bits interleaved sample stream into a 16-bits complex stream (std::complex<unsigned char>) More...
 

Typedefs

using interleaved_byte_to_complex_byte_sptr = boost::shared_ptr< interleaved_byte_to_complex_byte >
 

Functions

interleaved_byte_to_complex_byte_sptr make_interleaved_byte_to_complex_byte ()
 

Detailed Description

Adapts an 8-bits interleaved sample stream into a 16-bits complex stream.

Author
Carles Fernandez Prades, cfernandez(at)cttc.es

Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors)

GNSS-SDR is a software defined Global Navigation Satellite Systems receiver

This file is part of GNSS-SDR.

SPDX-License-Identifier: GPL-3.0-or-later


Definition in file interleaved_byte_to_complex_byte.h.