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

Adapts a complex short (16 + 16 bits) sample stream into a std::complex<float> stream (32 + 32 bits). More...

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

Go to the source code of this file.

Classes

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

Typedefs

using cshort_to_gr_complex_sptr = gnss_shared_ptr<cshort_to_gr_complex>

Functions

cshort_to_gr_complex_sptr make_cshort_to_gr_complex ()

Detailed Description

Adapts a complex short (16 + 16 bits) sample stream into a std::complex<float> stream (32 + 32 bits).

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


Definition in file cshort_to_gr_complex.h.