![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
Adapts a short interleaved sample stream into a std::complex<short> stream. More...
#include "conjugate_sc.h"#include "gnss_block_interface.h"#include "interleaved_short_to_complex_short.h"#include <gnuradio/blocks/file_sink.h>#include <cstdint>#include <string>Go to the source code of this file.
Classes | |
| class | IshortToCshort |
| Adapts a short integer (16 bits) interleaved sample stream into a std::complex<short> stream. More... | |
Adapts a short interleaved sample stream into a std::complex<short> stream.
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 ishort_to_cshort.h.
1.8.14