![]() |
GNSS-SDR
0.0.13
An Open Source GNSS Software Defined Receiver
|
Nearest neighborhood resampler with std::complex<signed char> input and std::complex<signed char> output. More...
#include <gnuradio/block.h>#include <cstdint>#include <boost/shared_ptr.hpp>Go to the source code of this file.
Classes | |
| class | direct_resampler_conditioner_cb |
| This class implements a direct resampler conditioner for std::complex<signed char> More... | |
Typedefs | |
| using | direct_resampler_conditioner_cb_sptr = boost::shared_ptr< direct_resampler_conditioner_cb > |
Functions | |
| direct_resampler_conditioner_cb_sptr | direct_resampler_make_conditioner_cb (double sample_freq_in, double sample_freq_out) |
Nearest neighborhood resampler with std::complex<signed char> input and std::complex<signed char> output.
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 direct_resampler_conditioner_cb.h.
1.8.14