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

Adapts a short (16-bits) interleaved sample stream into a std::complex<short> stream. More...

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

Go to the source code of this file.

Classes

class  interleaved_short_to_complex_short
 This class adapts a short (16-bits) interleaved sample stream into a std::complex<short> stream. More...

Typedefs

using interleaved_short_to_complex_short_sptr = gnss_shared_ptr<interleaved_short_to_complex_short>

Functions

interleaved_short_to_complex_short_sptr make_interleaved_short_to_complex_short ()

Detailed Description

Adapts a short (16-bits) interleaved sample stream into a std::complex<short> stream.

Author
Carles Fernandez Prades, 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-2020 (see AUTHORS file for a list of contributors) SPDX-License-Identifier: GPL-3.0-or-later


Definition in file interleaved_short_to_complex_short.h.