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

Conjugate a stream of lv_8sc_t ( std::complex<char> ). More...

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

Go to the source code of this file.

Classes

class  conjugate_ic
 This class adapts a std::complex<short> stream into two 32-bits (float) streams. More...

Typedefs

using conjugate_ic_sptr = gnss_shared_ptr<conjugate_ic>

Functions

conjugate_ic_sptr make_conjugate_ic ()

Detailed Description

Conjugate a stream of lv_8sc_t ( std::complex<char> ).

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 conjugate_ic.h.